Home
last modified time | relevance | path

Searched refs:global (Results 501 – 525 of 574) sorted by relevance

1...<<212223

/php-src/sapi/fpm/tests/
H A Dbug76601-reload-child-signals.phpt14 [global]
H A Dlog-suppress-output-request-body.phpt19 [global]
/php-src/ext/standard/tests/array/
H A Dbug25708.phpt15 global $a, $b;
/php-src/tests/lang/
H A Dexecution_order.phpt55 global $a;
H A Dengine_assignExecutionOrder_002.phpt87 global $ee;
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt31 global $dom;
/php-src/ext/mbstring/tests/
H A Dmb_convert_variables.phpt76 global $sjis, $jis, $euc_jp;
92 global $sjis, $jis, $euc_jp;
H A Dcp950_encoding.phpt29 global $fromUnicode, $toUnicode;
/php-src/docs/source/miscellaneous/
H A Dstubs.rst45 The above example declares the global constants ``ANIMAL`` and ``WEIGHT_TON``, and the class
386 Although global constants and function attributes do not relate to classes, they require the ``/**
389 If a global constant or function attribute are present in the stub file, the generated C-code will
411 The following C function will be generated in order to register the two global constants and the
428 functions must be used in ``PHP_MINIT_FUNCTION``, to make the global constants an attributes
450 In the example below we define the ``BAR`` global constant to ``UNKNOWN``, with the value linked
615 behavior is free from side-effects and is not affected by the global state.
753 - Detecting missing global constants
/php-src/ext/openssl/tests/
H A Dcipher_tests.inc233 global $php_openssl_cipher_tests;
/php-src/ext/iconv/tests/
H A Diconv_mime_decode.phpt17 global $mode;
/php-src/ext/standard/tests/strings/
H A Dhtmlentities-utf-3.phpt21 global $val_ranges;
/php-src/ext/pcre/
H A Dphp_pcre.c1103 static void php_do_pcre_match(INTERNAL_FUNCTION_PARAMETERS, bool global) /* {{{ */ in php_do_pcre_match() argument
1129 global, flags, start_offset); in php_do_pcre_match()
1152 zval *subpats, bool global, zend_long flags, zend_off_t start_offset) in php_pcre_match_impl() argument
1183 subpats_order = global ? PREG_PATTERN_ORDER : 0; in php_pcre_match_impl()
1195 if ((global && (subpats_order < PREG_PATTERN_ORDER || subpats_order > PREG_SET_ORDER)) || in php_pcre_match_impl()
1196 (!global && subpats_order != 0)) { in php_pcre_match_impl()
1248 if (global && subpats && subpats_order == PREG_PATTERN_ORDER) { in php_pcre_match_impl()
1294 if (global) { /* global pattern matching */ in php_pcre_match_impl()
1373 if (global) { in php_pcre_match_impl()
1402 if (!global) { in php_pcre_match_impl()
/php-src/tests/output/
H A Dob_start_basic_004.phpt12 global $callback_invocations;
/php-src/ext/standard/tests/file/
H A Dfopen_variation5.phpt53 global $scriptFile, $secondFile, $firstFile, $filename;
H A Dfopen_variation8.phpt52 global $scriptFile, $secondFile, $firstFile, $filename;
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt36 global $table;
/php-src/ext/soap/tests/bugs/
H A Dbug30045.phpt42 global $soap;
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_reading_errors.phpt11 global $dom;
/php-src/.github/workflows/
H A Dreal-time-benchmark.yml41 git config --global user.name "Benchmark"
42 git config --global user.email "benchmark@php.net"
/php-src/sapi/fpm/
H A Dphp-fpm.service.in16 # so this service cannot access the global directories and other processes cannot
/php-src/Zend/tests/
H A D002.phpt120 func_get_arg() cannot be called from the global scope
/php-src/ext/simplexml/tests/
H A D000.phpt12 global $sxe;
/php-src/ext/mysqli/tests/
H A Dmysqli_poll.phpt14 global $host, $user, $passwd, $db, $port, $socket;
/php-src/ext/zend_test/tests/
H A Dzend_object_init_with_constructor.phpt149 Error: Call to private PrivateUser::__construct() from global scope

Completed in 89 milliseconds

1...<<212223