Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 22 of 22) sorted by relevance

/PHP-7.4/TSRM/
H A Dtsrm_win32.c47 globals->process = NULL; in tsrm_win32_ctor()
48 globals->shm = NULL; in tsrm_win32_ctor()
49 globals->process_size = 0; in tsrm_win32_ctor()
50 globals->shm_size = 0; in tsrm_win32_ctor()
68 if (globals->process) { in tsrm_win32_dtor()
69 free(globals->process); in tsrm_win32_dtor()
72 if (globals->shm) { in tsrm_win32_dtor()
73 for (ptr = globals->shm; ptr < (globals->shm + globals->shm_size); ptr++) { in tsrm_win32_dtor()
79 free(globals->shm); in tsrm_win32_dtor()
82 free(globals->comspec); in tsrm_win32_dtor()
[all …]
/PHP-7.4/Zend/tests/
H A Dglobals_004.phpt2 globals in local scope - 3
9 include __DIR__."/globals.inc";
H A Dflexible-heredoc-nowdoc-lineno.phpt2 Flexible heredoc lineno: ensure the compiler globals line number is correct
H A Dglobals_001.phpt2 globals in global scope
H A Dglobals_002.phpt2 globals in local scope
H A Dglobals_003.phpt2 globals in local scope - 2
/PHP-7.4/Zend/tests/arrow_functions/
H A D004.phpt2 Auto-globals in arrow functions
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_info.h35 PHPDBG_INFO(globals);
H A Dphpdbg_info.c41 …PHPDBG_INFO_COMMAND_D(globals, "show superglobals", 'g', info_globals, NULL, 0, PH…
301 PHPDBG_INFO(globals) /* {{{ */ in PHPDBG_INFO() argument
H A Dxml.md254 ### vars / globals ###
/PHP-7.4/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialize_globals_var_refs.phpt10 $globals = unserialize($s);
/PHP-7.4/ext/opcache/tests/
H A Dpreload_005.phpt2 Handling of auto globals during preloading
/PHP-7.4/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/PHP-7.4/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dphar_test.inc44 // globals
/PHP-7.4/ext/phar/tests/files/
H A Dphar_test.inc44 // globals
/PHP-7.4/ext/phar/
H A Dgdbhelp45 display phar globals
/PHP-7.4/Zend/
H A Dzend.c775 zval globals; in php_auto_globals_create_globals() local
778 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals()
779 Z_TYPE_FLAGS_P(&globals) = 0; in php_auto_globals_create_globals()
780 ZVAL_NEW_REF(&globals, &globals); in php_auto_globals_create_globals()
781 zend_hash_update(&EG(symbol_table), name, &globals); in php_auto_globals_create_globals()
/PHP-7.4/win32/build/
H A Dconfig.w32270 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/PHP-7.4/
H A Dphp.ini-development634 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
651 ; globals array REQUEST empty.
678 ; http://php.net/auto-globals-jit
H A Dphp.ini-production634 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
651 ; globals array REQUEST empty.
678 ; http://php.net/auto-globals-jit

Completed in 41 milliseconds