Searched refs:set_error_handler (Results 1 – 25 of 220) sorted by relevance
123456789
/PHP-8.3/Zend/tests/ |
H A D | bug63206_1.phpt | 6 set_error_handler(function() { 10 set_error_handler(function() { 14 set_error_handler(null); 16 set_error_handler(function() {
|
H A D | bug60738.phpt | 2 Bug #60738 Allow 'set_error_handler' to handle NULL 6 var_dump(set_error_handler( 12 var_dump(set_error_handler(null));
|
H A D | bug71930.phpt | 20 set_error_handler($a); 21 set_error_handler(function()use($ch1){}); 22 set_error_handler(function(){});
|
H A D | bug46241.phpt | 24 set_error_handler( array( $err, 'errorHandler1' ) ); 25 set_error_handler( array( $err, 'errorHandler2' ) ); 41 set_error_handler( 'errorHandler1' ); 42 set_error_handler( 'errorHandler2' );
|
H A D | bug63206.phpt | 6 set_error_handler(function() { 10 set_error_handler(function() { 13 set_error_handler(function() {
|
H A D | bug64135.phpt | 2 Bug #64135 (Exceptions from set_error_handler are not always propagated) 10 set_error_handler("exception_error_handler");
|
H A D | bug64578.phpt | 2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault) 6 set_error_handler(function($no, $err) { var_dump($err); });
|
H A D | bug81705.phpt | 2 Bug #81705 (type confusion/UAF on set_error_handler with concat operation) 8 set_error_handler(
|
H A D | bug80045.phpt | 10 set_error_handler([$this, 'dummyErrorHandler']); 11 set_error_handler([$this, 'dummyErrorHandler']);
|
H A D | bug46196.phpt | 9 var_dump( set_error_handler( 'myErrorHandler' ) ); 11 var_dump( set_error_handler( 'myErrorHandler' ) );
|
H A D | bug79599.phpt | 2 Bug #79599 (coredump in set_error_handler) 5 set_error_handler(function($code, $message){
|
H A D | bug41209.phpt | 2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var) 10 set_error_handler(array(__CLASS__, 'errorHandler'));
|
H A D | bug79791.phpt | 5 set_error_handler(function() {
|
H A D | temporary_cleaning_014.phpt | 7 set_error_handler(function() { throw new Exception; });
|
H A D | 009.phpt | 26 set_error_handler(function ($severity, $message, $file, $line) { 34 set_error_handler(null);
|
H A D | str_offset_005.phpt | 5 set_error_handler(function(){$GLOBALS['a']=8;});
|
/PHP-8.3/ext/zend_test/tests/ |
H A D | observer_error_05.phpt | 12 set_error_handler(function ($errno, $errstr, $errfile, $errline) { 28 <!-- init set_error_handler() --> 29 <set_error_handler> 30 </set_error_handler:NULL>
|
/PHP-8.3/ext/ffi/tests/ |
H A D | deprecations.phpt | 12 set_error_handler(function ($severity, $message, $file, $line) { 20 set_error_handler(null); 26 set_error_handler(function ($severity, $message, $file, $line) { 34 set_error_handler(null); 37 set_error_handler(function ($severity, $message, $file, $line) {
|
/PHP-8.3/tests/lang/ |
H A D | bug21094.phpt | 2 Bug #21094 (set_error_handler not accepting methods) 11 set_error_handler(array(new test(), "hdlr"));
|
/PHP-8.3/Zend/tests/in-de-crement/ |
H A D | increment_diagnostic_change_type.phpt | 6 set_error_handler(function () { 15 set_error_handler(function ($errno, $errstr) {
|
H A D | decrement_diagnostic_change_type.phpt | 6 set_error_handler(function () {
|
/PHP-8.3/ext/opcache/tests/ |
H A D | preload_error_handler.inc | 3 set_error_handler(function($_, $m) {
|
/PHP-8.3/ext/opcache/tests/jit/ |
H A D | fetch_dim_w_003.phpt | 10 set_error_handler(function() {
|
H A D | fetch_dim_r_011.phpt | 10 set_error_handler(function() {
|
H A D | fetch_dim_r_010.phpt | 10 set_error_handler(function() {
|
Completed in 25 milliseconds
123456789