Home
last modified time | relevance | path

Searched defs:filename (Results 51 – 75 of 132) sorted by relevance

123456

/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-execute-common.h71 zend_string *str, const char *filename, zend_compile_position position) { in fuzzer_compile_string()
H A Dfuzzer-sapi.c243 char *filename, const char *data, size_t data_len, bool execute, in fuzzer_do_request_from_buffer()
/PHP-8.3/ext/xsl/
H A Dphp_xsl.stub.php114 public function setProfiling(?string $filename) {} // TODO make return type void
/PHP-8.3/ext/zlib/
H A Dzlib.c608 char *filename; in PHP_FUNCTION() local
648 char *filename; in PHP_FUNCTION() local
675 char *filename; in PHP_FUNCTION() local
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php786 public function load(string $filename, int $options = 0): bool {}
798 public function save(string $filename, int $options = 0): int|false {}
805 public function loadHTMLFile(string $filename, int $options = 0): bool {}
811 public function saveHTMLFile(string $filename): int|false {}
819 public function schemaValidate(string $filename, int $flags = 0): bool {}
825 public function relaxNGValidate(string $filename): bool {}
/PHP-8.3/ext/opcache/
H A Dzend_accelerator_util_funcs.c90 zend_string *filename; in zend_accel_move_user_functions() local
121 zend_string *filename; in zend_accel_move_user_classes() local
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php316 …public function __construct(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_C…
319 …public function open(string $filename, int $flags = SQLITE3_OPEN_READWRITE | SQLITE3_OPEN_CREATE, …
/PHP-8.3/ext/oci8/
H A Doci8.stub.php444 function oci_lob_import(OCILob $lob, string $filename): bool {}
450 function ocisavelobfile(OCILob $lob, string $filename): bool {}
490 function oci_lob_export(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null): b…
496 function ociwritelobtofile(OCILob $lob, string $filename, ?int $offset = null, ?int $length = null)…
/PHP-8.3/ext/gd/
H A Dphp_gd.h27 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument
/PHP-8.3/ext/pgsql/
H A Dpgsql.stub.php687 …function pg_trace(string $filename, string $mode = "w", ?PgSql\Connection $connection = null, int …
774 function pg_lo_import($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
783 function pg_loimport($connection, $filename = UNKNOWN, $oid = UNKNOWN): string|int|false {}
790 function pg_lo_export($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
799 function pg_loexport($connection, $oid = UNKNOWN, $filename = UNKNOWN): bool {}
/PHP-8.3/main/
H A Drfc1867.c163 zend_string *filename = Z_STR_P(el); in free_filename() local
172 zend_string *filename = Z_STR_P(el); in destroy_uploaded_files_hash() local
764 char *cd = NULL, *param = NULL, *filename = NULL, *tmp = NULL; local
H A Dphp_ini.c326 char *filename = *((char **) arg); in php_load_zend_extension_cb() local
549 char *filename = NULL; in php_init_config() local
H A Drfc1867.h55 char **filename; member
/PHP-8.3/Zend/
H A Dzend_stream.h56 zend_string *filename; member
H A Dzend_language_scanner.h37 zend_string *filename; member
H A Dzend_virtual_cwd.c1358 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1381 CWD_API int virtual_chmod(const char *filename, mode_t mode) /* {{{ */ in virtual_chmod()
1416 CWD_API int virtual_chown(const char *filename, uid_t owner, gid_t group, int link) /* {{{ */ in virtual_chown()
/PHP-8.3/ext/standard/
H A Dassert.c209 zend_string *filename = zend_get_executed_filename_ex(); in PHP_FUNCTION() local
H A Dbrowscap.c49 char filename[MAXPATHLEN]; member
400 static int browscap_read_file(char *filename, browser_data *browdata, int persistent) /* {{{ */ in browscap_read_file()
/PHP-8.3/ext/spl/
H A Dspl_directory.stub.php8 public function __construct(string $filename) {}
283 …public function __construct(string $filename, string $mode = "r", bool $useIncludePath = false, $c…
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c137 …zend_string *filename = php_addcslashes_str(((phpdbg_breakfile_t*)brake)->filename, strlen(((phpdb… in phpdbg_export_breakpoints_to_string() local
174 …zend_string *filename = php_addcslashes_str(((phpdbg_breakopline_t*)brake)->class_name, strlen(((p… in phpdbg_export_breakpoints_to_string() local
224 …zend_string *filename = php_addcslashes_str(conditional->param.file.name, strlen(conditional->para… in phpdbg_export_breakpoints_to_string() local
/PHP-8.3/ext/libxml/
H A Dlibxml.c400 static void *php_libxml_streams_IO_open_wrapper(const char *filename, const char *mode, const int r… in php_libxml_streams_IO_open_wrapper()
477 static void *php_libxml_streams_IO_open_read_wrapper(const char *filename) in php_libxml_streams_IO_open_read_wrapper()
482 static void *php_libxml_streams_IO_open_write_wrapper(const char *filename) in php_libxml_streams_IO_open_write_wrapper()
/PHP-8.3/Zend/Optimizer/
H A Dzend_optimizer.h87 zend_string *filename; member
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist.c359 char *filename, *fullpath = NULL; in CPH_METHOD() local
420 char *filename, *fullpath; in CPH_METHOD() local
/PHP-8.3/ext/enchant/
H A Denchant.stub.php62 function enchant_broker_request_pwl_dict(EnchantBroker $broker, string $filename): EnchantDictionar…
/PHP-8.3/ext/ffi/
H A Dffi.stub.php17 public static function load(string $filename): ?FFI {}

Completed in 90 milliseconds

123456