Home
last modified time | relevance | path

Searched refs:set_error_handler (Results 1 – 25 of 214) sorted by last modified time

123456789

/php-src/Zend/
H A Dzend_builtin_functions.c1211 ZEND_FUNCTION(set_error_handler) in ZEND_FUNCTION() argument
H A Dzend_builtin_functions_arginfo.h266 ZEND_FUNCTION(set_error_handler);
328 ZEND_FE(set_error_handler, arginfo_set_error_handler)
H A Dzend_builtin_functions.stub.php111 function set_error_handler(?callable $callback, int $error_levels = E_ALL) {} function
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt13 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_basic.phpt11 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
H A Dscalar_return_basic_64bit.phpt13 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
/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/opcache/tests/jit/
H A Dnot_003.phpt10 set_error_handler(function(){y;}) . !$y;
H A Dassign_055.phpt10 set_error_handler(function() {
H A Dfetch_dim_rw_004.phpt9 set_error_handler(function(y$y) {
/php-src/Zend/tests/
H A Dundef_var_in_verify_return.phpt6 set_error_handler(function(int $severity, string $message, string $filename, int $lineNumber): void…
H A Ddeprecation_to_exception_during_inheritance.phpt10 set_error_handler(function($code, $message) {
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 Dbug60738_variation.phpt2 Bug #60738 Allow 'set_error_handler' to handle NULL
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
H A Dbug64960.phpt20 set_error_handler(function()
H A Dbug72101.phpt63 set_error_handler(function() {
H A Dbug74164.phpt8 set_error_handler(function ($type, $msg) {
H A Dbug76534.phpt5 set_error_handler(function ($severity, $message, $file, $line) {
/php-src/Zend/tests/match/
H A D029.phpt6 set_error_handler(function ($errno, $message) {
H A D030.phpt6 set_error_handler(function ($errno, $message) {
/php-src/ext/dom/tests/modern/html/parser/
H A Duser_error_handler.phpt10 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt79 $oldErrorHandler = set_error_handler(
/php-src/scripts/dev/
H A Dtidy.php4 set_error_handler(function($_, $msg) {

Completed in 40 milliseconds

123456789