Searched refs:handler (Results 176 – 200 of 325) sorted by relevance
12345678910>>...13
/PHP-5.3/ext/dba/ |
H A D | dba.c | 303 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 D | file_put_contents_variation2.phpt | 15 // Define error handler
|
H A D | basename_variation3.phpt | 13 // Define error handler
|
H A D | dirname_variation1.phpt | 15 // Define error handler
|
H A D | fwrite_variation5.phpt | 15 // Define error handler
|
H A D | pathinfo_variation1.phpt | 15 // Define error handler
|
H A D | basename_variation4.phpt | 13 // Define error handler
|
H A D | fopen_variation3.phpt | 15 // Define error handler
|
H A D | mkdir_variation3.phpt | 15 // Define error handler
|
H A D | chmod_variation4.phpt | 13 // Define error handler
|
/PHP-5.3/ext/standard/tests/general_functions/ |
H A D | intval_variation1.phpt | 13 // Define error handler
|
/PHP-5.3/ext/standard/tests/serialize/ |
H A D | 005.phpt | 127 // If the old style handler also fails to register the class then the object
|
/PHP-5.3/sapi/apache/ |
H A D | mod_php5.c | 129 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 D | php_apache.c | 491 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 D | long2ip_variation1.phpt | 18 // Define error handler
|
H A D | ip2long_variation1.phpt | 18 // Define error handler
|
/PHP-5.3/ext/mbstring/tests/ |
H A D | mb_decode_mimeheader_variation1.phpt | 20 // Define error handler
|
H A D | mb_strrchr_variation1.phpt | 18 // Define error handler
|
/PHP-5.3/ext/mcrypt/tests/ |
H A D | mcrypt_cbc_variation4.phpt | 19 // Define error handler
|
H A D | mcrypt_ecb_variation4.phpt | 19 // Define error handler
|
H A D | mcrypt_ecb_variation2.phpt | 19 // Define error handler
|
H A D | mcrypt_encrypt_variation2.phpt | 19 // Define error handler
|
H A D | mcrypt_encrypt_variation3.phpt | 19 // Define error handler
|
/PHP-5.3/tests/output/ |
H A D | ob_implicit_flush_variation_001.phpt | 13 // Define error handler
|
/PHP-5.3/ext/mysql/ |
H A D | php_mysql.c | 453 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