Home
last modified time | relevance | path

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

12345678910>>...190

/PHP-7.0/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.0/ext/pdo/tests/
H A Dbug_43130.phpt8 if (!strncasecmp(getenv('PDOTEST_DSN'), 'sqlite', strlen('sqlite'))) die('skip not relevant for sql…
9 if (!strncasecmp(getenv('PDOTEST_DSN'), 'pgsql', strlen('pgsql'))) die('skip not relevant for pgsql…
10 …etenv('PDOTEST_DSN'), 'oci', strlen('oci'))) die('skip not relevant for oci driver - Hyphen is not
11 if (!strncasecmp(getenv('PDOTEST_DSN'), 'firebird', strlen('firebird'))) die('skip not relevant for…
37 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
/PHP-7.0/ext/interbase/tests/
H A Dbug46247.phpt30 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
32 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
34 Warning: ibase_set_event_handler(): Callback argument foo is not a callable function in %s on line …
36 Warning: ibase_set_event_handler(): supplied argument is not a valid InterBase link resource in %s …
/PHP-7.0/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.0/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.0/Zend/tests/
H A Dbug65784.phpt7 throw new Exception("not catch");
45 throw new Exception("not catched");
57 string(9) "not catch"
60 Fatal error: Uncaught Error: Class 'NotExists' not found in %sbug65784.php:%d
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.0/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');
18 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');
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
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
/PHP-7.0/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…
/PHP-7.0/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.0/ext/session/tests/
H A Dsession_set_save_handler_error4.phpt33 Warning: session_set_save_handler(): Argument 2 is not a valid callback in %s on line %d
35 Warning: session_set_save_handler(): Argument 3 is not a valid callback in %s on line %d
37 Warning: session_set_save_handler(): Argument 4 is not a valid callback in %s on line %d
39 Warning: session_set_save_handler(): Argument 5 is not a valid callback in %s on line %d
41 Warning: session_set_save_handler(): Argument 6 is not a valid callback in %s on line %d
/PHP-7.0/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.0/ext/pcntl/tests/
H A Dsignal_closure_handler.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";
/PHP-7.0/ext/phar/tests/tar/
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out
5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
6 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
H A Dtar_openssl_hash.phpt5 <?php if (!extension_loaded("spl")) die("skip SPL not available"); ?>
6 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
7 <?php if (!extension_loaded("openssl")) die("skip openssl not available"); ?>
/PHP-7.0/ext/enchant/tests/
H A Dbug53070.phpt5 if(!extension_loaded('enchant')) die('skip, enchant not loader');
16 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
19 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/PHP-7.0/tests/classes/
H A Dautoload_008.phpt2 Ensure catch blocks for unknown exception types do not trigger autoload.
22 echo "In Exception catch block. Autoload should not have been triggered.\n";
26 In Exception catch block. Autoload should not have been triggered.
/PHP-7.0/ext/sockets/tests/
H A Dsocket_export_stream-4-win.phpt6 die('SKIP sockets extension not available.');
85 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
88 …(): unable to set blocking mode [%d]: An operation was attempted on something that is not a socket.
92 …nable to retrieve socket option [%d]: An operation was attempted on something that is not a socket.
99 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
102 Warning: socket_set_block(): supplied resource is not a valid Socket resource in %s on line %d
105 Warning: socket_get_option(): supplied resource is not a valid Socket resource in %s on line %d
/PHP-7.0/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

Completed in 31 milliseconds

12345678910>>...190