Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_stream.h92 # define zend_stat php_win32_ioutil_stat macro
99 # define zend_stat stat
/php-src/ext/opcache/
H A Dzend_accelerator_module.c172 zend_stat(ZSTR_VAL(new_value), &buf) != 0 ||
/php-src/sapi/cgi/
H A Dcgi_main.c1270 if (zend_stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c1502 if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) { in apprentice_load()
/php-src/ext/fileinfo/
H A Dlibmagic.patch417 + if (zend_stat(mfn, &st) == -1 || !S_ISREG(st.st_mode)) {

Completed in 37 milliseconds