Home
last modified time | relevance | path

Searched refs:php_stream_stat_path (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/main/
H A Dphp_streams.h347 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL) macro
/PHP-7.1/ext/phar/
H A Dphar_object.c2163 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2600 if (SUCCESS != php_stream_stat_path(phar_obj->archive->fname, &ssb)) { in PHP_METHOD()
4220 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4236 if (FAILURE == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4363 if (php_stream_stat_path(pathto, &ssb) < 0) { in PHP_METHOD()
H A Dutil.c215 if (SUCCESS != php_stream_stat_path(filename, &ssb)) { in phar_mount_entry()
1321 if (SUCCESS != php_stream_stat_path(test, &ssb)) { in phar_get_entry_info_dir()
H A Dphar.c1767 if (SUCCESS == php_stream_stat_path((char *) filename, &ssb)) {
1794 if (SUCCESS != php_stream_stat_path((char *) filename, &ssb)) {
1818 if (SUCCESS != php_stream_stat_path(realpath, &ssb)) {
H A Dstream.c651 if (SUCCESS != php_stream_stat_path(test, &ssbi)) { in phar_wrapper_stat()
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1668 php_stream_stat_path(fname, &ssb); in file_cache_compile_file()
1953 php_stream_stat_path(fname, &ssb); in persistent_compile_file()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_bp.c266 if (php_stream_stat_path(path, &ssb) == FAILURE) { in phpdbg_set_breakpoint_file_ex()

Completed in 59 milliseconds