Home
last modified time | relevance | path

Searched refs:handler (Results 301 – 325 of 340) sorted by relevance

1...<<11121314

/PHP-8.3/ext/opcache/
H A Dzend_shared_alloc.c142 g_shared_alloc_handler = he->handler; in zend_shared_alloc_try()
/PHP-8.3/ext/pcntl/
H A Dpcntl_arginfo.h22 ZEND_ARG_INFO(0, handler)
/PHP-8.3/ext/com_dotnet/
H A Dcom_handlers.c313 f.handler = PHP_FN(com_method_handler); in com_method_get()
/PHP-8.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation8.phpt27 //set the error handler, this is required as
H A Dgettype_settype_variation6.phpt27 //set the error handler, this is required as
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.3/ext/pdo/
H A Dpdo_dbh.c1267 func.handler = funcs->handler; in pdo_hash_methods()
/PHP-8.3/sapi/litespeed/
H A DREADME.md98 2. Go to 'Server'->'Script Handler' tab, add a script handler configuration: set
/PHP-8.3/Zend/
H A Dzend_string.h53 zend_new_interned_string_func_t handler,
H A Dzend_execute.h409 ZEND_API zend_result zend_set_user_opcode_handler(uint8_t opcode, user_opcode_handler_t handler);
H A Dzend_execute.c1273 …if (fbc->internal_function.handler == ZEND_FN(pass) || (fbc->internal_function.fn_flags & ZEND_ACC… in zend_internal_call_should_throw()
3861 execute_data->func->internal_function.handler(execute_data, return_value); in execute_internal()
5485 ZEND_API zend_result zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler() argument
5488 if (handler == NULL) { in zend_set_user_opcode_handler()
5494 zend_user_opcode_handlers[opcode] = handler; in zend_set_user_opcode_handler()
H A Dzend_inheritance.c2877 #define zend_update_inherited_handler(handler) do { \ argument
2878 if (ce->handler == (zend_function*)op_array) { \
2879 ce->handler = (zend_function*)new_op_array; \
/PHP-8.3/
H A Dphp.ini-production241 ; Setting any output handler automatically turns on output buffering.
243 ; directive. Instead, explicitly set the output handler using ob_start().
250 ; https://php.net/output-handler
288 ; https://php.net/zlib.output-handler
1024 ; To use an output encoding conversion, iconv's output handler must be set
1354 ; https://php.net/session.save-handler
1441 ; https://php.net/session.serialize-handler
1666 ; To use an output encoding conversion, mbstring's output handler must be set
H A Dphp.ini-development241 ; Setting any output handler automatically turns on output buffering.
243 ; directive. Instead, explicitly set the output handler using ob_start().
250 ; https://php.net/output-handler
288 ; https://php.net/zlib.output-handler
1022 ; To use an output encoding conversion, iconv's output handler must be set
1352 ; https://php.net/session.save-handler
1439 ; https://php.net/session.serialize-handler
1664 ; To use an output encoding conversion, mbstring's output handler must be set
H A DNEWS53 . Fixed bug GH-16181 (phpdbg: exit in exception handler reports fatal error).
541 . Fixed bug GH-13446 (Restore exception handler after it finishes). (ilutov)
917 . Fixed oss-fuzz #61712 (assertion failure with error handler during binary
921 that is unset in error handler). (Girgias)
H A Dconfigure.ac985 [whether to enable PHP's own SIGCHLD handler],
987 [Enable PHP's own SIGCHLD handler])],
/PHP-8.3/ext/spl/
H A Dphp_spl.c543 fcc.function_handler->internal_function.handler == zif_spl_autoload_call) { in PHP_FUNCTION()
H A Dspl_array.c1086 zend_object_get_properties_t handler = Z_OBJ_HANDLER_P(array, get_properties); in spl_array_set_array() local
1087 if (handler != zend_std_get_properties || Z_OBJ_HANDLER_P(array, get_properties_for)) { in spl_array_set_array()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc1828 | EXT_CALL handler, REG0
1831 const void *handler = EG(exception_op)->handler;
3232 const void *handler =
3241 | EXT_CALL handler, REG0
3384 const void *handler;
3389 handler = opline->handler;
3398 | EXT_CALL handler, REG0
3435 const void *handler = opline->handler;
3447 const void *handler = opline->handler;
3456 | EXT_JMP handler, REG0
[all …]
H A Dzend_jit_x86.dasc1767 | EXT_CALL handler, r0
1770 const void *handler = EG(exception_op)->handler;
3540 const void *handler =
3549 | EXT_CALL handler, r0
3694 const void *handler;
3699 handler = opline->handler;
3708 | EXT_CALL handler, r0
3745 const void *handler = opline->handler;
3757 const void *handler = opline->handler;
3767 | EXT_JMP handler, r0
[all …]
/PHP-8.3/ext/soap/
H A Dsoap.c1835 bool handler = 1; local
1838 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|b", &handler) == SUCCESS) {
1839 SOAP_GLOBAL(use_soap_error_handler) = handler;

Completed in 198 milliseconds

1...<<11121314