Home
last modified time | relevance | path

Searched refs:php (Results 326 – 350 of 9549) sorted by relevance

1...<<11121314151617181920>>...382

/PHP-5.5/sapi/cli/tests/
H A D008.phpt4 <?php
11 <?php
13 $php = getenv('TEST_PHP_EXECUTABLE');
15 $filename = dirname(__FILE__).'/008.test.php';
17 <?php
29 var_dump(`$php -n -f "$filename"`);
30 var_dump(`$php -n -f "wrong"`);
H A D003.phpt4 <?php
11 <?php
13 $php = getenv('TEST_PHP_EXECUTABLE');
15 var_dump(`$php -n -d max_execution_time=111 -r 'var_dump(ini_get("max_execution_time"));'`);
16 var_dump(`$php -n -d max_execution_time=500 -r 'var_dump(ini_get("max_execution_time"));'`);
17 var_dump(`$php -n -d max_execution_time=500 -d max_execution_time=555 -r 'var_dump(ini_get("max_exe…
18 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 -r 'var_dump(ini_get("max_…
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller2.phar.phpt6 <?php if (!extension_loaded("phar")) die("skip"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
9 SCRIPT_NAME=/frontcontroller2.phar.php
10 REQUEST_URI=/frontcontroller2.phar.php/a.php
11 PATH_INFO=/a.php
H A Dphar_setsignaturealgo2.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (!extension_loaded("hash")) die("skip extension hash required");
13 <?php
14 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';
15 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.2.phar.zip';
16 $fname3 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.3.phar.zip';
17 $fname4 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.4.phar.zip';
18 $fname5 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.5.phar.zip';
19 $fname6 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.6.phar.zip';
69 <?php
[all …]
H A Dfrontcontroller19.phar.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
7 SCRIPT_NAME=/frontcontroller19.phar.php
8 REQUEST_URI=/frontcontroller19.phar.php/
13 …ese strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller19.phar.php:2
15 #0 %sfrontcontroller19.phar.php(2): Phar::mungServer(Array)
17 thrown in %sfrontcontroller19.phar.php on line 2
H A Dfrontcontroller20.phar.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
7 SCRIPT_NAME=/frontcontroller20.phar.php
8 REQUEST_URI=/frontcontroller20.phar.php/
13 …ese strings: PHP_SELF, REQUEST_URI, SCRIPT_FILENAME, SCRIPT_NAME' in %sfrontcontroller20.phar.php:2
15 #0 %sfrontcontroller20.phar.php(2): Phar::mungServer(Array)
17 thrown in %sfrontcontroller20.phar.php on line 2
H A Dfrontcontroller15.phar.phpt6 <?php if (!extension_loaded("phar")) die("skip"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
9 SCRIPT_NAME=/frontcontroller15.phar.php
10 REQUEST_URI=/frontcontroller15.phar.php/a.php
11 PATH_INFO=/a.php
18 <span style="color: #0000BB">&lt;?php&nbsp;</span><span style="color: #007700">function&nbsp;</span…
H A Dphar_commitwrite.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
12 <?php
17 $p->setStub("<?php
23 include 'phar://brandnewphar.phar/startup.php';
31 <?php
35 string(60) "<?php // zip-based phar archive stub file
37 string(200) "<?php
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.5/ext/phar/tests/tar/
H A Dfrontcontroller6.phar.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
6 SCRIPT_NAME=/frontcontroller6.phar.php
7 REQUEST_URI=/frontcontroller6.phar.php/notfound.php
8 PATH_INFO=/notfound.php
19 <h1>404 - File /notfound.php Not Found</h1>
H A Drename.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 <?php
10 include dirname(__FILE__) . '/files/tarmaker.php.inc';
11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar';
16 $tar->addFile('.phar/stub.php', "<?php
37 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
42 …o open stream: phar error: "a" is not a file in phar "%srename.phar.tar" in %srename.php on line %d
H A Drename_dir.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 <?php
10 include dirname(__FILE__) . '/files/tarmaker.php.inc';
11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar';
16 $tar->addFile('.phar/stub.php', "<?php
37 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.tar'); ?>
42 …eam: phar error: "a/x" is not a file in phar "%srename_dir.phar.tar" in %srename_dir.php on line %d
H A Dbignames_overflow.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
8 <?php
9 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.tar';
10 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.2.tar';
13 include dirname(__FILE__) . '/files/make.dangerous.tar.php.inc';
31 <?php
32 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.tar');
33 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.tar');
H A Dphar_commitwrite.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
12 <?php
17 $p->setStub("<?php
23 include 'phar://brandnewphar.phar/startup.php';
31 <?php
35 string(60) "<?php // tar-based phar archive stub file
37 string(200) "<?php
43 include 'phar://brandnewphar.phar/startup.php';
/PHP-5.5/tests/security/
H A Dopen_basedir_parse_ini_file.phpt6 <?php
12 <?php
28 <?php
42 …bad): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 6
47 …txt): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 7
50 … File(%stest) is not within the allowed path(s): (.) in %sopen_basedir_parse_ini_file.php on line 8
52 …est): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 8
57 …est): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 9
62 …ad): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 10
67 …xt): failed to open stream: Operation not permitted in %sopen_basedir_parse_ini_file.php on line 11
[all …]
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt4 <?php
79 Notice: Undefined variable: undefined_var in %sget_class_variation_001.php on line 58
81 Notice: Undefined variable: unset_var in %sget_class_variation_001.php on line 61
85 …class() expects parameter 1 to be object, integer given in %sget_class_variation_001.php on line %d
90 …class() expects parameter 1 to be object, integer given in %sget_class_variation_001.php on line %d
105 …_class() expects parameter 1 to be object, double given in %sget_class_variation_001.php on line %d
130 Warning: get_class() expects parameter 1 to be object, array given in %sget_class_variation_001.php
155 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on…
160 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on…
205 Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on…
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug26862.phpt4 <?php include('skipif.inc'); ?>
10 <?php
14 echo '<a href="file.php">link</a>';
19 echo '<a href="file.php">link</a>';
22 <a href="file.php?var=value">link</a><a href="file.php">link</a>
/PHP-5.5/ext/phar/tests/
H A Daddfuncs.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
8 <?php
9 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
32 $phar->addFile($pname . '/a', '.phar/stub.php');
37 $phar->addFromString('.phar/stub.php', 'hi');
44 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
48 …ntry phar://%saddfuncs.phar.php/a does not exist and cannot be created: phar error: invalid path "…
49 Entry a does not exist and cannot be created: phar error: file "a" in phar "%saddfuncs.phar.php" ca…
H A Dbug69958.phpt4 Still has memory leaks, see https://bugs.php.net/bug.php?id=70005
6 <?php if (!extension_loaded("phar")) die("skip"); ?>
8 <?php
12 …sage 'phar "%s/bug69958.tar" exists and must be unlinked prior to conversion' in %s/bug69958.php:%d
14 #0 %s/bug69958.php(%d): PharData->convertToData(%d)
16 thrown in %s/bug69958.php on line %d
H A Dbug13727.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (getenv('SKIP_SLOW_TESTS')) die('skip'); ?>
10 <?php
11 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
27 <?php
34 unlink($dirName . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
/PHP-5.5/
H A Dmakerpm27 TAR=php-$VERSION.tar.gz
28 SPEC=php-$VERSION.spec
45 Source0: http://www.php.net/distributions/php-%{PACKAGE_VERSION}.tar.gz
53 for suExec and stand alone php scripts too.
79 mv sapi/cgi/php php.keepme
101 mv php.keepme sapi/cgi/php
113 install -m 0755 php.ini-recommended $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
114 mkdir -p $RPM_BUILD_ROOT%{_libdir}/php/extensions
121 * Thu Nov 27 2003 Marcus Boerger <helly@php.net>
125 - Rename package to php.
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_keys_variation_003.phpt4 <?php
18 "php" => "php",
21 $values = array(TRUE, FALSE, 1, 0, -1, "1", "0", "-1", NULL, array(), "php", "");
38 string(3) "php"
63 string(3) "php"
104 string(3) "php"
107 string(3) "php"
H A Darray_uintersect_assoc_variation1.phpt4 <?php
105 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
110 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
115 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
120 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
125 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
130 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
135 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
140 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
145 …ntersect_assoc(): Argument #1 is not an array in %sarray_uintersect_assoc_variation1.php on line %d
[all …]
H A Darray_uintersect_assoc_variation2.phpt4 <?php
105 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
110 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
115 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
120 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
125 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
130 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
135 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
140 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
145 …ntersect_assoc(): Argument #2 is not an array in %sarray_uintersect_assoc_variation2.php on line %d
[all …]
H A Darray_uintersect_assoc_variation4.phpt4 <?php
106 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
111 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
116 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
121 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
126 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
131 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
136 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
141 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
146 …ntersect_assoc(): Argument #3 is not an array in %sarray_uintersect_assoc_variation4.php on line %d
[all …]
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt4 Daniel Convissor <danielc@php.net>
7 <?php require_once('skipif.inc'); ?>
9 <?php
20 …dateSource(): Entity: line 1: parser error : Start tag expected, '<' not found in %s.php on line %d
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s.php on line %d
24 Warning: DOMDocument::schemaValidateSource(): ^ in %s.php on line %d
26 …::schemaValidateSource(): Failed to parse the XML resource 'in_memory_buffer'. in %s.php on line %d
28 Warning: DOMDocument::schemaValidateSource(): Invalid Schema in %s.php on line %d

Completed in 39 milliseconds

1...<<11121314151617181920>>...382