Home
last modified time | relevance | path

Searched refs:error (Results 376 – 400 of 3331) sorted by relevance

1...<<11121314151617181920>>...134

/php-src/Zend/tests/
H A Dbug43344_2.phpt2 Bug #43344.2 (Wrong error message for undefined namespace constant)
9 Fatal error: Uncaught Error: Class "Foo\Foo" not found in %s:%d
H A Dbug46196.phpt7 echo "*** Testing restore_error_handler() : error bug #46196 ***\n";
20 *** Testing restore_error_handler() : error bug #46196 ***
H A Dclass_name_as_scalar_error_005.phpt2 class name as scalar from ::class keyword error using static non class context
10 Fatal error: Uncaught Error: Cannot use "static" in the global scope in %s:%d
H A Dclass_name_as_scalar_error_006.phpt2 class name as scalar from ::class keyword error using parent in non class context
10 Fatal error: Uncaught Error: Cannot use "parent" in the global scope in %s:%d
H A Disset_001.phpt11 print "error\n";
17 print "error\n";
H A Dlist_assign_ref_string_offset_error.phpt2 String offset error during list() by-ref assignment
13 Fatal error: Uncaught Error: Cannot create references to/from string offsets in %s:%d
/php-src/ext/soap/tests/bugs/
H A Dbug70469.phpt13 $error = error_get_last();
14 if ($error === null) {
/php-src/Zend/tests/new_without_parentheses/
H A Dnew_without_ctor_arguments_parentheses_static_method.phpt18 Parse error: syntax error, unexpected identifier "test", expecting variable or "$" in %s on line %d
/php-src/ext/mysqli/
H A Dmysqli_report.c43 void php_mysqli_report_error(const char *sqlstate, int errorno, const char *error) in php_mysqli_report_error() argument
45 php_mysqli_throw_sql_exception((char *)sqlstate, errorno, "%s", error); in php_mysqli_report_error()
/php-src/ext/mysqli/tests/
H A Dbug53503.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
30 printf("[002] [%d] %s\n", $link->errno, $link->error);
34 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[005] [%d] %s\n", $link->errno, $link->error);
44 printf("[006] [%d] %s\n", $link->errno, $link->error);
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
32 printf("[002] [%d] %s\n", $link->errno, $link->error);
36 printf("[003] [%d] %s\n", $link->errno, $link->error);
41 printf("[004] [%d] %s\n", $link->errno, $link->error);
54 printf("[006] [%d] %s\n", $link->errno, $link->error);
/php-src/ext/curl/tests/
H A Dserver.inc46 $error = "Unable to connect to server\n";
53 $error = "Server is not running\n";
58 $error = '';
67 if ($error) {
68 echo $error;
/php-src/ext/pcntl/tests/
H A Dpcntl_signal_002.phpt10 } catch (Error $error) {
11 echo $error->getMessage();
/php-src/Zend/tests/type_declarations/
H A Dnullable_typed_return_without_value.phpt2 Nullable typed return without value generates friendlier error message
14 Fatal error: A function with return type must return a value (did you mean "return null;" instead o…
H A Dtyped_return_null_without_value.phpt2 Typed null 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…
H A Dtyped_class_constants_type_error10.phpt2 Typed class constants (type error)
15 Fatal error: Type of A2::C must be compatible with A1::C of type ?B1 in %s on line %d
/php-src/Zend/tests/attributes/
H A D018_fatal_error_in_argument.phpt2 Don't free uninitialized memory if a fatal error occurs in an attribute argument
11 Fatal error: Dynamic class names are not allowed in compile-time class constant references in %s on…
/php-src/ext/tidy/tests/
H A D007.phpt12 echo "Current Value of 'error-file': ";
13 var_dump($a->getopt("error-file"));
32 Current Value of 'error-file': string(0) ""
/php-src/ext/xmlreader/tests/
H A Dbug64230.phpt10 foreach (libxml_get_errors() as $error) {
11 printf("Internal: %s\n", $error->message);
43 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
/php-src/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt2 Test ReflectionMethod::getClosure() function : error functionality
5 echo "*** Testing ReflectionMethod::getClosure() : error conditions ***\n";
41 *** Testing ReflectionMethod::getClosure() : error conditions ***
/php-src/Zend/tests/traits/
H A Dproperty005.phpt2 … are defined in the class hierarchy. Thus, if the properties are incompatible a fatal error occurs.
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…
/php-src/ext/standard/tests/file/
H A Dreadfile_error.phpt2 Test readfile() function: error conditions
7 echo "*** Test readfile(): error conditions ***\n";
29 *** Test readfile(): error conditions ***
/php-src/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt2 Test gethostbyaddr() function : error conditions
5 echo "Testing gethostbyaddr : error conditions\n";
21 Testing gethostbyaddr : error conditions
/php-src/ext/date/tests/
H A Ddate_parse_error.phpt2 Test date_parse() function : error conditions
8 echo "*** Testing date_parse() : error conditions ***\n";
16 *** Testing date_parse() : error conditions ***
/php-src/ext/standard/tests/dir/
H A Dopendir_error2.phpt2 Test opendir() function : error conditions - Non-existent directory
15 echo "*** Testing opendir() : error conditions ***\n";
26 *** Testing opendir() : error conditions ***

Completed in 32 milliseconds

1...<<11121314151617181920>>...134