Home
last modified time | relevance | path

Searched refs:CurrentStatFile (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/
H A Dfilestat.c87 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
95 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
96 zend_string_release(BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
97 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
690 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
691 zend_string_release(BG(CurrentStatFile)); in php_clear_stat_cache()
692 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
803 if (filename == BG(CurrentStatFile) in php_stat()
804 || (BG(CurrentStatFile) in php_stat()
845 if (BG(CurrentStatFile)) { in php_stat()
[all …]
H A Ddir.c324 …if (BG(CurrentStatFile) && !IS_ABSOLUTE_PATH(ZSTR_VAL(BG(CurrentStatFile)), ZSTR_LEN(BG(CurrentSta… in PHP_FUNCTION()
325 zend_string_release(BG(CurrentStatFile)); in PHP_FUNCTION()
326 BG(CurrentStatFile) = NULL; in PHP_FUNCTION()
H A Dbasic_functions.h83 zend_string *CurrentStatFile, *CurrentLStatFile; member
/PHP-8.3/ext/phar/
H A Dphar_object.c4654 if (BG(CurrentStatFile)) { in PHP_METHOD()
4655 zend_string_release(BG(CurrentStatFile)); in PHP_METHOD()
4659 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 33 milliseconds