/PHP-5.5/main/streams/ |
H A D | php_stream_plain_wrapper.h | 37 #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 D | plain_wrapper.c | 49 #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
|
H A D | memory.c | 376 php_stream *file = php_stream_fopen_tmpfile(); in php_stream_temp_write() local 473 php_stream *file; in php_stream_temp_cast() local
|
/PHP-5.5/ext/phar/phar/ |
H A D | phar.php | 35 function command_include($file)
|
/PHP-5.5/scripts/dev/ |
H A D | extern_c.php | 17 function scan_file($file) {
|
H A D | find_tested.php | 196 function extract_tests($file) {
|
/PHP-5.5/ext/zip/lib/ |
H A D | zip_source_filep.c | 62 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 D | zip_fopen_index_encrypted.c | 162 struct zip_file *zf, **file; in _zip_file_new() local
|
/PHP-5.5/ext/dba/ |
H A D | dba_cdb.c | 54 php_stream *file; member 57 int file; member 66 php_stream* file = 0; in DBA_OPEN_FUNC() local
|
/PHP-5.5/ext/phar/tests/files/ |
H A D | pear2coverage.phar.php | 148 { 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');
|
/PHP-5.5/ext/standard/ |
H A D | dl.c | 265 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 D | php_fopen_wrapper.c | 167 FILE *file = NULL; in php_stream_url_wrap_php() local
|
H A D | head.c | 228 const char *file=""; in PHP_FUNCTION() local
|
/PHP-5.5/Zend/ |
H A D | zend_exceptions.c | 549 zval **file, **tmp; in _build_trace_string() local 665 zval message, file, line, *trace, *exception; in ZEND_METHOD() local 874 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() 889 zval *str, *file, *line; in zend_exception_error() local
|
/PHP-5.5/ext/ftp/ |
H A D | php_ftp.c | 742 char *file; in PHP_FUNCTION() local 786 char *file; in PHP_FUNCTION() local 1237 char *file; in PHP_FUNCTION() local 1257 char *file; in PHP_FUNCTION() local 1302 char *file; in PHP_FUNCTION() local
|
/PHP-5.5/ |
H A D | server-tests.php | 1136 function getSectionText($file) 1179 function getSkipReason($file,&$section_text,$docgi=false) 1233 function run_test($file)
|
/PHP-5.5/ext/gd/ |
H A D | gd_ctx.c | 80 char *file = NULL; in _php_image_output_ctx() local
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd_bt.c | 156 zval **file, **tmp; in mysqlnd_build_trace_string() local
|
/PHP-5.5/ext/fileinfo/libmagic/ |
H A D | magic.c | 234 unreadable_info(struct magic_set *ms, mode_t md, const char *file) in unreadable_info()
|
/PHP-5.5/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 27 const char *file; member
|
/PHP-5.5/ext/enchant/ |
H A D | enchant.c | 205 const char * const file, in describe_dict_fn() 307 const char * const file, in __enumerate_providers_fn()
|
/PHP-5.5/ext/pdo_oci/ |
H A D | php_pdo_oci_int.h | 24 const char *file; member
|
/PHP-5.5/ext/pdo_odbc/ |
H A D | odbc_driver.c | 59 …dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line TSR… in pdo_odbc_error()
|
/PHP-5.5/ext/fileinfo/ |
H A D | fileinfo.c | 293 char *file = NULL; local
|
/PHP-5.5/sapi/apache_hooks/ |
H A D | php_apache.c | 1159 char *file; in PHP_FUNCTION() local 1184 char *file; in PHP_FUNCTION() local 1210 char *file, *method; in PHP_FUNCTION() local
|