Home
last modified time | relevance | path

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

/PHP-5.5/TSRM/
H A Dtsrm_win32.c45 globals->process = NULL; in tsrm_win32_ctor()
46 globals->shm = NULL; in tsrm_win32_ctor()
47 globals->process_size = 0; in tsrm_win32_ctor()
48 globals->shm_size = 0; in tsrm_win32_ctor()
66 if (globals->process) { in tsrm_win32_dtor()
67 free(globals->process); in tsrm_win32_dtor()
70 if (globals->shm) { in tsrm_win32_dtor()
71 for (ptr = globals->shm; ptr < (globals->shm + globals->shm_size); ptr++) { in tsrm_win32_dtor()
77 free(globals->shm); in tsrm_win32_dtor()
80 free(globals->comspec); in tsrm_win32_dtor()
[all …]
/PHP-5.5/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-5.5/tests/lang/
H A Dbug24908.phpt2 Bug #24908 (super-globals can not be used in __destruct())
/PHP-5.5/ext/session/tests/
H A D019.phpt2 serializing references test case using globals
/PHP-5.5/tests/classes/
H A Ddestructor_and_globals.phpt2 ZE2 accessing globals from destructor in shutdown
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc46 // globals
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc46 // globals
/PHP-5.5/Zend/
H A Dzend.c625 zval *globals; in php_auto_globals_create_globals() local
627 ALLOC_ZVAL(globals); in php_auto_globals_create_globals()
628 Z_SET_REFCOUNT_P(globals, 1); in php_auto_globals_create_globals()
629 Z_SET_ISREF_P(globals); in php_auto_globals_create_globals()
630 Z_TYPE_P(globals) = IS_ARRAY; in php_auto_globals_create_globals()
631 Z_ARRVAL_P(globals) = &EG(symbol_table); in php_auto_globals_create_globals()
632 zend_hash_update(&EG(symbol_table), name, name_len + 1, &globals, sizeof(zval *), NULL); in php_auto_globals_create_globals()
/PHP-5.5/ext/standard/tests/general_functions/
H A Dimport_request1.phpt2 import_request_variables() test (overwrite super-globals)
/PHP-5.5/ext/phar/
H A Dgdbhelp45 display phar globals
/PHP-5.5/ext/filter/docs/
H A Dfilter.txt45 then all entries in the affected super globals will be passed through the
/PHP-5.5/win32/build/
H A Dconfig.w32389 registry.c select.c sendmail.c time.c winutil.c wsyslog.c globals.c");
/PHP-5.5/
H A Dphp.ini-development600 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
616 ; variables_order directive. It does not mean it will leave the super globals
644 ; http://php.net/auto-globals-jit
H A Dphp.ini-production600 ; globals: GET, POST, COOKIE, ENV and SERVER. There is a performance penalty
616 ; variables_order directive. It does not mean it will leave the super globals
644 ; http://php.net/auto-globals-jit
H A DINSTALL755 (register globals to environment, $_ENV). You would only get the
H A DNEWS7996 - Fixed bug #39450 (getenv() fills other super-globals). (Ilia, Tony)
8147 - Added automatic module globals management. (Dmitry)
/PHP-5.5/win32/
H A Dphp5dllts.dsp172 SOURCE=.\globals.c
H A Dinstall.txt804 (register globals to environment, $_ENV). You would only get the
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog5824 than 10 characters, and abolished the teeny "globals.c" file.

Completed in 90 milliseconds