Home
last modified time | relevance | path

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

/PHP-7.3/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.3/Zend/tests/
H A Dglobals_004.phpt2 globals in local scope - 3
9 include dirname(__FILE__)."/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.3/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.3/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
/PHP-7.3/ext/standard/tests/serialize/
H A Dserialize_globals_var_refs.phpt10 $globals = unserialize($s);
/PHP-7.3/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/PHP-7.3/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-7.3/ext/phar/tests/files/
H A Dphar_test.inc46 // globals
/PHP-7.3/ext/phar/tests/cache_list/files/
H A Dphar_test.inc46 // globals
/PHP-7.3/Zend/
H A Dzend.c752 zval globals; in php_auto_globals_create_globals() local
755 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals()
756 Z_TYPE_FLAGS_P(&globals) = 0; in php_auto_globals_create_globals()
757 ZVAL_NEW_REF(&globals, &globals); in php_auto_globals_create_globals()
758 zend_hash_update(&EG(symbol_table), name, &globals); in php_auto_globals_create_globals()
/PHP-7.3/ext/phar/
H A Dgdbhelp45 display phar globals
/PHP-7.3/
H A DUPGRADING.INTERNALS149 u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to
H A Dphp.ini-development627 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
644 ; globals array REQUEST empty.
671 ; http://php.net/auto-globals-jit
H A Dphp.ini-production629 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
646 ; globals array REQUEST empty.
673 ; http://php.net/auto-globals-jit
/PHP-7.3/win32/build/
H A Dconfig.w32261 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \

Completed in 46 milliseconds