Searched refs:CurrentLStatFile (Results 1 – 5 of 5) sorted by relevance
93 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()104 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()105 zend_string_release(BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()106 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()728 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()729 zend_string_release(BG(CurrentLStatFile)); in php_clear_stat_cache()730 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()823 if (filename == BG(CurrentLStatFile) in php_stat()824 || (BG(CurrentLStatFile) in php_stat()864 if (BG(CurrentLStatFile)) { in php_stat()[all …]
328 …if (BG(CurrentLStatFile) && !IS_ABSOLUTE_PATH(ZSTR_VAL(BG(CurrentLStatFile)), ZSTR_LEN(BG(CurrentL… in PHP_FUNCTION()329 zend_string_release(BG(CurrentLStatFile)); in PHP_FUNCTION()330 BG(CurrentLStatFile) = NULL; in PHP_FUNCTION()
83 zend_string *CurrentStatFile, *CurrentLStatFile; member
22 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
4636 if (BG(CurrentLStatFile)) { in PHP_METHOD()4637 zend_string_release(BG(CurrentLStatFile)); in PHP_METHOD()4644 BG(CurrentLStatFile) = NULL; in PHP_METHOD()
Completed in 31 milliseconds