Home
last modified time | relevance | path

Searched refs:CurrentLStatFile (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/standard/
H A Dfilestat.c93 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 …]
H A Ddir.c328 …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()
H A Dbasic_functions.h83 zend_string *CurrentStatFile, *CurrentLStatFile; member
/PHP-8.2/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt22 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-8.2/ext/phar/
H A Dphar_object.c4636 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