Searched refs:zend_is_auto_global_str (Results 1 – 11 of 11) sorted by relevance
545 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in php_filter_get_storage()551 zend_is_auto_global_str(ZEND_STRL("_ENV")); in php_filter_get_storage()
737 || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) { in PHP_FUNCTION()
4391 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(…
592 return zend_is_auto_global_str(name, len); in phpdbg_is_auto_global()
829 ZEND_API zend_bool zend_is_auto_global_str(char *name, size_t len);
1635 zend_bool zend_is_auto_global_str(char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str() function
988 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in do_cli()
107 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(… in php_zlib_output_encoding()
678 zend_is_auto_global_str("_ENV", sizeof("_ENV")-1); in cgi_php_import_environment_variables()
1570 if (!PS(id) && zend_is_auto_global_str("_SERVER", sizeof("_SERVER") - 1) == SUCCESS && in php_session_start()
2050 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(…
Completed in 158 milliseconds