Searched refs:CurrentLStatFile (Results 1 – 5 of 5) sorted by relevance
88 BG(CurrentLStatFile)=NULL; in PHP_RINIT_FUNCTION()99 if (BG(CurrentLStatFile)) { in PHP_RSHUTDOWN_FUNCTION()100 zend_string_release(BG(CurrentLStatFile)); in PHP_RSHUTDOWN_FUNCTION()101 BG(CurrentLStatFile) = NULL; in PHP_RSHUTDOWN_FUNCTION()694 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()695 zend_string_release(BG(CurrentLStatFile)); in php_clear_stat_cache()696 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()796 if (filename == BG(CurrentLStatFile) in php_stat()797 || (BG(CurrentLStatFile) in php_stat()837 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)
4653 if (BG(CurrentLStatFile)) { in PHP_METHOD()4654 zend_string_release(BG(CurrentLStatFile)); in PHP_METHOD()4661 BG(CurrentLStatFile) = NULL; in PHP_METHOD()
Completed in 21 milliseconds