Home
last modified time | relevance | path

Searched refs:global (Results 126 – 150 of 246) sorted by relevance

12345678910

/PHP-5.5/ext/mbstring/tests/
H A Dmb_parse_str.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
H A Dmb_parse_str02.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
/PHP-5.5/scripts/
H A DMakefile.frag14 Makefile.global \
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt51 echo "\n-- From global context --\n";
81 -- From global context --
/PHP-5.5/sapi/aolserver/
H A Daolserver.c82 static void php_ns_config(php_ns_context *ctx, char global);
519 php_ns_config(php_ns_context *ctx, char global) in php_ns_config() argument
532 if (global && !strcasecmp(key, "map")) { in php_ns_config()
544 } else if (!global && !strcasecmp(key, "php_value")) { in php_ns_config()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.h58 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC);
H A Dphp_pcre.c552 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, int global) /* {{{ */ in php_do_pcre_match() argument
576 global, ZEND_NUM_ARGS() >= 4, flags, start_offset TSRMLS_CC); in php_do_pcre_match()
583 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) in php_pcre_match_impl() argument
610 subpats_order = global ? PREG_PATTERN_ORDER : 0; in php_pcre_match_impl()
622 if ((global && (subpats_order < PREG_PATTERN_ORDER || subpats_order > PREG_SET_ORDER)) || in php_pcre_match_impl()
623 (!global && subpats_order != 0)) { in php_pcre_match_impl()
668 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()
709 if (global) { /* global pattern matching */ in php_pcre_match_impl()
799 } while (global); in php_pcre_match_impl()
802 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()
/PHP-5.5/ext/date/tests/
H A Dbug30096.phpt22 global $ts, $tsold;
/PHP-5.5/tests/run-test/
H A Dtest007.phpt11 global $s;
/PHP-5.5/ext/standard/tests/file/
H A Dreadfile_variation6.phpt36 global $secondFile, $filename;
H A Dreadfile_variation7.phpt36 global $scriptLocFile, $filename;
H A Dfile_get_contents_variation1.phpt37 global $secondFile, $filename;
H A Dfile_get_contents_variation2.phpt38 global $scriptLocFile, $filename;
H A Dfile_put_contents_variation4.phpt37 global $filename;
/PHP-5.5/
H A D.travis.yml28 global:
/PHP-5.5/sapi/apache_hooks/
H A DREADME68 global $request;
182 global $request;
183 global $whoami;
/PHP-5.5/ext/intl/tests/
H A Ddateformat_get_set_calendar.phpt16 global $ts;
H A Ddateformat_get_set_calendar_variant2.phpt16 global $ts;
H A Ddateformat_get_set_calendar_variant4.phpt16 global $ts;
H A Ddateformat_get_set_calendar_variant3.phpt17 global $ts;
H A Ddateformat_get_set_timezone.phpt16 global $ts;
H A Ddateformat_get_set_timezone_variant2.phpt16 global $ts;
/PHP-5.5/ext/soap/tests/
H A Dserver016.phpt8 global $server;
/PHP-5.5/sapi/roxen/
H A DREADME5 mode, the default, uses a process global PHP lock in the Roxen
/PHP-5.5/ext/spl/internal/
H A Drecursiveregexiterator.inc31 * @param preg_flags global PREG_* flags, see preg_match(),

Completed in 59 milliseconds

12345678910