Searched defs:it (Results 1 - 9 of 9) sorted by relevance
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | class_tree.php | 105 $it = new RecursiveTreeIterator(new SubClasses($argv[1], true)); variable 108 foreach($it as $c=>$v)
|
| H A D | ini_groups.php | 32 $it = new IniGroups($argv[1]); variable 34 $it = new KeyFilter($it, $argv[2]); variable 37 foreach($it as $group) {
|
| H A D | nocvsdir.php | 19 Show the directory and all it's contents without any CVS directory in <path>. 48 $it = new RecursiveIteratorIterator(new NoCvsDirectory($argv[1])); variable 50 foreach($it as $pathname => $file)
|
| /PHP_TRUNK/ext/intl/breakiterator/ |
| H A D | codepointiterator_internal.cpp | 10 | obtain it through the world-wide-web, please send a note to | 133 void CodePointBreakIterator::adoptText(CharacterIterator* it) argument 138 this->fCharIter = it; 139 this->fText = utext_openCharacterIterator(this->fText, it, &uec); 206 //this function has side effects, and it's supposed to
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_directory.h | 12 | obtain it through the world-wide-web, please send a note to | 105 spl_filesystem_iterator it; member in struct:_spl_filesystem_object 110 return &obj->it; 113 static inline spl_filesystem_object* spl_filesystem_iterator_to_object(spl_filesystem_iterator *it) argument 115 return (spl_filesystem_object*)((char*)it - XtOffsetOf(spl_filesystem_object, it)); 136 #define SPL_FILE_DIR_SKIPDOTS 0x00001000 /* Tells whether it should skip dots or not */
|
| H A D | spl_observer.c | 12 | obtain it through the world-wide-web, please send a note to | 379 /* clean \x00gcdata, as it may be out of date */ 1087 zval *it; local 1097 it = element->obj; 1098 zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewind", NULL); 1110 zval *it; local 1120 it = element->obj; 1121 zend_call_method_with_0_params(&it, Z_OBJCE_ 1133 zval *it, *retval = NULL; local 1174 zval *it, *retval = NULL; local [all...] |
| H A D | spl_iterators.c | 12 | obtain it through the world-wide-web, please send a note to | 132 spl_dual_it_object *it = zend_object_store_get_object((objzval) TSRMLS_CC); \ 133 if (it->dit_type == DIT_Unknown) { \ 138 (var) = it; \ 267 /* this is not a leave, so skip it */ 508 zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0 TSRMLS_CC); 574 /* {{{ proto void RecursiveIteratorIterator::__construct(RecursiveIterator|IteratorAggregate it [, int mode = RIT_LEAVES_ONLY [, int flags = 0]]) throws InvalidArgumentException 720 Called for each element to test whether it has children */ 1031 /* {{{ proto void RecursiveTreeIterator::__construct(RecursiveIterator|IteratorAggregate it [, int flags = RTIT_BYPASS_KEY [, int cit_flags = CIT_CATCH_GET_CHILD [, mode = RIT_SELF_FIRST ]]]) throws InvalidArgumentException 1521 /* {{{ proto void FilterIterator::__construct(Iterator it) 3246 zval **it; local 3292 zval *it; local [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_interfaces.h | 12 | obtain it through the world-wide-web, please send a note to | 36 zend_object_iterator it; member in struct:_zend_user_iterator
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_blacklist.c | 12 | obtain it through the world-wide-web, please send a note to | 91 zend_regexp_list **regexp_list_it, *it; local 130 it = (zend_regexp_list*)malloc(sizeof(zend_regexp_list)); 131 if (!it) { 135 it->next = NULL; 137 if ((reg_err = regcomp(&it->comp_regex, regexp, REGEX_MODE)) != 0) { 138 blacklist_report_regexp_error(&it->comp_regex, reg_err); 144 *regexp_list_it = it; 145 regexp_list_it = &it->next; 161 zend_regexp_list *temp, *it local [all...] |
Completed in 70 milliseconds