Home
last modified time | relevance | path

Searched refs:not (Results 151 – 175 of 4920) sorted by relevance

12345678910>>...197

/PHP-7.1/ext/phar/tests/
H A Dphar_get_supportedcomp1.phpt5 <?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"); ?>
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dpdo_sqlite_createaggregate_002.phpt4 <?php if (!extension_loaded('pdo_sqlite')) print 'skip not loaded'; ?>
15 Warning: PDO::sqliteCreateAggregate(): function 'a' is not callable in %s on line %d
17 Warning: PDO::sqliteCreateAggregate(): function '' is not callable in %s on line %d
/PHP-7.1/ext/gd/tests/
H A Dimagepalettetotruecolor_error3.phpt2 imagepalettetotruecollor must return an error if not an image resource is given
7 if (!extension_loaded('gd')) die("skip gd extension not available.");
15 Warning: imagepalettetotruecolor(): supplied resource is not a valid Image resource in %s on line %d
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 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 Dbug75437.phpt5 if (!extension_loaded('reflection')) die('skip reflection not available');
6 if (!extension_loaded('gd')) die('skip gd extension not available');
8 if (!function_exists('imagewebp')) die('skip WebP support not available');
/PHP-7.1/ext/oci8/tests/
H A Ddetails.inc15 …include(dirname(__FILE__)."/details_local.inc"); // this file is not part of the source distribu…
62 942 // table or view does not exist
63 , 1918 // user does not exist
64 , 2024 // database link not found
65 , 2289 // sequence does not exist
66 , 4080 // trigger does not exist
67 , 38802 // edition does not exist
/PHP-7.1/tests/security/
H A Dopen_basedir_symlink.phpt55 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within…
58 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
61 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/symlink.txt) is not within…
64 Warning: symlink(): open_basedir restriction in effect. File(%s/test/symlink.txt) is not within the…
67 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
70 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed…
73 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
76 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
79 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed…
H A Dopen_basedir_rmdir.phpt32 Warning: rmdir(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s…
35 Warning: rmdir(): open_basedir restriction in effect. File(.././bad) is not within the allowed path…
38 Warning: rmdir(): open_basedir restriction in effect. File(../bad/../bad) is not within the allowed…
41 Warning: rmdir(): open_basedir restriction in effect. File(./.././bad) is not within the allowed pa…
44 Warning: rmdir(): open_basedir restriction in effect. File(%s/test/bad) is not within the allowed p…
H A Dopen_basedir_readlink.phpt52 Warning: readlink(): open_basedir restriction in effect. File(symlink.txt) is not within the allowe…
55 Warning: readlink(): open_basedir restriction in effect. File(../ok/symlink.txt) is not within the …
58 Warning: readlink(): open_basedir restriction in effect. File(../ok/./symlink.txt) is not within th…
61 Warning: readlink(): open_basedir restriction in effect. File(./symlink.txt) is not within the allo…
64 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
67 Warning: symlink(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the…
70 Warning: readlink(): open_basedir restriction in effect. File(%s/test/ok/symlink.txt) is not within…
/PHP-7.1/ext/interbase/tests/
H A Dbug46247.phpt29 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
31 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
33 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
35 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-7.1/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.1/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.1/Zend/tests/
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.1/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.1/ext/standard/tests/dir/
H A Dscandir_error2.phpt17 * Pass a directory that does not exist to scandir() to test error messages
24 echo "\n-- Pass scandir() an absolute path that does not exist --\n";
27 echo "\n-- Pass scandir() a relative path that does not exist --\n";
34 -- Pass scandir() an absolute path that does not exist --
41 -- Pass scandir() a relative path that does not exist --
/PHP-7.1/ext/tidy/tests/
H A D019.phpt25 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
27 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
29 Warning: tidy_repair_string(): Could not load configuration file '' in %s on line %d
31 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
33 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
H A D022.phpt25 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
27 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
29 Warning: tidy_repair_string(): Could not load configuration file '' in %s on line %d
31 Warning: tidy_repair_string(): Could not load configuration file '1' in %s on line %d
33 Warning: tidy_repair_string(): Could not set encoding '1' in %s on line %d
/PHP-7.1/ext/xml/tests/
H A Dxml_set_notation_decl_handler_basic.phpt6 print "skip - XML extension not loaded";
53 <!NOTATION USDATE SYSTEM "http://www.schema.net/usdate.not">
54 <!NOTATION AUSDATE SYSTEM "http://www.schema.net/ausdate.not">
55 <!NOTATION ISODATE SYSTEM "http://www.schema.net/isodate.not">
72 ...System ID=http://www.schema.net/usdate.not
77 ...System ID=http://www.schema.net/ausdate.not
82 ...System ID=http://www.schema.net/isodate.not
/PHP-7.1/ext/sockets/tests/
H A Dsocket_export_stream-4-win.phpt6 die('SKIP sockets extension not available.');
84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
87 …(): unable to set blocking mode [%d]: An operation was attempted on something that is not a socket.
91 …nable to retrieve socket option [%d]: An operation was attempted on something that is not a socket.
98 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
101 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
104 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
/PHP-7.1/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

Completed in 49 milliseconds

12345678910>>...197