Home
last modified time | relevance | path

Searched refs:error (Results 501 – 525 of 3322) sorted by relevance

1...<<21222324252627282930>>...133

/php-src/Zend/tests/
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 Dargument_restriction_001.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
16 Fatal error: Declaration of & Sub::test() must be compatible with & Base::test($foo, array $bar, $o…
H A Dargument_restriction_002.phpt2 Bug #55719 (Argument restriction should come with a more specific error message)
16 Fatal error: Declaration of Sub::test($foo, array &$bar) must be compatible with Base::test($foo, a…
/php-src/ext/odbc/tests/
H A Dodbc_exec_001.phpt27 Warning: odbc_exec(): SQL error: %s in %s on line %d
29 Warning: odbc_exec(): SQL error: %s in %s on line %d
/php-src/ext/phar/phar/
H A Dclicommand.inc33 self::error("No command given, check {$argv[0]} help\n");
35 self::error("Unknown command '{$argv[1]}', check {$argv[0]} help\n");
54 … self::error("Unknown parameter '{$argv[$i]}' to command $command, check {$argv[0]} help\n");
73 … self::error("Unexpected default arguments to command $command, check {$argv[0]} help\n");
83 self::error($missing);
95 static function error ($msg, $exit_code = 1)
154 self::error("Argument to -$key must be an integer.\n");
186 self::error("Requested path '$arg' does not exist.\n");
208 self::error("Path for file '$arg' does not exist.\n");
292 self::error("More than one command given.\n");
[all …]
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_error.phpt2 Test substr_count() function (error conditions)
6 echo "\n*** Testing error conditions ***\n";
42 *** Testing error conditions ***
/php-src/ext/standard/tests/misc/
H A Dget_browser_error.phpt2 Test get_browser() function : error functionality
9 echo "*** Testing get_browser() : error functionality ***\n";
19 *** Testing get_browser() : error functionality ***
/php-src/ext/standard/tests/file/
H A D005_error.phpt2 Test fileatime(), filemtime(), filectime() & touch() functions : error conditions
6 echo "*** Testing error conditions ***\n";
18 *** Testing error conditions ***
/php-src/ext/session/tests/user_session_module/
H A Dbug60634_error_1.phpt2 Bug #60634 (Segmentation fault when trying to die() in SessionHandler::write()) - fatal error in wr…
47 FIXME: Something wrong. It should try to close after error, otherwise session
55 Fatal error: Uncaught Error: Call to undefined function undefined_function() in %s:%d
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker_class.c72 UErrorCode error = U_ZERO_ERROR; in spoofchecker_clone_obj() local
73 spoofchecker_new->uspoof = uspoof_clone(spoofchecker_orig->uspoof, &error); in spoofchecker_clone_obj()
74 if (U_FAILURE(error)) { in spoofchecker_clone_obj()
/php-src/ext/session/tests/
H A Drfc1867.phpt68 ["error"]=>
83 ["error"]=>
108 ["error"]=>
125 ["error"]=>
H A Drfc1867_sid_get.phpt65 ["error"]=>
80 ["error"]=>
105 ["error"]=>
122 ["error"]=>
H A Drfc1867_sid_post.phpt63 ["error"]=>
78 ["error"]=>
103 ["error"]=>
120 ["error"]=>
H A Drfc1867_sid_cookie.phpt67 ["error"]=>
82 ["error"]=>
107 ["error"]=>
124 ["error"]=>
H A Drfc1867_sid_get_2.phpt67 ["error"]=>
82 ["error"]=>
107 ["error"]=>
124 ["error"]=>
/php-src/ext/intl/converter/
H A Dconverter.stub.php102 * @param int $error
105 …public function fromUCallback(int $reason, array $source, int $codePoint, &$error): string|int|arr… argument
156 * @param int $error
159 …public function toUCallback(int $reason, string $source, string $codeUnits, &$error): string|int|a… argument
/php-src/ext/pgsql/tests/
H A D30nb_async_query_params.phpt26 echo "pg_send_query_params() error\n";
34 echo "pg_get_result() error\n";
37 echo "pg_num_rows() error\n";
64 echo "pg_send_query_params() error\n";
/php-src/ext/pdo_dblib/tests/
H A Dtimeout.phpt27 // expect some kind of error code
41 // expect some kind of error code
53 // expect some kind of error code
65 // expect some kind of error code
/php-src/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-src/ext/phar/tests/
H A D031.phpt2 Phar: include and parser error
31 Parse error: %s in phar://%s031.phar.php/a.php on line %d
/php-src/ext/posix/tests/
H A Dposix_errno_variation2.phpt12 echo "*** Test by calling function with pid error ***\n";
22 *** Test by calling function with pid error ***
/php-src/Zend/tests/traits/
H A Dbug60165d.phpt2 Bug #60165 (Aliasing unexisting trait should throw/trigger the exception/error)
21 Fatal error: A precedence rule was defined for A::bar but this method does not exist in %s on line …
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_005.phpt2 Test typed properties error condition (type mismatch object)
16 Fatal error: Uncaught TypeError: Cannot assign Dummy to property class@anonymous::$std of type stdC…
/php-src/Zend/tests/type_declarations/variance/
H A Dclass_order_autoload_error1.phpt2 Variance error in the presence of autoloading (1)
25 Fatal error: Declaration of B::method(): B must be compatible with A::method(): C in %s on line %d
/php-src/Zend/tests/named_params/
H A Dattributes_named_flags_incorrect.phpt6 // TODO: This should error at compile-time.
18 Fatal error: Uncaught Error: Attribute "MyAttribute" cannot target function (allowed targets: class…

Completed in 57 milliseconds

1...<<21222324252627282930>>...133