Searched refs:globals (Results 1 – 21 of 21) sorted by relevance
/PHP-7.3/TSRM/ |
H A D | tsrm_win32.c | 47 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 D | globals_004.phpt | 2 globals in local scope - 3 9 include dirname(__FILE__)."/globals.inc";
|
H A D | flexible-heredoc-nowdoc-lineno.phpt | 2 Flexible heredoc lineno: ensure the compiler globals line number is correct
|
H A D | globals_001.phpt | 2 globals in global scope
|
H A D | globals_002.phpt | 2 globals in local scope
|
H A D | globals_003.phpt | 2 globals in local scope - 2
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_info.h | 35 PHPDBG_INFO(globals);
|
H A D | phpdbg_info.c | 41 …PHPDBG_INFO_COMMAND_D(globals, "show superglobals", 'g', info_globals, NULL, 0, PH… 301 PHPDBG_INFO(globals) /* {{{ */ in PHPDBG_INFO() argument
|
H A D | xml.md | 254 ### vars / globals ###
|
/PHP-7.3/tests/lang/ |
H A D | bug24908.phpt | 2 Bug #24908 (super-globals can not be used in __destruct())
|
/PHP-7.3/ext/standard/tests/serialize/ |
H A D | serialize_globals_var_refs.phpt | 10 $globals = unserialize($s);
|
/PHP-7.3/ext/session/tests/ |
H A D | 019.phpt | 2 serializing references test case using globals
|
/PHP-7.3/tests/classes/ |
H A D | destructor_and_globals.phpt | 2 ZE2 accessing globals from destructor in shutdown
|
/PHP-7.3/ext/phar/tests/files/ |
H A D | phar_test.inc | 46 // globals
|
/PHP-7.3/ext/phar/tests/cache_list/files/ |
H A D | phar_test.inc | 46 // globals
|
/PHP-7.3/Zend/ |
H A D | zend.c | 752 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 D | gdbhelp | 45 display phar globals
|
/PHP-7.3/ |
H A D | UPGRADING.INTERNALS | 149 u. The GC globals (GC_G) are now private. Use the new zend_gc_get_status() to
|
H A D | php.ini-development | 627 ; 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 D | php.ini-production | 629 ; 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 D | config.w32 | 261 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
|
Completed in 46 milliseconds