Searched refs:subpats (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | softmagic.c | 1865 zval *subpats; local 1869 ALLOC_INIT_ZVAL(subpats); 1876 php_pcre_match_impl(pce, haystack, ms->search.s_len, retval, subpats, 1, 1, PREG_OFFSET_CAPTURE, 0 TSRMLS_CC); 1878 php_pcre_match_impl(pce, IS_STRING, haystack, ms->search.s_len, retval, subpats, 1, 1, PREG_OFFSET_CAPTURE, 0 TSRMLS_CC); 1884 zval_ptr_dtor(&subpats); 1889 } else if ((Z_LVAL_P(retval) > 0) && (Z_TYPE_P(subpats) == IS_ARRAY)) { 1892 HashTable *ht = Z_ARRVAL_P(subpats); 1973 zval_ptr_dtor(&subpats); 1985 zval_ptr_dtor(&subpats);
|
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 1331 zval *subpats = NULL; /* Parts (not used) */ local 1346 php_pcre_match_impl(pce, internal_date, internal_date_len, return_value, subpats, global,
|
| /PHP_5_3/ext/pcre/ |
| H A D | php_pcre.h | 58 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC);
|
| H A D | php_pcre.c | 513 zval *subpats = NULL; /* Array for subpatterns */ local 518 &subject, &subject_len, &subpats, &flags, &start_offset) == FAILURE) { 527 php_pcre_match_impl(pce, subject, subject_len, return_value, subpats, 534 zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) 556 if (subpats != NULL) { 557 zval_dtor(subpats); 558 array_init(subpats); 650 if (subpats != NULL) { 703 zend_hash_next_index_insert(Z_ARRVAL_P(subpats), &result_set, sizeof(zval *), NULL); 709 add_offset_pair(subpats, (cha 533 php_pcre_match_impl(pcre_cache_entry *pce, char *subject, int subject_len, zval *return_value, zval *subpats, int global, int use_flags, long flags, long start_offset TSRMLS_DC) argument 836 zval *subpats; /* Captured subpatterns */ local [all...] |
Completed in 14 milliseconds