Searched refs:handler (Results 226 – 250 of 325) sorted by relevance
12345678910>>...13
/PHP-5.3/ext/com_dotnet/ |
H A D | com_handlers.c | 288 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 D | chmod_variation3.phpt | 13 // Define error handler
|
H A D | umask_variation3.phpt | 21 // Define error handler
|
H A D | file_get_contents_variation6.phpt | 15 // Define error handler
|
H A D | file_get_contents_variation5.phpt | 15 // Define error handler
|
H A D | file_variation3.phpt | 13 // Define error handler
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_substitute_character_variation1.phpt | 18 // Define error handler
|
H A D | mb_stristr_variation3.phpt | 18 // Define error handler
|
H A D | mb_strrchr_variation3.phpt | 18 // Define error handler
|
H A D | mb_strrichr_variation3.phpt | 18 // Define error handler
|
H A D | mb_stristr_variation4.phpt | 18 // Define error handler
|
H A D | mb_strstr_variation4.phpt | 18 // Define error handler
|
H A D | mb_strrchr_variation4.phpt | 18 // Define error handler
|
H A D | mb_strrichr_variation4.phpt | 18 // Define error handler
|
/PHP-5.3/ext/mcrypt/tests/ |
H A D | mcrypt_ecb_variation1.phpt | 19 // Define error handler
|
H A D | mcrypt_encrypt_variation1.phpt | 19 // Define error handler
|
H A D | mcrypt_cbc_variation1.phpt | 19 // Define error handler
|
H A D | mcrypt_decrypt_variation1.phpt | 19 // Define error handler
|
/PHP-5.3/ext/spl/tests/ |
H A D | class_implements_variation1.phpt | 14 // Define error handler
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | call_user_func_array_variation_003.phpt | 13 // Define error handler
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzopen_variation3.phpt | 19 // Define error handler
|
/PHP-5.3/sapi/apache2handler/ |
H A D | config.m4 | 9 AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
|
/PHP-5.3/sapi/apache2filter/ |
H A D | php_functions.c | 128 ADD_STRING(handler); in PHP_FUNCTION()
|
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | sqlite.h.in | 277 ** 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 D | php_apache.c | 362 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 46 milliseconds
12345678910>>...13