Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dfilestat.c92 BG(CurrentStatFile)=NULL; in PHP_RINIT_FUNCTION()
100 if (BG(CurrentStatFile)) { in PHP_RSHUTDOWN_FUNCTION()
101 zend_string_release(BG(CurrentStatFile)); in PHP_RSHUTDOWN_FUNCTION()
102 BG(CurrentStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()
724 if (BG(CurrentStatFile)) { in php_clear_stat_cache()
725 zend_string_release(BG(CurrentStatFile)); in php_clear_stat_cache()
726 BG(CurrentStatFile) = NULL; in php_clear_stat_cache()
830 if (filename == BG(CurrentStatFile) in php_stat()
831 || (BG(CurrentStatFile) in php_stat()
872 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.2/ext/phar/
H A Dphar_object.c4637 if (BG(CurrentStatFile)) { in PHP_METHOD()
4638 zend_string_release(BG(CurrentStatFile)); in PHP_METHOD()
4642 BG(CurrentStatFile) = NULL; in PHP_METHOD()

Completed in 47 milliseconds