Home
last modified time | relevance | path

Searched refs:handler (Results 226 – 250 of 325) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/com_dotnet/
H A Dcom_handlers.c288 f.handler = PHP_FN(com_method_handler); in com_method_get()
417 f.handler = ZEND_FN(fn); \ in com_constructor_get()
/PHP-5.3/ext/standard/tests/file/
H A Dchmod_variation3.phpt13 // Define error handler
H A Dumask_variation3.phpt21 // Define error handler
H A Dfile_get_contents_variation6.phpt15 // Define error handler
H A Dfile_get_contents_variation5.phpt15 // Define error handler
H A Dfile_variation3.phpt13 // Define error handler
/PHP-5.3/ext/mbstring/tests/
H A Dmb_substitute_character_variation1.phpt18 // Define error handler
H A Dmb_stristr_variation3.phpt18 // Define error handler
H A Dmb_strrchr_variation3.phpt18 // Define error handler
H A Dmb_strrichr_variation3.phpt18 // Define error handler
H A Dmb_stristr_variation4.phpt18 // Define error handler
H A Dmb_strstr_variation4.phpt18 // Define error handler
H A Dmb_strrchr_variation4.phpt18 // Define error handler
H A Dmb_strrichr_variation4.phpt18 // Define error handler
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation1.phpt19 // Define error handler
H A Dmcrypt_encrypt_variation1.phpt19 // Define error handler
H A Dmcrypt_cbc_variation1.phpt19 // Define error handler
H A Dmcrypt_decrypt_variation1.phpt19 // Define error handler
/PHP-5.3/ext/spl/tests/
H A Dclass_implements_variation1.phpt14 // Define error handler
/PHP-5.3/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_003.phpt13 // Define error handler
/PHP-5.3/ext/zlib/tests/
H A Dgzopen_variation3.phpt19 // Define error handler
/PHP-5.3/sapi/apache2handler/
H A Dconfig.m49 AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c128 ADD_STRING(handler); in PHP_FUNCTION()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in277 ** Sqlite is re-entrant, so the busy handler may start a new query.
279 ** is allowed, in theory.) But the busy handler may not close the
280 ** database. Closing the database from a busy handler will delete
287 ** This routine sets a busy handler that sleeps for a while when a
288 ** table is locked. The handler will sleep multiple times until
290 ** "ms" milleseconds of sleeping, the handler returns 0 which
688 ** The return code will only be SQLITE_BUSY if no busy handler is registered
690 ** a busy handler callback has been registered but returns 0, then this
/PHP-5.3/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)
1865 if (rr->handler) { in PHP_FUNCTION()
1866 add_property_string(return_value,"handler", (char *)rr->handler, 1); in PHP_FUNCTION()

Completed in 70 milliseconds

12345678910>>...13