| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | connect.inc | 88 global $connect_flags; 109 global $connect_flags; 119 global $connect_flags;
|
| /PHP_TRUNK/ext/pdo_firebird/tests/ |
| H A D | testdb.inc | 13 global $test_base, $user, $password; 27 global $test_base;
|
| /PHP_TRUNK/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 12 global $gflags, $files;
|
| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | phar_test.inc | 12 global $gflags, $files;
|
| /PHP_TRUNK/ext/session/tests/ |
| H A D | save_handler.inc | 5 global $session_save_path, $name; 13 global $session_save_path, $name; 19 global $session_save_path, $name, $session_id; 27 global $session_save_path, $name, $session_id; 40 global $session_save_path, $name; 47 global $session_save_path, $name;
|
| /PHP_TRUNK/ext/soap/tests/interop/Round3/GroupE/ |
| H A D | round3_groupE_list.inc | 6 global $d;
|
| /PHP_TRUNK/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 5 global $val; 10 global $HTTP_RAW_POST_DATA, $val;
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | recursiveregexiterator.inc | 31 * @param preg_flags global PREG_* flags, see preg_match(),
|
| H A D | regexiterator.inc | 49 * @param preg_flags global PREG_* flags, see preg_match(),
|
| /PHP_TRUNK/ext/standard/tests/file/ |
| H A D | fopen_include_path.inc | 14 global $reldirs; 28 global $newdirs, $dir4; 44 global $newdirs; 60 global $reldirs; 77 global $newdirs; 86 global $reldirs;
|
| /PHP_TRUNK/ext/standard/tests/mail/ |
| H A D | mail_include.inc | 21 global $server, $default_mailbox, $username, $password; 56 global $default_mailbox, $mailbox_prefix; 90 global $users, $domain;
|
| /PHP_TRUNK/ext/zlib/tests/ |
| H A D | gzopen_include_path.inc | 14 global $reldirs; 28 global $newdirs, $dir4; 44 global $newdirs; 60 global $reldirs; 77 global $newdirs; 86 global $reldirs;
|
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 4422 # Don't allow lazy linking, it breaks C++ global constructors 4570 $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2 4609 $show "extracting global C symbols from \`$arg'" 4648 $show "extracting global C symbols from \`$arg'"
|
| /PHP_TRUNK/tests/security/ |
| H A D | open_basedir.inc | 77 global $savedDirectory; 90 global $savedDirectory; 110 global $savedDirectory; 125 global $savedDirectory;
|
| /PHP_TRUNK/ext/ftp/tests/ |
| H A D | server.inc | 29 global $pasv_port, $tmp_file; 77 global $cwd; 104 global $user, $s, $ssl, $bug37799;
|
| /PHP_TRUNK/ext/imap/tests/ |
| H A D | imap_include.inc | 39 global $mandatory_overview_fields; 40 global $start_time; 67 global $server, $default_mailbox, $username, $password; 102 global $default_mailbox, $mailbox_prefix; 136 global $users, $domain;
|
| /PHP_TRUNK/ext/interbase/tests/ |
| H A D | interbase.inc | 15 global $test_base, $user, $password; 30 global $test_base;
|
| /PHP_TRUNK/ext/mbstring/tests/ |
| H A D | common.inc | 8 global $debug;
|
| /PHP_TRUNK/ext/mysql/tests/ |
| H A D | connect.inc | 25 global $connect_flags;
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_modules.h | 94 void (*globals_ctor)(void *global TSRMLS_DC); 95 void (*globals_dtor)(void *global TSRMLS_DC);
|
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 1326 int global = 0; local 1338 php_pcre_match_impl(pce, internal_date, internal_date_len, return_value, subpats, global,
|
| /PHP_TRUNK/ext/pcre/ |
| H A D | php_pcre.h | 58 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC);
|
| H A D | php_pcre.c | 531 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ argument 554 global, ZEND_NUM_ARGS() >= 4, flags, start_offset TSRMLS_CC); 560 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) 563 a global match */ 565 subpattern after a global match */ 587 subpats_order = global ? PREG_PATTERN_ORDER : 0; 599 if ((global && (subpats_order < PREG_PATTERN_ORDER || subpats_order > PREG_SET_ORDER)) || 600 (!global && subpats_order != 0)) { 645 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { 686 if (global) { /* globa 559 php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) argument [all...] |
| /PHP_TRUNK/sapi/aolserver/ |
| H A D | aolserver.c | 78 /* global context */ 82 static void php_ns_config(php_ns_context *ctx, char global); 519 php_ns_config(php_ns_context *ctx, char global) argument 532 if (global && !strcasecmp(key, "map")) { 540 * accessed from here (since there are no locks to protect the global 544 } else if (!global && !strcasecmp(key, "php_value")) {
|