Home
last modified time | relevance | path

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

1...<<1112131415

/php-src/ext/standard/tests/serialize/
H A D005.phpt124 // If the old style handler also fails to register the class then the object
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c831 xmlCharEncodingHandlerPtr handler = xmlFindCharEncodingHandler(encoding); in xmlreader_valid_encoding() local
832 if (!handler) { in xmlreader_valid_encoding()
835 xmlCharEncCloseFunc(handler); in xmlreader_valid_encoding()
/php-src/ext/standard/tests/array/
H A Darray_multisort_variation1.phpt7 // Define error handler
H A Darray_multisort_variation3.phpt7 // Define error handler
H A Darray_multisort_variation2.phpt7 // Define error handler
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt2 Error conditions when setting invalid handler callables for xml_set_element_handler()
/php-src/ext/spl/tests/
H A Dclass_implements_variation1.phpt8 // Define error handler
H A Dclass_uses_variation1.phpt8 // Define error handler
/php-src/ext/zend_test/
H A Dtest.c857 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_method_get()
881 fptr->handler = ZEND_FN(zend_test_func); in zend_test_class_static_method_get()
1204 .handler = zend_test_internal_dnf_arguments,
/php-src/ext/phar/
H A Dfunc_interceptors.c887 PHAR_G(orig_##func) = orig->internal_function.handler; \
888 orig->internal_function.handler = PHP_FN(phar_##func); \
924 orig->internal_function.handler = PHAR_G(orig_##func); \
/php-src/sapi/apache2handler/
H A Dphp_functions.c146 ADD_STRING(handler); in PHP_FUNCTION()
/php-src/ext/standard/
H A Durl_scanner_ex.re741 php_output_handler_func_t handler;
746 handler = php_url_scanner_session_handler;
749 handler = php_url_scanner_output_handler;
795 php_output_start_internal(ZEND_STRL("URL-Rewriter"), handler, 0, PHP_OUTPUT_HANDLER_STDFLAGS);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1900 const void *handler; in zend_jit_exception_handler_stub() local
1905 ir_CALL(IR_VOID, ir_CONST_FUNC(handler)); in zend_jit_exception_handler_stub()
1908 handler = EG(exception_op)->handler; in zend_jit_exception_handler_stub()
4050 const void *handler; in zend_jit_handler() local
4056 handler = opline->handler; in zend_jit_handler()
4059 ir_CALL(IR_VOID, ir_CONST_FUNC(handler)); in zend_jit_handler()
4088 const void *handler; in zend_jit_tail_handler() local
4100 handler = opline->handler; in zend_jit_tail_handler()
4109 handler = opline->handler; in zend_jit_tail_handler()
16242 opline->handler = entry;
[all …]
/php-src/Zend/
H A Dzend_compile.h138 const void *handler; member
580 zif_handler handler; member
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt27 //set the error handler, this is required as
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
/php-src/sapi/phpdbg/
H A Dphpdbg_help.c260 return cmd->handler(param); in PHPDBG_COMMAND()
/php-src/ext/opcache/
H A Dzend_shared_alloc.c151 g_shared_alloc_handler = he->handler; in zend_shared_alloc_try()
/php-src/ext/com_dotnet/
H A Dcom_handlers.c313 f.handler = PHP_FN(com_method_handler); in com_method_get()
/php-src/ext/pdo/
H A Dpdo_dbh.c1326 func.handler = funcs->handler; in pdo_hash_methods()
/php-src/ext/dom/
H A Ddocument.c128 xmlCharEncodingHandlerPtr handler = xmlFindCharEncodingHandler(ZSTR_VAL(str)); in dom_document_encoding_write() local
130 if (handler != NULL) { in dom_document_encoding_write()
131 xmlCharEncCloseFunc(handler); in dom_document_encoding_write()
/php-src/
H A Dphp.ini-development231 ; Setting any output handler automatically turns on output buffering.
233 ; directive. Instead, explicitly set the output handler using ob_start().
240 ; https://php.net/output-handler
278 ; https://php.net/zlib.output-handler
999 ; To use an output encoding conversion, iconv's output handler must be set
1262 ; https://php.net/session.save-handler
1349 ; https://php.net/session.serialize-handler
1553 ; To use an output encoding conversion, mbstring's output handler must be set
H A Dphp.ini-production231 ; Setting any output handler automatically turns on output buffering.
233 ; directive. Instead, explicitly set the output handler using ob_start().
240 ; https://php.net/output-handler
278 ; https://php.net/zlib.output-handler
1001 ; To use an output encoding conversion, iconv's output handler must be set
1264 ; https://php.net/session.save-handler
1351 ; https://php.net/session.serialize-handler
1555 ; To use an output encoding conversion, mbstring's output handler must be set
/php-src/sapi/litespeed/
H A DREADME.md98 2. Go to 'Server'->'Script Handler' tab, add a script handler configuration: set

Completed in 146 milliseconds

1...<<1112131415