Home
last modified time | relevance | path

Searched defs:file (Results 1 – 25 of 65) sorted by last modified time

123

/PHP-7.2/ext/openssl/
H A Dopenssl.c1262 static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded) /* {{{ */ in php_openssl_load_rand_file()
1292 static int php_openssl_write_rand_file(const char * file, int egdsocket, int seeded) /* {{{ */ in php_openssl_write_rand_file()
/PHP-7.2/ext/exif/
H A Dexif.c1969 file_section_list file; member
/PHP-7.2/ext/phar/
H A Dphar_object.c30 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type()
/PHP-7.2/ext/dom/
H A Ddocument.c1571 char *file; in PHP_FUNCTION() local
2117 char *file; in PHP_FUNCTION() local
/PHP-7.2/win32/
H A Dioutil.c192 HANDLE file; in php_win32_ioutil_open_w() local
/PHP-7.2/
H A Dserver-tests.php1123 function getSectionText($file)
1166 function getSkipReason($file,&$section_text,$docgi=false)
1220 function run_test($file)
H A Drun-tests.php1237 function show_file_block($file, $block, $section = null)
1256 function run_test($php, $file, $env)
/PHP-7.2/sapi/phpdbg/
H A Dxml.md26 file section
H A Dphpdbg_utils.c162 const char *file = zend_get_executed_filename(); in phpdbg_current_file() local
H A Dphpdbg_list.c59 zend_string *file = zend_string_init(char_file, strlen(char_file), 0); in PHPDBG_LIST() local
65 zend_string *file; in PHPDBG_LIST() local
235 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file()
284 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
H A Dphpdbg_prompt.c771 zend_string *msg, *file; in phpdbg_handle_exception() local
1765 zend_string *file, *msg; in phpdbg_execute_ex() local
H A Dcreate-test.php31 $file = ""; variable
58 $file = realpath($real_argv[0]); variable
H A Dphpdbg.c376 char *file; in PHP_FUNCTION() local
878 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in php_sapi_phpdbg_log_message() local
957 FILE *file; member
H A Dphpdbg_bp.c317 zend_string *file; in phpdbg_set_breakpoint_file() local
346 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint32_t filelen, zend… in phpdbg_resolve_pending_file_break_ex()
392 PHPDBG_API void phpdbg_resolve_pending_file_break(const char *file) /* {{{ */ in phpdbg_resolve_pending_file_break()
741 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline) /* {{{ */ in phpdbg_set_breakpoint_file_opline()
H A Dphpdbg_cmd.h61 } file; member
H A Dphpdbg_frame.c96 zend_string *file = zend_string_init(file_chr, strlen(file_chr), 0); in phpdbg_print_cur_frame_info() local
268 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
/PHP-7.2/scripts/dev/
H A Dfind_tested.php202 function extract_tests($file) {
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c1384 const char **file = index_files; in php_cli_server_request_translate_vpath() local
/PHP-7.2/main/streams/
H A Dplain_wrapper.c51 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
52 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
127 FILE *file; member
189 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int()
285 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file()
317 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe()
1373 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
H A Dmemory.c365 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local
464 php_stream *file; in php_stream_temp_cast() local
H A Dphp_stream_plain_wrapper.h37 #define php_stream_fopen_from_file(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_C… argument
43 #define php_stream_fopen_from_pipe(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_C… argument
/PHP-7.2/main/
H A Dphp_streams.h73 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
75 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
H A Dmain.c2059 const wchar_t *file, in dummy_invalid_parameter_handler()
2719 PHPAPI int php_lint_script(zend_file_handle *file) in php_lint_script()
/PHP-7.2/ext/zip/
H A Dphp_zip.c140 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len) in php_zip_extract_file()
2796 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD() local
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c91 zip_source_filep(zip_t *za, FILE *file, zip_uint64_t start, zip_int64_t len) in zip_source_filep()
101 zip_source_filep_create(FILE *file, zip_uint64_t start, zip_int64_t length, zip_error_t *error) in zip_source_filep_create()
113 _zip_source_file_or_p(const char *fname, FILE *file, zip_uint64_t start, zip_int64_t len, const zip… in _zip_source_file_or_p()

Completed in 144 milliseconds

123