Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 25 of 91) sorted by relevance

1234

/PHP-7.0/main/
H A Dfopen_wrappers.h39 # define OPENBASEDIR_CHECKPATH(filename) \ argument
42 #define OPENBASEDIR_CHECKPATH(filename) \ argument
H A Dfopen_wrappers.c358 char *filename = NULL; local
479 PHPAPI zend_string *php_resolve_path(const char *filename, int filename_length, const char *path)
626 PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_str…
/PHP-7.0/Zend/
H A Dzend_dtrace.c60 const char *scope, *filename, *funcname, *classname; in dtrace_execute_ex() local
97 const char *filename; in dtrace_execute_internal() local
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_list.c132 void phpdbg_list_file(zend_string *filename, uint count, int offset, uint highlight) /* {{{ */ in phpdbg_list_file()
238 char *filename; in phpdbg_compile_file() local
296 char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename); in phpdbg_init_compile_file() local
333 zend_op_array *phpdbg_compile_string(zval *source_string, char *filename) { in phpdbg_compile_string()
H A Dphpdbg_opcode.h35 zend_string *filename; member
/PHP-7.0/ext/standard/
H A Dfilestat.c410 char *filename; in php_do_chgrp() local
547 char *filename; in php_do_chown() local
657 char *filename; in PHP_FUNCTION() local
703 char *filename; in PHP_FUNCTION() local
791 PHPAPI void php_clear_stat_cache(zend_bool clear_realpath_cache, const char *filename, int filename… in php_clear_stat_cache()
819 char *filename = NULL; in PHP_FUNCTION() local
837 PHPAPI void php_stat(const char *filename, php_stat_len filename_length, int type, zval *return_val… in php_stat()
H A Ddl.c56 char *filename; in PHP_FUNCTION() local
90 PHPAPI int php_load_extension(char *filename, int type, int start_now) in php_load_extension()
H A Dfile.c379 char *filename; in PHP_FUNCTION() local
522 char *filename; in PHP_FUNCTION() local
576 char *filename; in PHP_FUNCTION() local
712 char *filename; in PHP_FUNCTION() local
857 char *filename, *mode; in PHP_NAMED_FUNCTION() local
1350 char *filename; in PHP_FUNCTION() local
1462 char *filename; in PHP_FUNCTION() local
2301 char *filename; in PHP_FUNCTION() local
2439 char *pattern, *filename; in PHP_FUNCTION() local
/PHP-7.0/ext/zip/
H A Dphp_zip.h51 # define ZIP_OPENBASEDIR_CHECKPATH(filename) \ argument
54 #define ZIP_OPENBASEDIR_CHECKPATH(filename) \ argument
80 char *filename; member
/PHP-7.0/main/streams/
H A Dphp_stream_plain_wrapper.h31 #define php_stream_fopen(filename, mode, opened) _php_stream_fopen((filename), (mode), (opened), 0 … argument
34 #define php_stream_fopen_with_path(filename, mode, path, opened) _php_stream_fopen_with_path((filen… argument
/PHP-7.0/win32/build/
H A Dmkdist.php170 function extract_file_from_tarball($pkg, $filename, $dest_dir) /* {{{ */
350 $filename = $dll[1]; variable
528 $filename = "$name-$version.tgz"; variable
H A Dbuildconf.js31 function file_get_contents(filename) argument
H A Dphpize.js.in40 function file_get_contents(filename) argument
/PHP-7.0/ext/zip/examples/
H A Dset_compression.php8 $filename = "a.zip"; variable
H A Dcreate.php9 $filename = "./test112.zip"; variable
/PHP-7.0/ext/phar/
H A Dfunc_interceptors.c28 char *filename; in PHAR_FUNC() local
96 char *filename; in PHAR_FUNC() local
231 char *filename; in PHAR_FUNC() local
332 char *filename, *mode; in PHAR_FUNC() local
608 static void phar_file_stat(const char *filename, php_stat_len filename_length, int type, void (*ori… in phar_file_stat()
894 char *filename; in PharFileFunction() local
961 char *filename; in PHAR_FUNC() local
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_loaddata.c30 int mysqlnd_local_infile_init(void ** ptr, const char * const filename) in mysqlnd_local_infile_init()
144 mysqlnd_handle_local_infile(MYSQLND_CONN_DATA * conn, const char * filename, zend_bool * is_warning) in mysqlnd_handle_local_infile()
/PHP-7.0/sapi/apache2handler/
H A Dphp_functions.c59 static request_rec *php_apache_lookup_uri(char *filename) in php_apache_lookup_uri()
74 char *filename; in PHP_FUNCTION() local
121 char *filename; in PHP_FUNCTION() local
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_blacklist.c227 static void zend_accel_blacklist_loadone(zend_blacklist *blacklist, char *filename) in zend_accel_blacklist_loadone()
313 void zend_accel_blacklist_load(zend_blacklist *blacklist, char *filename)
H A Dzend_file_cache.c159 static int zend_file_cache_mkdir(char *filename, size_t start) in zend_file_cache_mkdir()
704 char *filename; in zend_file_cache_get_bin_file_path() local
736 char *filename; in zend_file_cache_script_store() local
1257 char *filename; in zend_file_cache_script_load() local
1442 char *filename; in zend_file_cache_invalidate() local
H A DZendAccelerator.c141 static inline int is_stream_path(const char *filename) in is_stream_path()
154 static inline int is_cacheable_stream_path(const char *filename) in is_cacheable_stream_path()
710 static int zend_get_stream_timestamp(const char *filename, zend_stat_t *statbuf) in zend_get_stream_timestamp()
1130 int zend_accel_invalidate(const char *filename, int filename_len, zend_bool force) in zend_accel_invalidate()
1940 static int persistent_stream_open_function(const char *filename, zend_file_handle *handle) in persistent_stream_open_function()
1966 static zend_string* persistent_zend_resolve_path(const char *filename, int filename_len) in persistent_zend_resolve_path()
/PHP-7.0/ext/gd/libgd/
H A Dtestac.c76 char *filename) in testDrawing()
H A Dgdxpm.c18 gdImagePtr gdImageCreateFromXpm (char *filename) in gdImageCreateFromXpm()
/PHP-7.0/ext/fileinfo/libmagic/
H A Dapptype.c51 char *filename; in file_os2_apptype() local
/PHP-7.0/ext/gd/
H A Dphp_gd.h34 #define PHP_GD_CHECK_OPEN_BASEDIR(filename, errormsg) \ argument

Completed in 75 milliseconds

1234