Searched refs:php_conv_convert (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | filters.c | 328 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d), (e)) macro 1573 err = php_conv_convert(inst->cd, &pt, &tcnt, &pd, &ocnt); 1651 err = ((ps == NULL ? php_conv_convert(inst->cd, NULL, NULL, &pd, &ocnt): 1652 php_conv_convert(inst->cd, &ps, &icnt, &pd, &ocnt)));
|
Completed in 5 milliseconds