Home
last modified time | relevance | path

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

/PHP-7.2/main/
H A Dphp_streams.h351 #define php_stream_stat_path(path, ssb) _php_stream_stat_path((path), 0, (ssb), NULL) macro
/PHP-7.2/ext/phar/
H A Dphar_object.c2221 if (SUCCESS == php_stream_stat_path(newpath, &ssb)) { in phar_rename_archive()
2658 if (SUCCESS != php_stream_stat_path(phar_obj->archive->fname, &ssb)) { in PHP_METHOD()
4278 if (!overwrite && SUCCESS == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4294 if (FAILURE == php_stream_stat_path(fullpath, &ssb)) { in phar_extract_file()
4451 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.c1768 if (SUCCESS == php_stream_stat_path((char *) filename, &ssb)) {
1795 if (SUCCESS != php_stream_stat_path((char *) filename, &ssb)) {
1819 if (SUCCESS != php_stream_stat_path(realpath, &ssb)) {
H A Dstream.c633 if (SUCCESS != php_stream_stat_path(test, &ssbi)) { in phar_wrapper_stat()
/PHP-7.2/ext/dba/
H A Ddba.c779 need_creation = (SUCCESS != php_stream_stat_path(Z_STRVAL(args[0]), &ssb)); in php_dba_open()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c1740 php_stream_stat_path(fname, &ssb); in file_cache_compile_file()
2070 php_stream_stat_path(fname, &ssb); in persistent_compile_file()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_bp.c280 if (php_stream_stat_path(path, &ssb) == FAILURE) { in phpdbg_set_breakpoint_file()

Completed in 63 milliseconds