Home
last modified time | relevance | path

Searched refs:php (Results 501 – 525 of 11725) sorted by relevance

1...<<21222324252627282930>>...469

/PHP-5.5/ext/phar/tests/
H A Dbug46178.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 <?php
10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar';
18 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');?>
H A Dbug60164.phpt2 Phar: verify stub of specific length does not break __HALT_COMPILER(); scanning in php
4 <?php
11 <?php
19 string(5) "a.php"
20 string(5) "b.php"
H A Dphar_get_supportedcomp1.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
6 <?php if (!extension_loaded("bz2")) die("skip bz2 not available"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
11 <?php
H A Dmetadata_read.phpt4 <?php
11 <?php
12 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
14 $file = "<?php __HALT_COMPILER(); ?>";
40 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A Dmetadata_readU.phpt4 <?php
11 <?php
12 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
14 $file = "<?php __HALT_COMPILER(); ?>";
40 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A D019bU.phpt4 <?php
11 <?php
13 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
15 $file = b"<?php
51 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php'); ?>
H A Dphar_gzipU.phpt4 <?php
15 <?php
21 $file = '<?php
24 include "phar://" . __FILE__ . "/tar_004.php";
28 $files['tar_004.php'] = '<?php var_dump(__FILE__);';
48 <?php
54 unicode(%d) "phar://%sphar_gzip.phar/tar_004.php"
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite9.phar.phpt5 phar.cache_list={PWD}/copyonwrite9.phar.php
8 <?php if (!extension_loaded("phar")) die("skip"); ?>
12 string(188) "<?php
16 $p->setStub("<?php __HALT"."_COMPILER();");
21 <?php __HALT_COMPILER(); ?>
H A Dfrontcontroller8.phpt4 phar.cache_list={PWD}/frontcontroller8.php
6 <?php if (!extension_loaded("phar")) die("skip"); ?>
8 SCRIPT_NAME=/frontcontroller8.php
9 REQUEST_URI=/frontcontroller8.php/
21 <h1>404 - File /index.php Not Found</h1>
/PHP-5.5/ext/opcache/tests/
H A Dbug65915.phpt7 <?php require_once('skipif.inc'); ?>
9 <?php
10 $tmp = __DIR__ . "/bug65915.inc.php";
12 file_put_contents($tmp, '<?php return function(){ return "a";};');
18 file_put_contents($tmp, '<?php return function(){ return "b";};');
H A Dblacklist-win32.phpt9 <?php require_once('skipif.inc'); ?>
10 <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip only for Windows'); } ?>
12 <?php
29 [4] => __DIR__\current.php
30 [5] => %scurrent.php
31 [6] => %scurrent.php
/PHP-5.5/Zend/tests/
H A Dbug29896.phpt4 <?php
25 …rorHandler(8, Undefined variable: b, %sbug29896.php, 11, Array ([A1] => Test1)) called at [%sbug29…
26 #1 GenerateError1(Test1) called at [%sbug29896.php:16]
27 #2 GenerateError2(Test2) called at [%sbug29896.php:19]
H A Dexception_007.phpt4 <?php
21 Fatal error: Uncaught exception 'Exception' with message 'Another' in %sexception_007.php:%d
25 Next exception 'Exception' with message 'First' in %sexception_007.php:%d
29 Next exception 'Exception' with message 'Second' in %sexception_007.php:%d
33 Next exception 'Exception' with message 'Third' in %sexception_007.php:%d
36 thrown in %sexception_007.php on line %d
H A Dgc_030.phpt6 <?php
23 Fatal error: Uncaught exception 'Exception' with message 'foobar' in %sgc_030.php:%d
26 #1 %sgc_030.php(%d): gc_collect_cycles()
29 Next exception 'Exception' with message 'foobar' in %sgc_030.php:%d
31 #0 %sgc_030.php(%d): foo->__destruct()
33 thrown in %sgc_030.php on line %d
H A Dunset_cv05.phpt7 <?php
13 <?php
23 …Cannot send session cookie - headers already sent by (output started at %sunset_cv05.php on line %d
25 …limiter - headers already sent (output started at %sunset_cv05.php:%d) in %sunset_cv05.php on line…
27 Notice: Array to string conversion in %sunset_cv05.php on line %d
H A Dstr_offset_001.phpt4 <?php
27 Notice: Uninitialized string offset: -1 in %sstr_offset_001.php on line %d
33 Notice: Uninitialized string offset: 3 in %sstr_offset_001.php on line %d
37 Notice: Uninitialized string offset: 1 in %sstr_offset_001.php on line %d
40 Notice: Uninitialized string offset: -1 in %sstr_offset_001.php on line %d
46 Notice: Uninitialized string offset: 3 in %sstr_offset_001.php on line %d
50 Notice: Uninitialized string offset: 1 in %sstr_offset_001.php on line %d
/PHP-5.5/sapi/cli/tests/
H A D009.phpt4 <?php include "skipif.inc"; ?>
6 <?php
8 $php = getenv('TEST_PHP_EXECUTABLE');
10 var_dump(`$php -n -a -r "echo hello;"`);
11 var_dump(`$php -n -r "echo hello;" -a`);
H A D013.phpt4 <?php
11 <?php
13 $php = getenv('TEST_PHP_EXECUTABLE');
18 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");'`);
19 var_dump(`cat "$filename_txt" | "$php" -n -E 'var_dump("end");'`);
20 var_dump(`cat "$filename_txt" | "$php" -n -B 'var_dump("start");' -E 'var_dump("end");'`);
/PHP-5.5/ext/reflection/tests/
H A Dtraits001.phpt4 <?php
26 @@ %straits001.php 2-4
42 @@ %straits001.php 3 - 3
47 @@ %straits001.php 6-10
63 @@ %straits001.php 9 - 9
67 @@ %straits001.php 3 - 3
/PHP-5.5/tests/lang/
H A Dbug35176.phpt8 <?php
9 require_once('nonexisiting.php');
13 …ng.php) [<a href='/function.require-once.html'>function.require-once.html</a>]: failed to open str…
15 …ion.require.html</a>]: Failed opening required 'nonexisiting.php' (%s) in <b>%sbug35176.php</b> on…
/PHP-5.5/ext/standard/tests/file/
H A Drename_variation7-win32.phpt4 <?php
9 <?php
29 Warning: symlink(): Could not fetch file information(error 2) in %srename_variation7-win32.php on l…
31 …ad the symbolic link (%srename_variation7-win32.php.tmp.link), error 2) in %srename_variation7-win…
34 …ad the symbolic link (%srename_variation7-win32.php.tmp.link2), error 2) in %srename_variation7-wi…
/PHP-5.5/ext/sysvshm/tests/
H A D007.phpt4 <?php if (!extension_loaded("sysvshm")) print "skip"; ?>
6 <?php
26 Warning: shm_remove() expects exactly 1 parameter, 0 given in %s007.php on line %d
29 Warning: shm_remove() expects parameter 1 to be resource, integer given in %s007.php on line %d
32 Warning: shm_remove() expects parameter 1 to be resource, integer given in %s007.php on line %d
35 Warning: shm_remove() expects parameter 1 to be resource, string given in %s007.php on line %d
40 Warning: shm_remove(): %d is not a valid sysvshm resource in %s007.php on line %d
/PHP-5.5/scripts/
H A DMakefile.frag6 phpincludedir = $(includedir)/php
17 run-tests.php
24 bin_SCRIPTS = phpize php-config
25 man_PAGES = phpize php-config
34 install-programs: $(builddir)/phpize $(builddir)/php-config
51 $(builddir)/php-config: $(srcdir)/php-config.in $(top_builddir)/config.status
/PHP-5.5/ext/libxml/tests/
H A D004.phpt4 <?php if (!extension_loaded('dom')) die('skip'); ?>
6 <?php
30 …eate(): options should have the form ["wrappername"]["optionname"] = $value in %s004.php on line %d
32 Warning: libxml_set_streams_context() expects parameter 1 to be resource, null given in %s004.php o…
36 Warning: libxml_set_streams_context() expects parameter 1 to be resource, string given in %s004.php
40 …xml_set_streams_context() expects parameter 1 to be resource, integer given in %s004.php on line %d
44 Warning: libxml_set_streams_context() expects parameter 1 to be resource, object given in %s004.php
48 Warning: libxml_set_streams_context() expects parameter 1 to be resource, array given in %s004.php
/PHP-5.5/ext/phar/tests/tar/
H A Drequire_hash.phpt4 <?php if (!extension_loaded('phar')) die('skip'); ?>
5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
10 <?php
12 include dirname(__FILE__) . '/files/tarmaker.php.inc';
19 $tar->addFile('tar_004.php', '<?php var_dump(__FILE__);');
21 $tar->addFile('.phar/stub.php', "__HALT_COMPILER();");
44 <?php

Completed in 30 milliseconds

1...<<21222324252627282930>>...469