Searched refs:extended (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | findfile.inc | 57 * extended class that uses regular expressions to search.
|
| H A D | searchiterator.inc | 17 * This extended FilterIterator stops after finding the first acceptable
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | parentiterator.inc | 18 * This extended FilterIterator allows a recursive iteration using
|
| /PHP_TRUNK/ext/ereg/ |
| H A D | ereg.c | 326 /* don't bother doing an extended regex with just a number */ 403 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC) 421 if (extended) {
|
| H A D | php_ereg.h | 38 PHP_EREG_API char *php_ereg_replace(const char *pattern, const char *replace, const char *string, int icase, int extended TSRMLS_DC);
|
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3809 static void php_imagettftext_common(INTERNAL_FUNCTION_PARAMETERS, int mode, int extended) argument 3822 if (argc < 4 || argc > ((extended) ? 5 : 4)) { 3828 if (argc < 8 || argc > ((extended) ? 9 : 8)) { 3839 if (extended && EXT) { /* parse extended info */ 3879 if (extended) {
|
Completed in 23 milliseconds