Home
last modified time | relevance | path

Searched refs:handler (Results 326 – 339 of 339) sorted by relevance

1...<<11121314

/PHP-8.3/
H A DCONTRIBUTING.md423 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DUPGRADING483 handler that overrides addition and subtraction now can be incremented
/PHP-8.3/Zend/
H A Dzend_API.c2825 internal_function->handler = ptr->handler; in zend_register_functions()
2917 if (!internal_function->handler) { in zend_register_functions()
H A Dzend_execute_API.c970 func->internal_function.handler(call, fci->retval); in zend_call_function()
H A Dzend_vm_execute.h1275 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_UNUSED_HANDLER()
1337 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_RETVAL_USED_HANDLER()
1400 fbc->internal_function.handler(call, ret); in ZEND_DO_ICALL_SPEC_OBSERVER_HANDLER()
1567 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_UNUSED_HANDLER()
1662 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_RETVAL_USED_HANDLER()
1759 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_BY_NAME_SPEC_OBSERVER_HANDLER()
1867 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER()
1976 fbc->internal_function.handler(call, ret); in ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER()
65402 op->handler = zend_opcode_handlers[(uintptr_t)op->handler];
65408 return op->handler;
[all …]
H A Dzend_vm_def.h3984 fbc->internal_function.handler(call, ret);
4105 fbc->internal_function.handler(call, ret);
4214 fbc->internal_function.handler(call, ret);
8868 fbc->internal_function.handler(call, ret);
H A Dzend_API.h37 zif_handler handler; member
/PHP-8.3/ext/standard/
H A Dbasic_functions.stub.php3756 function sapi_windows_set_ctrl_handler(?callable $handler, bool $add = true): bool {}
H A Dbasic_functions_arginfo.h2194 ZEND_ARG_TYPE_INFO(0, handler, IS_CALLABLE, 1)
/PHP-8.3/ext/opcache/
H A DZendAccelerator.c3300 orig_chdir = func->internal_function.handler;
3301 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-8.3/Zend/Optimizer/
H A Dsccp.c835 func->internal_function.handler(execute_data, result); in ct_eval_func_call()
/PHP-8.3/ext/ffi/
H A Dffi.c2177 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_cdata_get_closure()
2929 func->internal_function.handler = ZEND_FN(ffi_trampoline); in zend_ffi_get_func()
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic34139 # VirtualDub link handler
H A Dmagic私はガラスを食べられます34139 # VirtualDub link handler

Completed in 537 milliseconds

1...<<11121314