Home
last modified time | relevance | path

Searched refs:handler (Results 176 – 200 of 325) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/dba/
H A Ddba.c303 static dba_handler handler[] = { variable
459 for (hptr = handler; hptr->name && strcasecmp(hptr->name, new_value); hptr++); in ZEND_INI_MH()
512 for(hptr = handler; hptr->name; hptr++) { in PHP_MINFO_FUNCTION()
676 for (hptr = handler; hptr->name && strcasecmp(hptr->name, Z_STRVAL_PP(args[2])); hptr++); in php_dba_open()
1209 for(hptr = handler; hptr->name; hptr++) { in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/file/
H A Dfile_put_contents_variation2.phpt15 // Define error handler
H A Dbasename_variation3.phpt13 // Define error handler
H A Ddirname_variation1.phpt15 // Define error handler
H A Dfwrite_variation5.phpt15 // Define error handler
H A Dpathinfo_variation1.phpt15 // Define error handler
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.3/ext/standard/tests/general_functions/
H A Dintval_variation1.phpt13 // Define error handler
/PHP-5.3/ext/standard/tests/serialize/
H A D005.phpt127 // If the old style handler also fails to register the class then the object
/PHP-5.3/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.c491 if (rr->handler) { in PHP_FUNCTION()
492 add_property_string(return_value,"handler", (char *)rr->handler, 1); in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/network/
H A Dlong2ip_variation1.phpt18 // Define error handler
H A Dip2long_variation1.phpt18 // Define error handler
/PHP-5.3/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation1.phpt20 // Define error handler
H A Dmb_strrchr_variation1.phpt18 // Define error handler
/PHP-5.3/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation4.phpt19 // Define error handler
H A Dmcrypt_ecb_variation4.phpt19 // Define error handler
H A Dmcrypt_ecb_variation2.phpt19 // Define error handler
H A Dmcrypt_encrypt_variation2.phpt19 // Define error handler
H A Dmcrypt_encrypt_variation3.phpt19 // Define error handler
/PHP-5.3/tests/output/
H A Dob_implicit_flush_variation_001.phpt13 // Define error handler
/PHP-5.3/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()
699 void (*handler) (int); local

Completed in 52 milliseconds

12345678910>>...13