Home
last modified time | relevance | path

Searched refs:filename (Results 1001 – 1025 of 1055) sorted by relevance

1...<<414243

/PHP-5.5/Zend/
H A Dzend_alloc.h47 const char *filename; member
/PHP-5.5/ext/standard/tests/url/
H A Dparse_url_basic_001.phpt569 --> zlib:filename.txt: array(2) {
573 string(12) "filename.txt"
H A Dparse_url_basic_003.phpt76 --> zlib:filename.txt : NULL
/PHP-5.5/ext/snmp/
H A Dsnmp.c324 ZEND_ARG_INFO(0, filename)
1792 char *filename; in PHP_FUNCTION() local
1795 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "p", &filename, &filename_len) == FAILURE) { in PHP_FUNCTION()
1799 if (!read_mib(filename)) { in PHP_FUNCTION()
1801 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error while reading MIB file '%s': %s", filename, err… in PHP_FUNCTION()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch396 fp = fopen( filename, "r" );
1316 -mmc_map( char* filename, struct stat* sbP, struct timeval* nowP )
1317 +mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **last_modified…
1411 -extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP );
1412 +extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **…
1801 + char filename[] = "/tmp/thttpd.upload.XXXXXX";
1802 + int tmp = mkstemp(filename);
1808 + unlink(filename);
H A Dthttpd.c425 file_handle.filename = SG(request_info).path_translated;
/PHP-5.5/sapi/aolserver/
H A Daolserver.c410 file_handle.filename = SG(request_info).path_translated; in php_ns_module_main()
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir_rmdir_variation1.phpt9 $filename = dirname(__FILE__)."/is_readable_root_check.tmp";
10 $fp = fopen($filename, 'w');
12 if(fileowner($filename) == 0) {
13 unlink ($filename);
17 unlink($filename);
H A Dfopen_variation14-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
H A Dfopen_variation15-win32.phpt12 /* Prototype : resource fopen(string filename, string mode [, bool use_include_path [, resource co…
/PHP-5.5/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt6 Description: parse_ini_string() loads in the ini file specified in filename,
/PHP-5.5/ext/readline/
H A Dreadline_cli.c599 prepend_file.filename = PG(auto_prepend_file); in readline_shell_run()
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1250 ZEND_ARG_INFO(0, filename)
1259 ZEND_ARG_INFO(0, filename)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h131 const char *filename; member
152 int (*local_infile_init)(void **ptr, char *filename, void **userdata TSRMLS_DC);
/PHP-5.5/
H A DREADME.STREAMS245 PHPAPI php_stream * php_stream_fopen(const char * filename, const char * mode)
247 FILE * fp = fopen(filename, mode);
H A DREADME.EXT_SKEL46 --proto=filename.
H A Dacinclude.m41060 dnl _PHP_DEF_HAVE_FILE(what, filename)
1714 char *filename = tmpnam(NULL);
1716 fp = fopen(filename, "w");
1724 fp = fopen(filename, "a+");
1727 unlink(filename);
2625 dnl PHP_DEBUG_MACRO(filename)
2656 dnl PHP_CONFIG_NICE(filename)
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_encode.phpt9 function my_error_handler($errno, $errmsg, $filename, $linenum, $vars)
/PHP-5.5/ext/spl/
H A Dspl_directory.c1298 char *filename; in SPL_METHOD() local
1312 filename = intern->orig_path; in SPL_METHOD()
1314 filename = intern->file_name; in SPL_METHOD()
1318 if (filename && VCWD_REALPATH(filename, buff)) { in SPL_METHOD()
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt628 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
928 Illegal web filename passed in for stub creation, was 401 characters long, and only 400 or less is …
/PHP-5.5/ext/ftp/
H A Dftp.c591 ftp_chmod(ftpbuf_t *ftp, const int mode, const char *filename, const int filename_len) in ftp_chmod() argument
599 spprintf(&buffer, 0, "CHMOD %o %s", mode, filename); in ftp_chmod()
/PHP-5.5/ext/enchant/
H A Denchant.c92 ZEND_ARG_INFO(0, filename)
/PHP-5.5/ext/gd/libgd/
H A Dgd.h405 gdImagePtr gdImageCreateFromXpm (char *filename);
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c677 static void *php_xmlwriter_streams_IO_open_write_wrapper(const char *filename TSRMLS_DC) in php_xmlwriter_streams_IO_open_write_wrapper()
682 ret_val = php_stream_open_wrapper_ex((char *)filename, "wb", REPORT_ERRORS, NULL, NULL); in php_xmlwriter_streams_IO_open_write_wrapper()
/PHP-5.5/ext/oci8/
H A Doci8.c199 ZEND_ARG_INFO(0, filename)
282 ZEND_ARG_INFO(0, filename)
540 ZEND_ARG_INFO(0, filename)
597 ZEND_ARG_INFO(0, filename)

Completed in 215 milliseconds

1...<<414243