Home
last modified time | relevance | path

Searched refs:handler (Results 276 – 286 of 286) sorted by path

1...<<1112

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c269 return cmd->handler(param); in PHPDBG_COMMAND()
/PHP-7.4/tests/lang/
H A Dbug23279.phpt2 Bug #23279 (exception handler stops after first function call)
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
H A Dbug25547.phpt6 function handler($errno, $errstr, $errfile, $errline, $context)
11 set_error_handler('handler');
25 handler(Undefined index: foo)
H A Dcompare_objects_basic1.phpt2 Test standard 'compare' object handler
6 echo "Simple test for standard compare object handler\n";
26 // Define a bunch of objects all of which will use standard compare object handler
47 Simple test for standard compare object handler
H A Dcompare_objects_basic2.phpt2 Test object compare when object handler different
9 echo "Simple test comparing two objects with different compare callback handler\n";
21 Simple test comparing two objects with different compare callback handler
/PHP-7.4/tests/output/
H A Dbug70970.phpt2 Bug #70970 (Segfault when combining error handler with output buffering)
H A Dob_013.phpt32 [0] => default output handler
52 [name] => default output handler
H A Dob_020.phpt25 [0] => default output handler
29 [0] => default output handler
30 [1] => default output handler
34 [0] => default output handler
H A Dob_get_status.phpt19 string(22) "default output handler"
/PHP-7.4/win32/
H A Dsignal.c93 zval *handler = NULL; in PHP_FUNCTION() local
108 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|b", &handler, &add) == FAILURE) { in PHP_FUNCTION()
112 if (IS_NULL == Z_TYPE_P(handler)) { in PHP_FUNCTION()
121 if (!zend_is_callable(handler, 0, NULL)) { in PHP_FUNCTION()
122 zend_string *func_name = zend_get_callable_name(handler); in PHP_FUNCTION()
129 zend_string *func_name = zend_get_callable_name(handler); in PHP_FUNCTION()
136 ZVAL_COPY(&ctrl_handler, handler); in PHP_FUNCTION()

Completed in 30 milliseconds

1...<<1112