Home
last modified time | relevance | path

Searched refs:file (Results 1501 – 1525 of 1891) sorted by relevance

1...<<61626364656667686970>>...76

/PHP-5.3/ext/phar/tests/
H A D020.phpt12 $file = b"<?php
H A D029.phpt14 $file = '<?php include "' . $pname . '/a.php"; __HALT_COMPILER(); ?>';
H A Dphar_metadata_write.phpt15 $file = "<?php __HALT_COMPILER(); ?>";
H A Dphar_metadata_writeU.phpt15 $file = "<?php __HALT_COMPILER(); ?>";
H A Dphar_oo_compressallbz2.phpt13 $file = '<?php __HALT_COMPILER(); ?>';
H A Dphar_oo_compressed_001.phpt13 $file = '<?php __HALT_COMPILER(); ?>';
H A Dphar_convert_again.phpt17 $file = $stub;
189 Unknown file format specified, please pass one of Phar::PHAR, Phar::TAR or Phar::ZIP
194 Unknown file format specified, please pass one of Phar::TAR or Phar::ZIP
H A Dphar_oo_compressed_002.phpt13 $file = '<?php __HALT_COMPILER(); ?>';
H A Dphar_oo_compressed_002b.phpt13 $file = '<?php __HALT_COMPILER(); ?>';
H A Drename_dir_and_mount.phpt13 $file = "<?php
/PHP-5.3/ext/sybase_ct/tests/
H A Dbug29064.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
H A Dbug26407.phpt7 /* This file is part of PHP test framework for ext/sybase_ct
/PHP-5.3/ext/gd/tests/
H A Dimagedashedline_basic.phpt36 // output the picture to a file
/PHP-5.3/ext/imap/tests/
H A Dimap_close_basic.phpt16 // include file for required variables in imap_open()
/PHP-5.3/ext/standard/tests/strings/
H A Dchr_variation1.phpt77 fclose($file_handle); //closing the file handle
/PHP-5.3/Zend/tests/
H A Dbug55509.phpt17 $lines = file('/proc/meminfo');
/PHP-5.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt45 // mark the file for upload..
/PHP-5.3/ext/standard/tests/file/
H A D006_variation2.phpt24 Description: Returns the permissions on the file, or FALSE in case of an error
27 Description: Attempts to change the mode of the file specified by
H A Dfile_get_contents_variation3.phpt8 * Description: Read the entire file into a string
9 * Source code: ext/standard/file.c
/PHP-5.3/
H A Dphp.ini-development20 ; http://php.net/configuration.file
70 ; About this file ;
412 ; the file operations performed.
767 ; http://php.net/auto-prepend-file
771 ; http://php.net/auto-append-file
880 ; Whether to allow HTTP file uploads.
881 ; http://php.net/file-uploads
925 ; fgets() and file() will work regardless of the source of the file.
1604 ; How many bytes to read from the file.
1609 ; http://php.net/session.entropy-file
[all …]
H A Dphp.ini-production20 ; http://php.net/configuration.file
70 ; About this file ;
412 ; the file operations performed.
767 ; http://php.net/auto-prepend-file
771 ; http://php.net/auto-append-file
880 ; Whether to allow HTTP file uploads.
881 ; http://php.net/file-uploads
925 ; fgets() and file() will work regardless of the source of the file.
1604 ; How many bytes to read from the file.
1609 ; http://php.net/session.entropy-file
[all …]
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch10 #include "file.h"
273 - FILE *f = fopen(ms->file = fn, "r");
291 - /* read and parse this file */
294 + /* read and parse this file */
349 /* load directory or file */
527 * handle a compiled file.
995 #include "file.h"
1150 diff -u libmagic.orig/file.h libmagic/file.h
1958 #include "file.h"
2353 #include "file.h"
[all …]
/PHP-5.3/win32/build/
H A Dphpize.js.in7 | This source file is subject to version 3.01 of the PHP license, |
8 | that is bundled with this package in the file LICENSE, and is |
208 C.WriteLine("/* This file automatically generated from script/confutils.js */");
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c1159 char *file; in PHP_FUNCTION() local
1163 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1168 sub_r = ap_sub_req_lookup_uri(file, r); in PHP_FUNCTION()
1184 char *file; in PHP_FUNCTION() local
1188 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &file, &file_len) == FAILURE) { in PHP_FUNCTION()
1194 sub_r = ap_sub_req_lookup_file(file, r); in PHP_FUNCTION()
1210 char *file, *method; in PHP_FUNCTION() local
1214 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len)… in PHP_FUNCTION()
1220 sub_r = ap_sub_req_method_uri(method, file, r); in PHP_FUNCTION()
/PHP-5.3/ext/spl/internal/
H A Drecursivearrayiterator.inc3 /** @file recursivearrayiterator.inc

Completed in 64 milliseconds

1...<<61626364656667686970>>...76