Home
last modified time | relevance | path

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

/PHP-8.1/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()
704 if (BG(CurrentLStatFile)) { in php_clear_stat_cache()
705 zend_string_release(BG(CurrentLStatFile)); in php_clear_stat_cache()
706 BG(CurrentLStatFile) = NULL; in php_clear_stat_cache()
799 if (filename == BG(CurrentLStatFile) in php_stat()
800 || (BG(CurrentLStatFile) in php_stat()
840 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.h82 zend_string *CurrentStatFile, *CurrentLStatFile; member
/PHP-8.1/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt22 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-8.1/ext/phar/
H A Dphar_object.c4630 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4631 zend_string_release(BG(CurrentLStatFile)); in PHP_METHOD()
4638 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 25 milliseconds