Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 182) sorted by last modified time

12345678

/PHP-5.5/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-5.5/tests/lang/
H A Dtype_hints_001.phpt26 Catchable fatal error: Argument 1 passed to type_hint_foo() must be an instance of Foo, instance of…
H A Dbug24658.phpt56 Catchable fatal error: Argument 1 passed to typehint() must be an instance of foo, integer given in…
H A Dbug35382.phpt2 Bug #35382 (Comment in end of file produces fatal error)
H A Dcatchable_error_001.phpt2 Catchable fatal error [1]
22 Catchable fatal error: Argument 1 passed to blah() must be an instance of Foo, instance of stdClass…
H A Dcatchable_error_002.phpt2 Catchable fatal error [2]
/PHP-5.5/tests/classes/
H A Dthis.phpt9 * the fatal error would have been a warning.
H A Dtype_hinting_001.phpt38 Catchable fatal error: Argument 1 passed to FooBar::a() must implement interface Foo, instance of B…
H A Dtype_hinting_002.phpt16 Catchable fatal error: Argument 1 passed to Foo::a() must be an instance of NonExisting, instance o…
H A Dtype_hinting_003.phpt60 Catchable fatal error: Argument 1 passed to Test::f1() must be of the type array, integer given, ca…
H A Dinterfaces_003.phpt26 Catchable fatal error: Argument 1 passed to MyTestClass::__construct() must be an instance of MyObj…
H A Dautoload_009.phpt18 Catchable fatal error: Argument 1 passed to f() must be an instance of UndefClass, instance of stdC…
H A Dconstants_basic_001.phpt55 echo "\nExpecting fatal error:\n";
87 Expecting fatal error:
H A Ddestructor_and_exceptions.phpt8 public $fatal;
/PHP-5.5/sapi/cli/tests/
H A Dbug43177.phpt17 case "/fatal":
38 foreach(array("parse", "fatal", "fatal2", "compile") as $url) {
/PHP-5.5/
H A Dphp.ini-development416 ; E_ERROR - fatal run-time errors
417 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
418 ; E_WARNING - run-time warnings (non-fatal errors)
428 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
429 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
431 ; E_COMPILE_ERROR - fatal compile-time errors
432 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
1917 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
H A Dphp.ini-production416 ; E_ERROR - fatal run-time errors
417 ; E_RECOVERABLE_ERROR - almost fatal run-time errors
418 ; E_WARNING - run-time warnings (non-fatal errors)
428 ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
429 ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
431 ; E_COMPILE_ERROR - fatal compile-time errors
432 ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
1917 ; By default, only fatal errors (level 0) or errors (level 1) are logged.
/PHP-5.5/main/
H A Dnetwork.c773 int num_addrs, n, fatal = 0; local
802 for (sal = psal; !fatal && *sal != NULL; sal++) {
901 fatal = 1;
912 fatal = 1;
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc55 Art thou not, fatal vision, sensible
/PHP-5.5/ext/standard/tests/strings/
H A Ducfirst.phpt58 /* we get "Catchable fatal error: saying Object of class could not be converted
H A Dstrstr.phpt73 /* we get "Catchable fatal error: saying Object of class needle could not be
H A Dstrval_error.phpt51 Catchable fatal error: Object of class MyClass could not be converted to string in %s on line %d
H A Dstrpos.phpt97 /* we get "Catchable fatal error: saying Object of class needle could not be
H A Dstrlen.phpt62 /* we get "Catchable fatal error: saying Object of class could not be converted
H A Dstr_replace_variation3.phpt34 /* we get "Catchable fatal error: saying Object of class could not be converted

Completed in 31 milliseconds

12345678