Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h351 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL) macro
/PHP-7.4/ext/phar/
H A Dphar_object.c2181 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2620 if (SUCCESS != php_stream_stat_path(phar_obj->archive->fname, &ssb)) { in PHP_METHOD()
4223 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4239 if (FAILURE == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4395 if (php_stream_stat_path(pathto, &ssb) < 0) { in PHP_METHOD()
H A Dutil.c211 if (SUCCESS != php_stream_stat_path(filename, &ssb)) { in phar_mount_entry()
1317 if (SUCCESS != php_stream_stat_path(test, &ssb)) { in phar_get_entry_info_dir()
H A Dphar.c1786 if (SUCCESS == php_stream_stat_path((char *) filename, &ssb)) { in phar_analyze_path()
1813 if (SUCCESS != php_stream_stat_path((char *) filename, &ssb)) { in phar_analyze_path()
1837 if (SUCCESS != php_stream_stat_path(realpath, &ssb)) { in phar_analyze_path()
H A Dstream.c634 if (SUCCESS != php_stream_stat_path(test, &ssbi)) { in phar_wrapper_stat()
/PHP-7.4/ext/dba/
H A Ddba.c785 need_creation = (SUCCESS != php_stream_stat_path(Z_STRVAL(args[0]), &ssb)); in php_dba_open()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_bp.c280 if (php_stream_stat_path(path, &ssb) == FAILURE) { in phpdbg_set_breakpoint_file()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1867 php_stream_stat_path(fname, &ssb); in file_cache_compile_file()
2188 php_stream_stat_path(fname, &ssb); in persistent_compile_file()

Completed in 79 milliseconds