Searched refs:zend_is_auto_global_str (Results 1 – 11 of 11) sorted by relevance
479 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in php_filter_get_storage()485 zend_is_auto_global_str(ZEND_STRL("_ENV")); in php_filter_get_storage()
711 || zend_is_auto_global_str(ZEND_STRL("_SERVER"))) { in PHP_FUNCTION()
1056 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(…
589 return zend_is_auto_global_str(name, len); in phpdbg_is_auto_global()
866 ZEND_API zend_bool zend_is_auto_global_str(const char *name, size_t len);
1737 zend_bool zend_is_auto_global_str(const char *name, size_t len) /* {{{ */ { in zend_is_auto_global_str() function
937 zend_is_auto_global_str(ZEND_STRL("_SERVER")); in do_cli()
157 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(… in php_zlib_output_encoding()
667 zend_is_auto_global_str("_ENV", sizeof("_ENV")-1); in cgi_php_import_environment_variables()
1577 if (!PS(id) && zend_is_auto_global_str("_SERVER", sizeof("_SERVER") - 1) == SUCCESS && in php_session_start()
1778 …if ((Z_TYPE(PG(http_globals)[TRACK_VARS_SERVER]) == IS_ARRAY || zend_is_auto_global_str(ZEND_STRL(…
Completed in 102 milliseconds