Home
last modified time | relevance | path

Searched refs:error (Results 401 – 425 of 3322) sorted by relevance

1...<<11121314151617181920>>...133

/php-src/ext/mysqli/tests/
H A Dbug45289.phpt22 printf("[002] [%d] %s\n", $link->errno, $link->error);
25 printf("[003] [%d] %s\n", $stmt->errno, $stmt->error);
30 printf("[004] [%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);
/php-src/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_error2.phpt2 Test session_set_save_handler() function : error functionality
12 echo "*** Testing session_set_save_handler() : error functionality ***\n";
41 *** Testing session_set_save_handler() : error functionality ***
/php-src/Zend/tests/fibers/
H A Dget-return-after-bailout.phpt25 Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d bytes) %sget-return-a…
27 Fatal error: Uncaught FiberError: Cannot get fiber return value: The fiber exited with a fatal erro…
/php-src/ext/pdo_mysql/tests/
H A Dbug54929.phpt2 Bug #54929 (Parse error with single quote in sql comment (pdo-mysql))
47 …g: PDOStatement::execute(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an er…
54 …string(%d) "You have an error in your SQL syntax; check the manual that corresponds to your %s ser…
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt47 foreach (libxml_get_errors() as $error) {
48 var_dump($error->line, $error->column);
55 Warning: Dom\HTMLDocument::createFromFile(): tree error unexpected-token-in-initial-mode in euw://<…
/php-src/ext/intl/tests/
H A Dtransliterator_create_inverse_error.phpt2 Transliterator::createInverse (error)
13 Fatal error: Uncaught TypeError: transliterator_create_inverse(): Argument #1 ($transliterator) mus…
H A Dtransliterator_get_error_code_error.phpt2 Transliterator::getErrorCode (error)
11 Fatal error: Uncaught TypeError: transliterator_get_error_code(): Argument #1 ($transliterator) mus…
H A Dtransliterator_get_error_message_error.phpt2 Transliterator::getErrorMessage (error)
11 Fatal error: Uncaught TypeError: transliterator_get_error_message(): Argument #1 ($transliterator) …
/php-src/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_error1.phpt2 ReflectionClass::isSubclassOf() - non-existent class error
12 Fatal error: Uncaught ReflectionException: Class "X" does not exist in %s:%d
/php-src/Zend/tests/readonly_classes/
H A Dgh9285_error.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - error
16 Fatal error: Readonly class C cannot use trait with a non-readonly property T::$prop in %s on line …
/php-src/Zend/tests/
H A Drestore_error_reporting.phpt2 Test error_reporting being restored after fatal error during silencing
14 Fatal error: Cannot use 'self' as class name as it is reserved in %s on line %d
H A Dclass_name_as_scalar_error_001.phpt2 class name as scalar from ::class keyword error using static in class constant
13 Fatal error: static::class cannot be used for compile-time class name resolution in %s on line %d
H A Dbug43344_11.phpt2 Bug #43344.11 (Wrong error message for undefined namespace constant)
11 Fatal error: Uncaught Error: Undefined constant "bar" in %s:%d
H A Ddelayed_early_binding_redeclaration.phpt2 Delayed early binding throws class redeclaration error
13 Fatal error: Cannot redeclare class Bar (previously declared in %sdelayed_early_binding_redeclarati…
/php-src/Zend/tests/return_types/
H A D009.phpt2 Return type covariance error
18 Fatal error: Declaration of qux::bar(): biz must be compatible with foo::bar(): foo in %s on line %d
/php-src/Zend/tests/traits/
H A Dbug60173.phpt2 Bug #60173 (Wrong error message on reflective trait instantiation)
12 Fatal error: Uncaught Error: Cannot instantiate trait foo in %s:%d
H A Dbug60165a.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
17 Fatal error: An alias (barA) was defined for method nonExistent(), but this method does not exist i…
H A Dbug60165b.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
17 Fatal error: An alias was defined for A::nonExistent but this method does not exist in %s on line %d
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_002.phpt2 Test typed properties error condition (read uninitialized)
12 Fatal error: Uncaught Error: Typed property class@anonymous::$int must not be accessed before initi…
H A Dtyped_return_null_false_without_value.phpt2 Typed null|false return without value generates compile-time error
14 Fatal error: A function with return type must return a value (did you mean "return null;" instead o…
/php-src/Zend/tests/grammar/
H A Dregression_010.phpt15 Parse error: syntax error, unexpected namespaced name "implements\A", expecting "{" in %s on line %d
/php-src/ext/gd/libgd/
H A Dgdcache.h50 typedef void *(*gdCacheFetchFn_t)(char **error, void *keydata);
65 char *error; member
/php-src/tests/classes/
H A Dconstants_error_006.phpt10 echo "\nTrying to modify a class constant directly - should be parse error.\n";
15 Parse error: %s in %s on line %d
H A Dconstants_error_007.phpt10 echo "\nAttempting to create a reference to a class constant - should be parse error.\n";
14 Parse error: %s in %s on line %d

Completed in 53 milliseconds

1...<<11121314151617181920>>...133