Home
last modified time | relevance | path

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

123

/PHP-5.5/
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.php1166 function show_file_block($file, $block, $section = null)
1185 function run_test($php, $file, $env)
/PHP-5.5/scripts/dev/
H A Dextern_c.php17 function scan_file($file) {
H A Dfind_tested.php196 function extract_tests($file) {
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c1497 const char **file = index_files; in php_cli_server_request_translate_vpath() local
/PHP-5.5/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.5/main/streams/
H A Dmemory.c376 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write() local
473 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.c49 #define php_stream_fopen_from_file_int(file, mode) _php_stream_fopen_from_file_int((file), (mode) S… argument
50 #define php_stream_fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mo… argument
113 FILE *file; member
171 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()
270 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
302 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
1315 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
/PHP-5.5/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.c1962 const wchar_t *file, in dummy_invalid_parameter_handler()
/PHP-5.5/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()
1714 char *file, *file_stripped, *entry_name; in php_zip_add_from_pattern() local
2499 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD() local
/PHP-5.5/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.5/ext/standard/
H A Dphp_fopen_wrapper.c167 FILE *file = NULL; in php_stream_url_wrap_php() local
H A Dhead.c228 const char *file=""; in PHP_FUNCTION() local
H A Dfile.c319 PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
716 PHP_FUNCTION(file) in PHP_FUNCTION() argument
H A Ddl.c265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dfilestat.c719 FILE *file; in PHP_FUNCTION() local
/PHP-5.5/ext/spl/
H A Dspl_directory.h103 } file; member
H A Dspl.php267 protected $file; variable in Exception
/PHP-5.5/ext/soap/
H A Dsoap.c904 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local
/PHP-5.5/ext/phar/tests/files/
H A Dpear2coverage.phar.php148 {
152 function fileLineTOC($sqlite, $file, $line) argument
503 $this->sqlite = new Sqlite($codepath, $db);
785 echo "done (no modified xdebug files)\n";
1056 throw new Exception('Unable to create Code Coverage SQLite3 database: ' . $error);
1380 throw new Exception('Unable to add file ' . $filepath . ' to database');

Completed in 115 milliseconds

123