Home
last modified time | relevance | path

Searched refs:error (Results 326 – 350 of 2576) sorted by relevance

1...<<11121314151617181920>>...104

/PHP-7.4/ext/curl/tests/
H A Dcurl_strerror_001.phpt22 string(8) "no error"
24 string(13) "unknown error"
/PHP-7.4/Zend/tests/
H A Ddebug_info-error-0.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.php on line …
H A Ddebug_info-error-1.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.php on line …
H A Dbug60536_002.phpt2 …hus, if the properties are compatible, a notice is issued, if not a fatal error occures. (relevant…
21 // now we do the test for a fatal error
37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dbug43344_5.phpt2 Bug #43344.5 (Wrong error message for undefined namespace constant)
13 Fatal error: Uncaught Error: Class 'Foo\Foo' not found in %s:%d
H A Dbug75252.phpt27 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
28 string(41) "syntax error, unexpected 'FOO' (T_STRING)"
H A Ddebug_info-error-0.0.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.0.php on lin…
H A Ddebug_info-error-1.0.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.0.php on lin…
H A Ddebug_info-error-empty_str.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-empty_str.php …
H A Ddebug_info-error-false.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-false.php on l…
H A Ddebug_info-error-str.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-str.php on lin…
H A Ddebug_info-error-true.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-true.php on li…
H A Dbug43344_9.phpt2 Bug #43344.9 (Wrong error message for undefined namespace constant)
13 Fatal error: Uncaught Error: Undefined constant 'Foo\bar' in %sbug43344_9.php:%d
H A Ddebug_info-error-object.phpt19 Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-object.php on …
/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt12 die('skip - test validates linux error strings only.');
29 string(18) "Input/output error"
32 string(17) "Exec format error"
65 string(16) "Unknown error 41"
92 string(15) "Advertise error"
93 string(13) "Srmount error"
94 string(27) "Communication error on send"
95 string(14) "Protocol error"
97 string(18) "RFS specific error"
110 string(18) "Streams pipe error"
[all …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …"skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $link->error));
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
69 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
98 … printf("[%03d + 001] mysqli_options failed, [%d] %s\n", $offset, $link->errno, $link->error);
108 printf("[%03d + 003] [%d] %s\n", $offset, $link->errno, $link->error);
[all …]
H A Dmysqli_fetch_object_oo.phpt28 printf("[003] [%d] %s\n", $mysqli->errno, $mysqli->error);
51 printf("[007] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
67 printf("[008] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
84 printf("[009] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
95 printf("[010] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
104 printf("[011] Object seems wrong. [%d] %s\n", $mysqli->errno, $mysqli->error);
114 printf("[012] [%d] %s\n", $mysqli->errno, $mysqli->error);
121 // Fatal error, script execution will end
145 Fatal error: Class 'this_class_does_not_exist' not found in %s on line %d
/PHP-7.4/ext/xmlreader/tests/
H A Dbug64230.phpt12 foreach (libxml_get_errors() as $error) {
13 printf("Internal: %s\n", $error->message);
45 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
/PHP-7.4/tests/run-test/
H A Dtest005.phpt13 // We check the general ini settings which affect error handling
15 // EXPECTF is used here since the error format may change but ut
25 $error = 1 / $zero;
H A Dtest008a.phpt13 // We check the general ini settings which affect error handling
15 // EXPECTF is used here since the error format may change but ut
25 $error = 1 / $zero;
/PHP-7.4/tests/classes/
H A Diterators_005.phpt14 /* the error doesn't show the filename but 'Unknown' */
17 Fatal error: Class test must implement interface Traversable as part of either Iterator or Iterator…
/PHP-7.4/ext/pcre/tests/
H A Dbug74183.phpt2 Bug #74183 - preg_last_error not returning error code after error
/PHP-7.4/tests/lang/
H A Dbug71897.phpt15 Parse error: syntax error, unexpected 'b' (T_STRING) in %s(%d) : eval()'d code on line %d
/PHP-7.4/ext/standard/tests/streams/
H A Dbug61115-1.phpt2 Bug #61115: Stream related segfault on fatal error in php_stream_context_del_link - variation 1
17 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
/PHP-7.4/Zend/tests/try/
H A Dtry_catch_finally_003.phpt15 die("error");
23 die("error");

Completed in 32 milliseconds

1...<<11121314151617181920>>...104