Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_stream.h88 # define zend_stat php_win32_ioutil_stat macro
95 # define zend_stat stat
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c258 zend_stat(ZSTR_VAL(new_value), &buf) != 0 ||
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1282 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c1329 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch510 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {

Completed in 24 milliseconds