/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_list.c | 59 zend_string *file = zend_string_init(char_file, strlen(char_file), 0); in PHPDBG_LIST() local 65 zend_string *file; in PHPDBG_LIST() local 234 zend_op_array *phpdbg_compile_file(zend_file_handle *file, int type) { in phpdbg_compile_file() 295 zend_op_array *phpdbg_init_compile_file(zend_file_handle *file, int type) { in phpdbg_init_compile_file()
|
H A D | create-test.php | 31 $file = ""; variable 58 $file = realpath($real_argv[0]); variable
|
H A D | phpdbg_frame.c | 89 zend_string *file = zend_string_init(file_chr, strlen(file_chr), 0); in phpdbg_switch_frame() local 191 zval *file = &startfile, *line = &startline; in phpdbg_dump_backtrace() local
|
H A D | phpdbg_bp.c | 303 zend_string *file; in phpdbg_set_breakpoint_file_ex() local 332 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_str… in phpdbg_resolve_pending_file_break_ex() 378 PHPDBG_API void phpdbg_resolve_pending_file_break(const char *file) /* {{{ */ in phpdbg_resolve_pending_file_break() 727 PHPDBG_API void phpdbg_set_breakpoint_file_opline(const char *file, zend_ulong opline) /* {{{ */ in phpdbg_set_breakpoint_file_opline()
|
H A D | phpdbg.c | 345 char *file; in PHP_FUNCTION() local 847 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in php_sapi_phpdbg_log_message() local 928 FILE *file; member
|
H A D | xml.md | 26 file section
|
/PHP-7.0/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 125 FILE *file; member 187 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int() 283 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file() 315 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe() 1355 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
|
H A D | memory.c | 377 php_stream *file = php_stream_fopen_temporary_file(ts->tmpdir, "php", NULL); in php_stream_temp_write() local 476 php_stream *file; in php_stream_temp_cast() local
|
/PHP-7.0/ext/standard/ |
H A D | dl.c | 219 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl() 237 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now) in php_dl()
|
H A D | head.c | 240 const char *file=""; in PHP_FUNCTION() local
|
H A D | php_fopen_wrapper.c | 186 FILE *file = NULL; in php_stream_url_wrap_php() local
|
/PHP-7.0/ext/phar/phar/ |
H A D | phar.php | 35 function command_include($file)
|
/PHP-7.0/ext/zip/lib/ |
H A D | zip_source_filep.c | 91 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()
|
/PHP-7.0/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-7.0/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-7.0/Zend/ |
H A D | zend_exceptions.c | 583 zval *file, *tmp; in _build_trace_string() local 733 zend_string *file = zval_get_string(GET_PROPERTY(exception, "file")); in ZEND_METHOD() local 993 static void zend_error_va(int type, const char *file, uint lineno, const char *format, ...) /* {{{ … in zend_error_va() 1023 zend_string *file = zval_get_string(GET_PROPERTY_SILENT(&exception, "file")); in zend_exception_error() local 1032 zend_string *str, *file = NULL; in zend_exception_error() local
|
/PHP-7.0/ext/ftp/ |
H A D | php_ftp.c | 788 char *file; in PHP_FUNCTION() local 834 char *file; in PHP_FUNCTION() local 1305 char *file; in PHP_FUNCTION() local 1327 char *file; in PHP_FUNCTION() local 1376 char *file; in PHP_FUNCTION() local
|
/PHP-7.0/ |
H A D | server-tests.php | 1135 function getSectionText($file) 1178 function getSkipReason($file,&$section_text,$docgi=false) 1232 function run_test($file)
|
/PHP-7.0/scripts/dev/ |
H A D | find_tested.php | 202 function extract_tests($file) {
|
/PHP-7.0/ext/gd/ |
H A D | gd_ctx.c | 85 char *file = NULL; in _php_image_output_ctx() local
|
/PHP-7.0/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-7.0/ext/pdo_sqlite/ |
H A D | php_pdo_sqlite_int.h | 27 const char *file; member
|
/PHP-7.0/ext/enchant/ |
H A D | enchant.c | 198 const char * const file, in describe_dict_fn() 304 const char * const file, in __enumerate_providers_fn()
|
/PHP-7.0/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) /*… in pdo_odbc_error()
|