Home
last modified time | relevance | path

Searched refs:global (Results 451 – 475 of 541) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/soap/tests/
H A Dserver025.phpt22 global $server;
H A Dserver023.phpt8 global $server;
H A Dserver024.phpt20 global $server;
/php-src/Zend/asm/
H A Dmake_sparc64_sysv_elf_gas.S20 .global make_fcontext
H A Djump_riscv64_sysv_elf_gas.S63 .global jump_fcontext
/php-src/ext/pdo_pgsql/tests/
H A Dissue78621_method.phpt29 global $logger;
/php-src/ext/mysqli/tests/
H A Dgh9590.phpt31 global $host, $user, $passwd, $db, $port, $socket;
H A Dmysqli_reap_async_query.phpt14 global $host, $user, $passwd, $db, $port, $socket;
/php-src/Zend/tests/attributes/
H A D005_objects.phpt101 string(51) "Call to private A3::__construct() from global scope"
/php-src/.github/workflows/
H A Dpush.yml253 run: git config --global core.autocrlf false && git config --global core.eol lf
325 git config --global user.name "Benchmark"
326 git config --global user.email "benchmark@php.net"
/php-src/sapi/fpm/tests/
H A Dsocket-close-on-exec.phpt14 [global]
H A Dbug76601-reload-child-signals.phpt14 [global]
H A Dlog-suppress-output-request-body.phpt19 [global]
/php-src/ext/pdo/tests/
H A Dpdo_017.phpt47 global $db;
/php-src/ext/zlib/tests/
H A Dgzfile_variation15.phpt25 global $scriptFile, $secondFile, $firstFile, $filename;
H A Dreadgzfile_variation15.phpt25 global $scriptFile, $secondFile, $firstFile, $filename;
/php-src/Zend/tests/
H A Dclass_name_as_scalar.phpt40 var_dump(Boo::class); // resolve in global namespace
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_iface_002.phpt62 global $handler;
/php-src/ext/filter/tests/
H A Dbug77221.phpt2 Bug #77221 (Request IP address filter flag to exclude non-global IP addresses)
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt26 const GLOBAL = 'global';
182 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;
/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;
/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

Completed in 28 milliseconds

1...<<11121314151617181920>>...22