Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/sapi/apache/
H A Dmod_php5.c129 void (*handler)(int); in sapi_apache_read_post() local
141 handler = signal(SIGPIPE, SIG_IGN); in sapi_apache_read_post()
151 signal(SIGPIPE, handler); in sapi_apache_read_post()
H A Dphp_apache.c489 if (rr->handler) { in PHP_FUNCTION()
490 add_property_string(return_value,"handler", (char *)rr->handler, 1); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/network/
H A Dip2long_variation1.phpt13 // Define error handler
H A Dlong2ip_variation1.phpt18 // Define error handler
/PHP-5.5/ext/standard/tests/file/
H A Dbasename_variation4.phpt13 // Define error handler
H A Dfopen_variation3.phpt15 // Define error handler
H A Dmkdir_variation3.phpt15 // Define error handler
H A Dchmod_variation4.phpt13 // Define error handler
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt20 // Define error handler
H A Dmb_stristr_variation1.phpt18 // Define error handler
H A Dmb_strrchr_variation1.phpt18 // Define error handler
H A Dmb_strrchr_variation2.phpt18 // Define error handler
H A Dmb_strstr_variation1.phpt18 // Define error handler
H A Dmb_strrichr_variation1.phpt18 // Define error handler
H A Dmb_strrichr_variation2.phpt18 // Define error handler
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_ecb_variation4.phpt21 // Define error handler
H A Dmcrypt_ecb_variation2.phpt21 // Define error handler
H A Dmcrypt_ecb_variation3.phpt21 // Define error handler
H A Dmcrypt_encrypt_variation3.phpt19 // Define error handler
H A Dmcrypt_decrypt_variation2.phpt19 // Define error handler
/PHP-5.5/tests/output/
H A Dob_implicit_flush_variation_001.phpt13 // Define error handler
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c453 void (*handler) (int); in _close_mysql_link() local
455 handler = signal(SIGPIPE, SIG_IGN); in _close_mysql_link()
457 signal(SIGPIPE, handler); in _close_mysql_link()
468 void (*handler) (int); in _close_mysql_plink() local
470 handler = signal(SIGPIPE, SIG_IGN); in _close_mysql_plink()
472 signal(SIGPIPE, handler); in _close_mysql_plink()
729 void (*handler) (int); local
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_variation2.phpt14 // Define error handler
H A Dclass_uses_variation2.phpt16 // Define error handler
/PHP-5.5/ext/standard/tests/general_functions/
H A Dintval_variation2.phpt13 // Define error handler

Completed in 55 milliseconds

12345678910>>...15