Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.5/ext/spl/tests/
H A Dclass_uses_variation1.phpt14 // Define error handler
/PHP-5.5/ext/standard/tests/file/
H A Dfile_variation3.phpt13 // Define error handler
H A Dfile_get_contents_variation5.phpt15 // Define error handler
H A Dfile_variation2.phpt13 // Define error handler
H A Dparse_ini_file_variation4.phpt15 // Define error handler
/PHP-5.5/ext/mbstring/tests/
H A Dmb_stristr_variation4.phpt18 // Define error handler
H A Dmb_strrchr_variation4.phpt18 // Define error handler
H A Dmb_strstr_variation4.phpt18 // Define error handler
H A Dmb_strrichr_variation4.phpt18 // Define error handler
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation1.phpt21 // Define error handler
H A Dmcrypt_encrypt_variation1.phpt19 // Define error handler
H A Dmcrypt_decrypt_variation1.phpt19 // Define error handler
H A Dmcrypt_cbc_variation2.phpt19 // Define error handler
H A Dmcrypt_cbc_variation3.phpt19 // Define error handler
H A Dmcrypt_cbc_variation4.phpt19 // Define error handler
H A Dmcrypt_decrypt_variation4.phpt19 // Define error handler
H A Dmcrypt_encrypt_variation4.phpt19 // Define error handler
/PHP-5.5/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt13 // Define error handler
/PHP-5.5/ext/zlib/tests/
H A Dgzopen_variation3.phpt19 // Define error handler
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c128 ADD_STRING(handler); in PHP_FUNCTION()
/PHP-5.5/sapi/apache2handler/
H A Dconfig.m49 AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
/PHP-5.5/
H A DUPGRADING171 - set_error_handler(NULL) can now be used to reset the error handler.
174 error/exception handler. Previously bool(true) was returned.
516 - The Apache 2.4 handler is supported as of PHP 5.5.0
H A DUPGRADING.INTERNALS106 The signature of the get_current_key iteration handler has been changed to:
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c362 apache_request_string_slot(offsetof(request_rec, handler), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1300 PHP_FALIAS(handler, apache_request_handler, NULL)
1864 if (rr->handler) { in PHP_FUNCTION()
1865 add_property_string(return_value,"handler", (char *)rr->handler, 1); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_execute.c1479 ((zend_internal_function *) execute_data_ptr->function_state.function)->handler(fci->param_count, in execute_internal()
1484 …((zend_internal_function *) execute_data_ptr->function_state.function)->handler(execute_data_ptr->… in execute_internal()
1711 ZEND_API int zend_set_user_opcode_handler(zend_uchar opcode, user_opcode_handler_t handler) in zend_set_user_opcode_handler() argument
1714 if (handler == NULL) { in zend_set_user_opcode_handler()
1720 zend_user_opcode_handlers[opcode] = handler; in zend_set_user_opcode_handler()

Completed in 42 milliseconds

1...<<1112131415