Home
last modified time | relevance | path

Searched refs:handler (Results 351 – 371 of 371) sorted by relevance

1...<<1112131415

/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation2.phpt37 //set the error handler, this is required as
H A Dgettype_settype_variation3.phpt34 //set the error handler, this is required as
H A Dgettype_settype_variation4.phpt34 //set the error handler, this is required as
/PHP-5.5/ext/pcntl/
H A Dpcntl.c69 ZEND_ARG_INFO(0, handler)
/PHP-5.5/Zend/
H A Dzend_API.c2065 internal_function->handler = ptr->handler; in zend_register_functions()
2127 if (!internal_function->handler) { in zend_register_functions()
2873 fcc->function_handler->internal_function.handler = zend_std_call_user_call; in zend_is_callable_check_func()
H A Dzend_API.h37 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
H A Dzend_execute_API.c952 …((zend_internal_function *) EX(function_state).function)->handler(fci->param_count, *fci->retval_p… in zend_call_function()
H A Dzend_builtin_functions.c1379 func->internal_function.handler == zif_display_disabled_function) { in ZEND_FUNCTION()
H A DZEND_CHANGES597 your exceptions will be nicely shown in the builtin handler for
H A Dzend_vm_def.h1989 …fbc->internal_function.handler(opline->extended_value, ret->var.ptr, (fbc->common.fn_flags & ZEND_… in ZEND_VM_HELPER()
H A Dzend_vm_execute.h363 if ((ret = OPLINE->handler(execute_data TSRMLS_CC)) > 0) { in execute_ex()
550 …fbc->internal_function.handler(opline->extended_value, ret->var.ptr, (fbc->common.fn_flags & ZEND_… in zend_do_fcall_common_helper_SPEC()
45123 op->handler = zend_vm_get_opcode_handler(zend_user_opcodes[op->opcode], op); in zend_vm_set_opcode_handler()
/PHP-5.5/ext/soap/
H A Dsoap.c384 ZEND_ARG_INFO(0, handler)
633 fe.handler = ZEND_MN(SoapClient___call); in PHP_MINIT_FUNCTION()
2305 zend_bool handler = 1; local
2308 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &handler) == SUCCESS) {
2309 SOAP_GLOBAL(use_soap_error_handler) = handler;
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c2604 orig_chdir = func->internal_function.handler;
2605 func->internal_function.handler = ZEND_FN(accel_chdir);
/PHP-5.5/
H A Dconfigure.in917 PHP_ARG_ENABLE(sigchild, whether to enable PHP's own SIGCHLD handler,
918 [ --enable-sigchild Enable PHP's own SIGCHLD handler], no, no)
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c200 static void lsapi_signal(int signo, sighandler_t handler) in lsapi_signal() argument
210 sa.sa_handler = handler; in lsapi_signal()
/PHP-5.5/ext/interbase/
H A Dinterbase.c310 ZEND_ARG_INFO(0, handler)
/PHP-5.5/ext/dom/
H A Dnode.c99 ZEND_ARG_INFO(0, handler)
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2725 ctor.handler = ZEND_FN(dbstmt_constructor); in row_get_ctor()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1796 …RETURN_BOOL(fptr->type == ZEND_INTERNAL_FUNCTION && fptr->internal_function.handler == zif_display… in ZEND_METHOD()
/PHP-5.5/win32/
H A Dinstall.txt709 To install PHP as a CGI handler, do the following:
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt5150 handler and used to modify the case of following characters. By

Completed in 221 milliseconds

1...<<1112131415