Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/gd/
H A Dgd.c1428 zend_string *file; in PHP_FUNCTION() local
2445 char *file; in _php_image_create_from() local
2673 char *file = NULL; in _php_image_output() local
/PHP-7.4/ext/phar/
H A Dphar.c2514 php_stream *file, *oldfile, *newfile, *stubfile; in phar_flush() local
H A Dphar_object.c28 static int phar_file_type(HashTable *mimes, char *file, char **mime_type) /* {{{ */ in phar_file_type()
/PHP-7.4/main/
H A Dmain.c2116 const wchar_t *file, in dummy_invalid_parameter_handler()
2795 PHPAPI int php_lint_script(zend_file_handle *file) in php_lint_script()
/PHP-7.4/ext/zip/
H A Dphp_zip.c136 static int php_zip_extract_file(struct zip * za, char *dest, char *file, size_t file_len) in php_zip_extract_file()
2686 char *file = (char*)zip_get_name(intern, i, ZIP_FL_UNCHANGED); local
/PHP-7.4/ext/curl/
H A Dinterface.c76 static ZEND_ATTRIBUTE_UNUSED void php_curl_ssl_lock(int mode, int n, const char * file, int line) in php_curl_ssl_lock()
/PHP-7.4/ext/standard/
H A Dfilestat.c637 FILE *file; in PHP_FUNCTION() local
H A Dfile.c325 PHP_MSHUTDOWN_FUNCTION(file) /* {{{ */ in PHP_MSHUTDOWN_FUNCTION() argument
721 PHP_FUNCTION(file) in PHP_FUNCTION() argument
/PHP-7.4/ext/openssl/
H A Dopenssl.c1297 static int php_openssl_load_rand_file(const char * file, int *egdsocket, int *seeded) /* {{{ */ in php_openssl_load_rand_file()
1327 static int php_openssl_write_rand_file(const char * file, int egdsocket, int seeded) /* {{{ */ in php_openssl_write_rand_file()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1472 const char **file = index_files; in php_cli_server_request_translate_vpath() local
/PHP-7.4/ext/pdo_firebird/
H A Dfirebird_driver.c38 void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line) /* {{{ */ in _firebird_error()
/PHP-7.4/main/streams/
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
125 FILE *file; member
190 static php_stream *_php_stream_fopen_from_file_int(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file_int()
292 PHPAPI php_stream *_php_stream_fopen_from_file(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_file()
311 PHPAPI php_stream *_php_stream_fopen_from_pipe(FILE *file, const char *mode STREAMS_DC) in _php_stream_fopen_from_pipe()
1446 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata() local
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c44 int _pdo_mysql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) in _pdo_mysql_error()
H A Dphp_pdo_mysql_int.h98 const char *file; member
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c853 char *file; in PHP_FUNCTION() local
901 char *file; in PHP_FUNCTION() local
1421 char *file; in PHP_FUNCTION() local
1443 char *file; in PHP_FUNCTION() local
1494 char *file; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_hash.c52 static void _zend_is_inconsistent(const HashTable *ht, const char *file, int line) in _zend_is_inconsistent()
/PHP-7.4/
H A Drun-tests.php1736 function show_file_block($file, $block, $section = null)
1755 function run_test($php, $file, $env)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c724 zend_string *msg, *file; in phpdbg_handle_exception() local
1654 zend_string *file = zend_string_init(file_char, strlen(file_char), 0); in list_code() local
1727 zend_string *file, *msg; in phpdbg_execute_ex() local
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h419 const char *file; member
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c290 char *file = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/dom/
H A Ddocument.c1591 char *file; in PHP_FUNCTION() local
2140 char *file; in PHP_FUNCTION() local
/PHP-7.4/ext/soap/
H A Dsoap.c910 zval *faultcode, *faultstring, *file, *line, trace, rv1, rv2, rv3, rv4; in PHP_METHOD() local
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c57 …dbh_t *dbh, pdo_stmt_t *stmt, PDO_ODBC_HSTMT statement, char *what, const char *file, int line) /*… in pdo_odbc_error()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c68 …o_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /*… in _pdo_pgsql_error()
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c32 int _pdo_sqlite_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, const char *file, int line) /* {{{ */ in _pdo_sqlite_error()

Completed in 177 milliseconds

123