Home
last modified time | relevance | path

Searched refs:not (Results 101 – 125 of 4698) sorted by relevance

12345678910>>...188

/PHP-7.4/tests/security/
H A Dopen_basedir_tempnam.phpt48 Warning: tempnam(): open_basedir restriction in effect. File(../bad) is not within the allowed path…
51 Warning: tempnam(): open_basedir restriction in effect. File(..) is not within the allowed path(s):…
54 Warning: tempnam(): open_basedir restriction in effect. File(../) is not within the allowed path(s)…
57 Warning: tempnam(): open_basedir restriction in effect. File(/) is not within the allowed path(s): …
60 Warning: tempnam(): open_basedir restriction in effect. File(../bad/.) is not within the allowed pa…
63 Warning: tempnam(): open_basedir restriction in effect. File(./../.) is not within the allowed path…
66 Warning: tempnam(): open_basedir restriction in effect. File(%s) is not within the allowed path(s):…
H A Dopen_basedir_link.phpt49 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
52 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
55 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/link.txt) is not within the a…
58 Warning: link(): open_basedir restriction in effect. File(%s/test/link.txt) is not within the allow…
61 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
64 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
67 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
70 Warning: link(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
73 Warning: link(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed pa…
/PHP-7.4/ext/intl/tests/
H A Dbug60192-getlocale.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-getsortkey.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
19 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-compare.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
18 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sort.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Fatal error: Uncaught Error: Object not initialized in %s:%d
H A Dbug60192-sortwithsortkeys.phpt2 Bug #60192 (SegFault when Collator not constructed properly)
5 if (!extension_loaded('intl')) { die('skip intl extension not available'); }
20 Fatal error: Uncaught Error: Object not initialized in %s:%d
/PHP-7.4/ext/gd/tests/
H A Dbug71912.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
9 if(!function_exists('imagecreatefromgd2')) die('skip imagecreatefromgd2() not available');
17 Warning: imagecreatefromgd2(): '%s%einvalid_neg_size.gd2' is not a valid GD2 file in %s%ebug71912.p…
H A Dimagebmp_nullbyte_injection.phpt5 if(!extension_loaded('gd')) die('skip gd extension not available');
6 if (!gd_info()['BMP Support']) die('skip BMP support not available');
15 Warning: imagebmp(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dbug73161.phpt4 We're testing for a memory leak that might not even show up with valgrind.
7 if (!extension_loaded('gd')) die('skip gd extension not available');
16 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
H A Dbug73869.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
14 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
17 Warning: imagecreatefromgd2(): '%s' is not a valid GD2 file in %s on line %d
H A Dimageinterlace_error2.phpt2 Testing resource that is not a image to imageinterlace() of GD library
8 if (!extension_loaded("gd")) die("skip GD not present");
16 Warning: imageinterlace(): supplied resource is not a valid Image resource in %s on line %d
/PHP-7.4/ext/phar/tests/zip/
H A Dfrontcontroller11.phar.phpt2 Phar front controller mime type extension is not a string zip-based
6 <?php if (!extension_loaded("phar")) die("skip phar extension not loaded"); ?>
7 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
/PHP-7.4/Zend/tests/
H A Dbug78810.phpt2 Bug #78810: RW fetches do not throw "uninitialized property" exception
24 Typed property Test::$i must not be accessed before initialization
25 Typed property Test::$i must not be accessed before initialization
H A Dobjects_027.phpt30 Deprecated: Non-static method foo::test() should not be called statically in %s on line %d
32 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
38 Deprecated: %son-static method foo::test() should not be called statically in %s on line %d
40 Deprecated: Non-static method bar::show() should not be called statically in %s on line %d
/PHP-7.4/ext/libxml/tests/
H A Dbug79191.phpt5 if (!extension_loaded('soap')) die('skip soap extension not available');
6 if (!extension_loaded('dom')) die('dom extension not available');
11 new \SoapClient('does-not-exist.wsdl');
/PHP-7.4/ext/sodium/tests/
H A Dbug78516.phpt2 Bug #78516 (password_hash(): Memory cost is not in allowed range)
5 if (!extension_loaded('sodium')) die('skip sodium extension not available');
6 if (!defined('PASSWORD_ARGON2ID')) die('skip PASSWORD_ARGON2ID not available');
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt6 if (!extension_loaded('iconv')) die ("skip iconv extension not available");
8 …if (@xml_parser_create($encoding) === false) die("skip libxml2 does not support $encoding encoding…
77 echo "XML Prologue: ".($this->prologue ? 'present': 'not present'), "\n";
79 echo "BOM: ".($this->bom ? 'prepended': 'not prepended'), "\n";
113 BOM: not prepended
125 BOM: not prepended
137 BOM: not prepended
149 BOM: not prepended
161 BOM: not prepended
173 BOM: not prepended
H A Dbug32001.phpt171 BOM: not prepended
181 XML Prologue: not present
183 BOM: not prepended
205 XML Prologue: not present
219 BOM: not prepended
241 XML Prologue: not present
255 BOM: not prepended
291 BOM: not prepended
303 BOM: not prepended
339 BOM: not prepended
[all …]
/PHP-7.4/ext/mbstring/tests/
H A Dmb_http_input.phpt5 extension_loaded('mbstring') or die('skip mbstring not available');
6 (php_sapi_name()=='cgi') or die("skip sapi is not a cgi version");
15 // TODO: This is not a real test.... Need to change so that it does real testing
42 echo "This heppens when php.ini-dist is not used\n";
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_error1.phpt2 DomDocument::schemaValidateSource() - string that is not a schema
15 $result = $doc->schemaValidateSource('string that is not a schema');
20 …maValidateSource(): Entity: line 1: parser error : Start tag expected, '<' not found in %s.php on …
22 Warning: DOMDocument::schemaValidateSource(): string that is not a schema in %s.php on line %d
/PHP-7.4/ext/zip/tests/
H A Doo_setcomment_error.phpt5 if(!extension_loaded('zip')) die('skip zip extension not available');
31 Warning: ZipArchive::setArchiveComment(): Comment must not exceed 65535 bytes in %s on line %d
34 Warning: ZipArchive::setCommentName(): Comment must not exceed 65535 bytes in %s on line %d
37 Warning: ZipArchive::setCommentIndex(): Comment must not exceed 65535 bytes in %s on line %d
/PHP-7.4/ext/imap/tests/
H A Dbug75774.phpt5 extension_loaded('imap') or die('skip imap extension not available in this build');
21 Warning: imap_append(): internal date not correctly formatted in %s on line %d
23 Warning: imap_append(): supplied resource is not a valid imap resource in %s on line %d
/PHP-7.4/ext/enchant/tests/
H A Dbug53070.phpt5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
15 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
18 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/PHP-7.4/ext/pcntl/tests/
H A Dasync_signals.phpt6 elseif (!function_exists("pcntl_signal")) print "skip pcntl_signal() not available";
7 elseif (!function_exists("posix_kill")) print "skip posix_kill() not available";
8 elseif (!function_exists("posix_getpid")) print "skip posix_getpid() not available";

Completed in 50 milliseconds

12345678910>>...188