Home
last modified time | relevance | path

Searched refs:php (Results 351 – 375 of 9121) sorted by relevance

1...<<11121314151617181920>>...365

/PHP-7.0/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-7.0/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 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');
H A Dphar_commitwrite.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 <?php
14 $p->setStub("<?php
20 include 'phar://brandnewphar.phar/startup.php';
27 <?php
33 string(200) "<?php
39 include 'phar://brandnewphar.phar/startup.php';
/PHP-7.0/
H A DREADME.md5 http://git.php.net.
7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/
8 …or.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci.appveyor.com/project/php/php-src)
14 mailinglist internals@lists.php.net.
17 See https://wiki.php.net/rfc and https://wiki.php.net/rfc/voting for more
21 open a ticket at https://bugs.php.net and reference the bug id using #NNNNNN.
31 pulled and pushed through http://git.php.net.
/PHP-7.0/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"
/PHP-7.0/ext/phar/tests/tar/
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"); ?>
9 <?php
14 $p->setStub("<?php
20 include 'phar://brandnewphar.phar/startup.php';
28 <?php
32 string(60) "<?php // tar-based phar archive stub file
34 string(200) "<?php
40 include 'phar://brandnewphar.phar/startup.php';
/PHP-7.0/ext/phar/tests/zip/
H A Dphar_commitwrite.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 <?php
14 $p->setStub("<?php
20 include 'phar://brandnewphar.phar/startup.php';
28 <?php
32 string(60) "<?php // zip-based phar archive stub file
34 string(200) "<?php
40 include 'phar://brandnewphar.phar/startup.php';
H A Dfrontcontroller6.phar.phpt4 <?php if (!extension_loaded("phar")) die("skip"); ?>
5 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
7 SCRIPT_NAME=/frontcontroller6.phar.php
8 REQUEST_URI=/frontcontroller6.phar.php/notfound.php
9 PATH_INFO=/notfound.php
/PHP-7.0/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
H A DDOMDocument_validate_external_dtd.phpt4 Knut Urdalen <knut@php.net>
7 <?php
11 <?php
12 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
13 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/PHP-7.0/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
105 Warning: get_class() expects parameter 1 to be object, float given in %sget_class_variation_001.php
110 Warning: get_class() expects parameter 1 to be object, float given in %sget_class_variation_001.php
115 Warning: get_class() expects parameter 1 to be object, float given in %sget_class_variation_001.php
120 Warning: get_class() expects parameter 1 to be object, float 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-7.0/ext/phar/tests/zip/files/
H A Dfrontcontroller8.phar.inc1 <?php
6 $a['a.php'] = '<?php function hio(){}';
8 $a->setStub('<?php
9 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dfrontcontroller9.phar.inc1 <?php
6 $a['a.php'] = '<?php function hio(){}';
8 $a->setStub('<?php
10 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
H A Dfrontcontroller14.phar.inc1 <?php
4 $a['html/index.php'] = '<?php
8 $a->setStub('<?php
11 return "/html/index.php";
15 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
/PHP-7.0/ext/phar/tests/cache_list/
H A Dfrontcontroller23.phpt5 phar.cache_list={PWD}/frontcontroller23.php
7 <?php if (!extension_loaded("phar")) die("skip"); ?>
9 SCRIPT_NAME=/frontcontroller23.php
10 REQUEST_URI=/frontcontroller23.php/hi/there
18 string(%d) "phar://%sfrontcontroller23.php/html/index.php"
/PHP-7.0/ext/phar/tests/files/
H A Dfrontcontroller9.phar.inc1 <?php
6 $a['a.php'] = '<?php function hio(){}';
8 $a->setStub('<?php
10 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
H A Dfrontcontroller14.phar.inc1 <?php
4 $a['html/index.php'] = '<?php
8 $a->setStub('<?php
11 return "/html/index.php";
15 Phar::webPhar("whatever", "/html/index.php", null, array(), "s");
/PHP-7.0/ext/session/tests/
H A D020.phpt4 <?php include('skipif.inc'); ?>
13 session.serialize_handler=php
16 <?php
23 <a href="link.php?a=b">
24 <?php
28 <a href="link.php?a=b&amp;PHPSESSID=abtest">
/PHP-7.0/ext/phar/tests/tar/files/
H A Dfrontcontroller8.phar.inc1 <?php
6 $a['a.php'] = '<?php function hio(){}';
8 $a->setStub('<?php
9 Phar::webPhar("whatever", "index.php", null, array("jpg" => "foo/bar", "phps" => Phar::PHP, "php" =…
/PHP-7.0/sapi/phpdbg/
H A D.travis.yml11 - ./php-src/sapi/cli/php php-src/sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg php-src/sapi…
/PHP-7.0/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"`);
/PHP-7.0/sapi/fpm/
H A DMakefile.frag11 …@$(INSTALL) -m 0755 $(SAPI_FPM_PATH) $(INSTALL_ROOT)$(sbindir)/$(program_prefix)php-fpm$(program_s…
17 $(mkinstalldirs) $(INSTALL_ROOT)$(sysconfdir)/php-fpm.d; \
18 $(INSTALL_DATA) sapi/fpm/php-fpm.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.conf.default; \
19 $(INSTALL_DATA) sapi/fpm/www.conf $(INSTALL_ROOT)$(sysconfdir)/php-fpm.d/www.conf.default; \
24 @$(INSTALL_DATA) sapi/fpm/php-fpm.8 $(INSTALL_ROOT)$(mandir)/man8/php-fpm$(program_suffix).8
/PHP-7.0/sapi/fpm/tests/
H A D022-cve-2016-5385.phpt4 <?php include "skipif.inc"; ?>
6 <?php
10 $logfile = __DIR__.'/php-fpm.log.tmp';
11 $srcfile = __DIR__.'/php-fpm.tmp.php';
27 <?php
76 <?php
77 $logfile = __DIR__.'/php-fpm.log.tmp';
78 $srcfile = __DIR__.'/php-fpm.tmp.php';

Completed in 92 milliseconds

1...<<11121314151617181920>>...365