Home
last modified time | relevance | path

Searched refs:error (Results 351 – 375 of 2576) sorted by relevance

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

/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt93 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function 'nothing' not found or …
96 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: function '' not found or invalid…
99 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s o…
102 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: no array or string given in %s o…
105 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class 'PDOStatement' does not ha…
120 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access private method bar…
129 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: class 'bar' does not have a meth…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt43 printf("[%03d + 01] [%d] %s\n", $offset, $link->errno, $link->error);
49 printf("[%03d + 02] [%d] %s\n", $offset, $link->errno, $link->error);
60 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
70 printf("[%03d + 03] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
80 printf("[%03d + 04] [%d] %s\n", $offset, $stmt->errno, $stmt->error);
88 printf("[%03d + 05] [%d] %s\n", $offset, $link->errno, $link->error);
97 printf("[%03d + 06] [%d] %s\n", $offset, $link->errno, $link->error);
H A Dbug45289.phpt21 printf("[002] [%d] %s\n", $link->errno, $link->error);
24 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
32 printf("[004] [%d] %s\n", $link->errno, $link->error);
H A Dbug74779.phpt23 printf("[003] [%d] %s\n", $link->errno, $link->error);
27 printf("[004] [%d] %s\n", $link->errno, $link->error);
31 printf("[005] [%d] %s\n", $link->errno, $link->error);
H A Dbug42548.phpt26 $mysqli->query("DROP PROCEDURE IF EXISTS p1") or die($mysqli->error);
27 $mysqli->query("CREATE PROCEDURE p1() BEGIN SELECT 23; SELECT 42; END") or die($mysqli->error);
46 print $mysqli->error;
49 $mysqli->query("DROP PROCEDURE p1") or die($mysqli->error);
H A Dbug_bits.phpt17 printf("[002] [%d] %s\n", $link->errno, $link->error);
21 printf("[003] [%d] %s\n", $link->errno, $link->error);
32 printf("[004] [%d] %s\n", $link->errno, $link->error);
36 printf("[005] [%d] %s\n", $link->errno, $link->error);
/PHP-7.4/Zend/tests/traits/
H A Dbug60165c.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
21 Fatal error: An alias (foobar) was defined for method baz(), but this method does not exist in %s o…
H A Dinterface_002.phpt2 Checking error message when the trait doesn't implements the interface
24 Fatal error: Class bar contains 1 abstract method and must therefore be declared abstract or implem…
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
20 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
/PHP-7.4/Zend/tests/
H A Dbug61970_2.phpt2 Bug #61970 (Restraining __construct() access level in subclass gives a fatal error - stays when inh…
18 Fatal error: Access level to Baz::__construct() must be public (as in class Foo) in %s on line 12
H A Dbug76846.phpt2 Bug #76846: Segfault in shutdown function after memory limit error
26 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) in %s on line …
H A Dparent_class_name_without_parent.phpt2 Getting parent class name when there is no parent generates an error
20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
51 Parse error: %s error%sin %s on line %d
/PHP-7.4/Zend/tests/generators/
H A Dbug65161.phpt2 Bug #65161: Generator + autoload + syntax error = segfault
20 Fatal error: Uncaught Error: Call to undefined function foo() in %s:%d
/PHP-7.4/ext/json/tests/
H A Dbug73113.phpt13 throw new \Exception('This error is expected');
24 This error is expected
H A Djson_decode_error.phpt2 Test json_decode() function : error conditions
7 echo "*** Testing json_decode() : error conditions ***\n";
22 *** Testing json_decode() : error conditions ***
/PHP-7.4/ext/standard/tests/array/
H A Darray_keys_error.phpt2 Test array_keys() function (error conditions)
6 echo "\n*** Testing error conditions ***";
17 *** Testing error conditions ***
/PHP-7.4/ext/pdo/tests/
H A Dbug_44159.phpt28 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
31 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
34 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: PDO::ATTR_STATEMENT_CLASS requires fo…
37 Warning: PDO::setAttribute(): SQLSTATE[HY000]: General error: attribute value must be an integer in…
/PHP-7.4/tests/classes/
H A Dstatic_properties_003.phpt23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
/PHP-7.4/ext/reflection/tests/
H A Dbug76536.phpt2 Bug #76536 (PHP crashes with core dump when throwing exception in error handler)
16 Fatal error: Uncaught ErrorException in %sbug76536.php:%d
/PHP-7.4/tests/output/
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
28 Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in %sbug7…
/PHP-7.4/ext/phar/tests/
H A Dbug71331.phpt11 Fatal error: Uncaught UnexpectedValueException: phar error: "%s%ebug71331.tar" is a corrupted tar f…
/PHP-7.4/ext/date/tests/
H A Dbug50392.phpt14 foreach( $result['errors'] as $error ) {
15 echo "- ", $error, "\n";
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_constant_defaults_error.phpt2 Scalar type - default via constants - error condition
16 Fatal error: Uncaught TypeError: Argument 1 passed to int_val() must be of the type int, string giv…
H A Dtyped_properties_005.phpt2 Test typed properties error condition (type mismatch object)
16 Fatal error: Uncaught TypeError: Typed property class@anonymous::$std must be an instance of stdCla…

Completed in 59 milliseconds

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