Home
last modified time | relevance | path

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

/PHP-7.1/TSRM/
H A Dtsrm_win32.c49 globals->process = NULL; in tsrm_win32_ctor()
50 globals->shm = NULL; in tsrm_win32_ctor()
51 globals->process_size = 0; in tsrm_win32_ctor()
52 globals->shm_size = 0; in tsrm_win32_ctor()
70 if (globals->process) { in tsrm_win32_dtor()
71 free(globals->process); in tsrm_win32_dtor()
74 if (globals->shm) { in tsrm_win32_dtor()
75 for (ptr = globals->shm; ptr < (globals->shm + globals->shm_size); ptr++) { in tsrm_win32_dtor()
81 free(globals->shm); in tsrm_win32_dtor()
84 free(globals->comspec); in tsrm_win32_dtor()
[all …]
/PHP-7.1/Zend/tests/
H A Dglobals_004.phpt2 globals in local scope - 3
9 include dirname(__FILE__)."/globals.inc";
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.1/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.1/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
/PHP-7.1/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/PHP-7.1/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dphar_test.inc46 // globals
/PHP-7.1/ext/phar/tests/files/
H A Dphar_test.inc46 // globals
/PHP-7.1/ext/standard/tests/general_functions/
H A Dimport_request1.phpt2 import_request_variables() test (overwrite super-globals)
/PHP-7.1/Zend/
H A Dzend.c640 zval globals; in php_auto_globals_create_globals() local
642 ZVAL_ARR(&globals, &EG(symbol_table)); in php_auto_globals_create_globals()
643 Z_TYPE_INFO_P(&globals) = IS_ARRAY; in php_auto_globals_create_globals()
644 ZVAL_NEW_REF(&globals, &globals); in php_auto_globals_create_globals()
645 zend_hash_update(&EG(symbol_table), name, &globals); in php_auto_globals_create_globals()
/PHP-7.1/ext/phar/
H A Dgdbhelp45 display phar globals
/PHP-7.1/win32/build/
H A Dconfig.w32251 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c \
/PHP-7.1/ext/filter/docs/
H A Dfilter.txt45 then all entries in the affected super globals will be passed through the
/PHP-7.1/
H A Dphp.ini-development611 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
628 ; globals array REQUEST empty.
655 ; http://php.net/auto-globals-jit
H A Dphp.ini-production611 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
628 ; globals array REQUEST empty.
655 ; http://php.net/auto-globals-jit
H A DINSTALL551 (register globals to environment, $_ENV). You would only get the
/PHP-7.1/win32/
H A Dinstall.txt795 (register globals to environment, $_ENV). You would only get the
/PHP-7.1/ext/pcre/pcrelib/
H A DChangeLog5824 than 10 characters, and abolished the teeny "globals.c" file.

Completed in 69 milliseconds