Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.5/ext/standard/tests/file/
H A Dfopen_variation4.phpt15 // Define error handler
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt19 // Define error handler
H A Dmcrypt_encrypt_variation5.phpt19 // Define error handler
H A Dmcrypt_cbc_variation5.phpt19 // Define error handler
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt13 // Define error handler
H A Dgettype_settype_variation1.phpt34 //set the error handler, this is required as
H A Dgettype_settype_variation6.phpt34 //set the error handler, this is required as
H A Dgettype_settype_variation8.phpt34 //set the error handler, this is required as
H A Dgettype_settype_variation7.phpt34 //set the error handler, this is required as
H A Dgettype_settype_variation5.phpt34 //set the error handler, this is required as
H A Dgettype_settype_basic.phpt24 //set the error handler, this is required as
/PHP-5.5/sapi/apache2handler/
H A Dphp_functions.c148 ADD_STRING(handler); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute.h375 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler);
H A Dzend_compile.h110 opcode_handler_t handler; member
330 void (*handler)(INTERNAL_FUNCTION_PARAMETERS); member
H A Dzend_closures.c161 invoke->internal_function.handler = ZEND_MN(Closure___invoke); in zend_get_closure_invoke_method()
H A Dzend_object_handlers.c997 call_user_call->handler = zend_std_call_user_call; in zend_get_user_call_function()
1140 callstatic_user_call->handler = zend_std_callstatic_user_call; in zend_get_user_callstatic_function()
/PHP-5.5/
H A DREADME.GIT-RULES119 Fixed bug #14016 (pgsql notice handler double free crash bug.)
H A DNEWS2687 handler). (Lonny Kapelushnik)
2720 when close handler call exit). (Laruence)
3270 handler. (Stas)
3485 session handler interface). (Arpad)
7448 - Fixed SOAP extension's handler() to work even when
7495 default post handler). (Ilia)
7653 and MySQL's NDB table handler). (Ilia)
8346 handler). (Tony)
8450 inside error handler). (Dmitry)
8675 fetch handler). (Tony)
[all …]
H A Dphp.ini-development239 ; Setting any output handler automatically turns on output buffering.
241 ; directive. Instead, explicitly set the output handler using ob_start().
248 ; http://php.net/output-handler
269 ; http://php.net/zlib.output-handler
1357 ; http://php.net/session.save-handler
1436 ; http://php.net/session.serialize-handler
H A Dphp.ini-production239 ; Setting any output handler automatically turns on output buffering.
241 ; directive. Instead, explicitly set the output handler using ob_start().
248 ; http://php.net/output-handler
269 ; http://php.net/zlib.output-handler
1357 ; http://php.net/session.save-handler
1436 ; http://php.net/session.serialize-handler
/PHP-5.5/ext/dom/
H A Ddocument.c355 xmlCharEncodingHandlerPtr handler; in dom_document_encoding_write() local
373 handler = xmlFindCharEncodingHandler(Z_STRVAL_P(newval)); in dom_document_encoding_write()
375 if (handler != NULL) { in dom_document_encoding_write()
376 xmlCharEncCloseFunc(handler); in dom_document_encoding_write()
/PHP-5.5/ext/phar/
H A DTODO4 X implement ini handler for phar.readonly and phar.require_hash that allows
/PHP-5.5/ext/spl/
H A Dspl_array.c1148 zend_object_get_properties_t handler = Z_OBJ_HANDLER_PP(array, get_properties); in spl_array_set_array() local
1149 if ((handler != std_object_handlers.get_properties && handler != spl_array_get_properties) in spl_array_set_array()
/PHP-5.5/sapi/litespeed/
H A DREADME96 2) Go to 'Server'->'Script Handler' tab, add a script handler
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1312 ifunc->handler = funcs->handler; in pdo_hash_methods()

Completed in 169 milliseconds

1...<<1112131415