Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 1 – 25 of 214) sorted by relevance

123456789

/php-src/Zend/tests/
H A Dbug63206_1.phpt6 set_error_handler(function() {
10 set_error_handler(function() {
14 set_error_handler(null);
16 set_error_handler(function() {
H A Dbug71930.phpt20 set_error_handler($a);
21 set_error_handler(function()use($ch1){});
22 set_error_handler(function(){});
H A Dbug46241.phpt24 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 Dbug60738.phpt2 Bug #60738 Allow 'set_error_handler' to handle NULL
6 var_dump(set_error_handler(
12 var_dump(set_error_handler(null));
H A Dbug63206.phpt6 set_error_handler(function() {
10 set_error_handler(function() {
13 set_error_handler(function() {
H A Dbug64135.phpt2 Bug #64135 (Exceptions from set_error_handler are not always propagated)
10 set_error_handler("exception_error_handler");
H A Dbug64578.phpt2 Bug #64578 (debug_backtrace in set_error_handler corrupts zend heap: segfault)
6 set_error_handler(function($no, $err) { var_dump($err); });
H A Dbug81705.phpt2 Bug #81705 (type confusion/UAF on set_error_handler with concat operation)
8 set_error_handler(
H A Dbug80045.phpt10 set_error_handler([$this, 'dummyErrorHandler']);
11 set_error_handler([$this, 'dummyErrorHandler']);
H A Dbug46196.phpt9 var_dump( set_error_handler( 'myErrorHandler' ) );
11 var_dump( set_error_handler( 'myErrorHandler' ) );
H A Dbug79599.phpt2 Bug #79599 (coredump in set_error_handler)
5 set_error_handler(function($code, $message){
H A Dbug41209.phpt2 Bug #41209 (Segmentation fault with ArrayAccess, set_error_handler and undefined var)
10 set_error_handler(array(__CLASS__, 'errorHandler'));
H A Dbug79791.phpt5 set_error_handler(function() {
H A Dtemporary_cleaning_014.phpt7 set_error_handler(function() { throw new Exception; });
H A D009.phpt26 set_error_handler(function ($severity, $message, $file, $line) {
34 set_error_handler(null);
H A Dstr_offset_005.phpt5 set_error_handler(function(){$GLOBALS['a']=8;});
/php-src/ext/zend_test/tests/
H A Dobserver_error_05.phpt12 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
28 <!-- init set_error_handler() -->
29 <set_error_handler>
30 </set_error_handler:NULL>
/php-src/ext/ffi/tests/
H A Ddeprecations.phpt12 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-src/tests/lang/
H A Dbug21094.phpt2 Bug #21094 (set_error_handler not accepting methods)
11 set_error_handler(array(new test(), "hdlr"));
/php-src/Zend/tests/in-de-crement/
H A Dincrement_diagnostic_change_type.phpt6 set_error_handler(function () {
15 set_error_handler(function ($errno, $errstr) {
H A Ddecrement_diagnostic_change_type.phpt6 set_error_handler(function () {
/php-src/ext/opcache/tests/
H A Dpreload_error_handler.inc3 set_error_handler(function($_, $m) {
/php-src/ext/opcache/tests/jit/
H A Dfetch_dim_w_003.phpt9 set_error_handler(function() {
H A Dfetch_dim_r_011.phpt9 set_error_handler(function() {
H A Dfetch_dim_r_010.phpt9 set_error_handler(function() {

Completed in 47 milliseconds

123456789