Home
last modified time | relevance | path

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

123

/PHP-5.3/
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.php1145 function show_file_block($file, $block, $section = null)
1164 function run_test($php, $file, $env)
/PHP-5.3/scripts/dev/
H A Dextern_c.php17 function scan_file($file) {
H A Dfind_tested.php196 function extract_tests($file) {
/PHP-5.3/sapi/isapi/stresstest/
H A Dstresstest.cpp306 enum state {none, test, skipif, post, get, file, expect} parsestate = none; in ParseTestFile() enumerator
/PHP-5.3/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.3/main/streams/
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 Dmemory.c377 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write() local
469 php_stream *file; in php_stream_temp_cast() local
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
105 FILE *file; member
163 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()
262 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_file()
294 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC TSRMLS_DC) in _php_stream_fopen_from_pipe()
/PHP-5.3/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.c1793 const wchar_t *file, in dummy_invalid_parameter_handler()
/PHP-5.3/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()
1710 char *file, *file_stripped, *entry_name; in php_zip_add_from_pattern() local
2498 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); in ZIPARCHIVE_METHOD() local
/PHP-5.3/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.3/ext/standard/
H A Dphp_fopen_wrapper.c167 FILE *file = NULL; in php_stream_url_wrap_php() local
H A Dhead.c224 char *file=""; in PHP_FUNCTION() local
H A Dfile.c317 PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
735 PHP_FUNCTION(file) in PHP_FUNCTION() argument
H A Dfilestat.c671 FILE *file; in PHP_FUNCTION() local
H A Ddl.c263 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
281 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl()
H A Dbasic_functions.c3616 PHP_MINIT(file)(INIT_FUNC_ARGS_PASSTHRU); in PHP_MINIT_FUNCTION() local
3700 PHP_MSHUTDOWN(file)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION() local
/PHP-5.3/ext/sqlite/
H A Dpdo_sqlite2.c36 const char *file; member
232 int _pdo_sqlite2_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char *errmsg, const char *file, int line T… in _pdo_sqlite2_error()
/PHP-5.3/ext/spl/
H A Dspl_directory.h103 } file; member
H A Dspl.php270 protected $file; variable in Exception
/PHP-5.3/ext/soap/
H A Dsoap.c1011 zval *faultcode, *faultstring, *file, *line, *trace; in PHP_METHOD() local

Completed in 118 milliseconds

123