Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfilestat.c88 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 …]
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.3/ext/phar/tests/
H A Dpharfileinfo_chmod.phpt22 lstat($pname . '/a/b'); // sets BG(CurrentLStatFile)
/PHP-8.3/ext/phar/
H A Dphar_object.c4650 if (BG(CurrentLStatFile)) { in PHP_METHOD()
4651 zend_string_release(BG(CurrentLStatFile)); in PHP_METHOD()
4658 BG(CurrentLStatFile) = NULL; in PHP_METHOD()

Completed in 24 milliseconds