Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_stream.h87 # define zend_stat _stat64 macro
94 # define zend_stat stat
/PHP-7.3/ext/opcache/
H A Dzend_accelerator_module.c259 zend_stat(ZSTR_VAL(new_value), &buf) != 0 ||
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c1289 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c1315 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch572 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {

Completed in 32 milliseconds