Home
last modified time | relevance | path

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

123

/PHP-5.4/
H A Dserver-tests.php1136 function getSectionText($file)
1179 function getSkipReason($file,&$section_text,$docgi=false)
1233 function run_test($file)
H A Drun-tests.php1163 function show_file_block($file, $block, $section = null)
1182 function run_test($php, $file, $env)
/PHP-5.4/scripts/dev/
H A Dextern_c.php17 function scan_file($file) {
H A Dfind_tested.php196 function extract_tests($file) {
/PHP-5.4/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1364 const char **file = index_files; in php_cli_server_request_translate_vpath() local
/PHP-5.4/sapi/apache_hooks/
H A Dphp_apache.c1159 char *file; in PHP_FUNCTION() local
1184 char *file; in PHP_FUNCTION() local
1210 char *file, *method; in PHP_FUNCTION() local
/PHP-5.4/main/streams/
H A Dmemory.c372 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write() local
465 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
H A Dplain_wrapper.c48 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
49 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
112 FILE *file; member
170 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC TSRMLS_D… in _php_stream_fopen_from_file_int()
269 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
301 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
1289 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
/PHP-5.4/main/
H A Dphp_streams.h71 #define php_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STRE… argument
73 #define php_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STRE… argument
H A Dmain.c1940 const wchar_t *file, in dummy_invalid_parameter_handler()
/PHP-5.4/ext/zip/
H A Dphp_zip.c138 static int php_zip_extract_file(struct zip * za, char *dest, char *file, int file_len TSRMLS_DC) in php_zip_extract_file()
1706 char *file, *file_stripped, *entry_name; in php_zip_add_from_pattern() local
2491 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD() local
/PHP-5.4/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c162 struct zip_file *zf, **file; in _zip_file_new() local
H A Dzip_source_filep.c62 zip_source_filep(struct zip *za, FILE *file, zip_uint64_t start, in zip_source_filep()
79 _zip_source_file_or_p(struct zip *za, const char *fname, FILE *file, in _zip_source_file_or_p()
H A Dzipint.h202 struct zip_file **file; /* opened files within archive */ member
/PHP-5.4/ext/standard/
H A Dphp_fopen_wrapper.c167 FILE *file = NULL; in php_stream_url_wrap_php() local
H A Dhead.c223 const char *file=""; in PHP_FUNCTION() local
H A Dfile.c318 PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
715 PHP_FUNCTION(file) in PHP_FUNCTION() argument
H A Dfilestat.c719 FILE *file; in PHP_FUNCTION() local
H A Ddl.c260 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
278 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dbasic_functions.c3590 PHP_MINIT(file)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
3672 PHP_MSHUTDOWN(file)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-5.4/ext/spl/
H A Dspl.php267 protected $file; variable in Exception
H A Dspl_directory.h103 } file; member
/PHP-5.4/ext/soap/
H A Dsoap.c898 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local

Completed in 145 milliseconds

123