Home
last modified time | relevance | path

Searched refs:handler (Results 276 – 300 of 300) sorted by relevance

1...<<1112

/PHP-8.0/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt27 //set the error handler, this is required as
H A Dgettype_settype_basic.phpt17 //set the error handler, this is required as
H A Dgettype_settype_variation2.phpt31 //set the error handler, this is required as
H A Dgettype_settype_variation3.phpt25 //set the error handler, this is required as
H A Dgettype_settype_variation4.phpt27 //set the error handler, this is required as
/PHP-8.0/sapi/litespeed/
H A DREADME.md98 2. Go to 'Server'->'Script Handler' tab, add a script handler configuration: set
H A Dlsapilib.c338 static void lsapi_signal(int signo, sighandler_t handler) in lsapi_signal() argument
348 sa.sa_handler = handler; in lsapi_signal()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc1799 | EXT_CALL handler, r0
1802 const void *handler = EG(exception_op)->handler;
3549 const void *handler =
3558 | EXT_CALL handler, r0
3695 const void *handler;
3700 handler = opline->handler;
3709 | EXT_CALL handler, r0
3746 const void *handler = opline->handler;
3758 const void *handler = opline->handler;
3768 | EXT_JMP handler, r0
[all …]
/PHP-8.0/ext/spl/
H A Dphp_spl.c530 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
H A Dspl_array.c1118 zend_object_get_properties_t handler = Z_OBJ_HANDLER_P(array, get_properties); in spl_array_set_array() local
1119 if (handler != zend_std_get_properties) { in spl_array_set_array()
/PHP-8.0/Zend/
H A Dzend_execute.c1118 if (fbc->internal_function.handler == ZEND_FN(pass)) { in zend_internal_call_should_throw()
3498 execute_data->func->internal_function.handler(execute_data, return_value); in execute_internal()
5033 ZEND_API zend_result zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler() argument
5036 if (handler == NULL) { in zend_set_user_opcode_handler()
5042 zend_user_opcode_handlers[opcode] = handler; in zend_set_user_opcode_handler()
H A Dzend_API.c2344 internal_function->handler = ptr->handler; in ZEND_END_ARG_INFO()
2429 if (!internal_function->handler) { in ZEND_END_ARG_INFO()
H A Dzend_execute_API.c911 func->internal_function.handler(call, fci->retval); in zend_call_function()
H A Dzend_vm_execute.h1234 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1295 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1460 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1554 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1649 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1755 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1863 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
1971 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_OBSERVER_HANDLER()
63240 op->handler = zend_opcode_handlers[(zend_uintptr_t)op->handler];
63246 return op->handler;
[all …]
H A Dzend_vm_def.h3927 fbc->internal_function.handler(call, ret);
4045 fbc->internal_function.handler(call, ret);
4151 fbc->internal_function.handler(call, ret);
8615 fbc->internal_function.handler(call, ret);
H A Dzend_API.h37 zif_handler handler; member
/PHP-8.0/
H A DNEWS86 . Fixed bug GH-9583 (session_create_id() fails with user defined save handler
927 . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
1012 . Fixed bug #80634 (write_property handler of internal classes is skipped on
H A Dconfigure.ac884 [whether to enable PHP's own SIGCHLD handler],
886 [Enable PHP's own SIGCHLD handler])],
H A DCONTRIBUTING.md395 Fixed bug #14016 (pgsql notice handler double free crash bug.)
/PHP-8.0/ext/soap/
H A Dsoap.c1938 zend_bool handler = 1; local
1941 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &handler) == SUCCESS) {
1942 SOAP_GLOBAL(use_soap_error_handler) = handler;
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1494 function sapi_windows_set_ctrl_handler(?callable $handler, bool $add = true): bool {} argument
H A Dbasic_functions_arginfo.h2202 ZEND_ARG_TYPE_INFO(0, handler, IS_CALLABLE, 1)
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c3102 orig_chdir = func->internal_function.handler;
3103 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-8.0/ext/opcache/Optimizer/
H A Dsccp.c983 func->internal_function.handler(execute_data, result); in ct_eval_func_call()
/PHP-8.0/ext/ffi/
H A Dffi.c2104 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2843 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()

Completed in 308 milliseconds

1...<<1112