Searched defs:it (Results 1 - 7 of 7) sorted by relevance
| /PHP_5_4/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_5_4/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_5_4/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_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; \ 268 /* this is not a leave, so skip it */ 509 zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0 TSRMLS_CC); 575 /* {{{ proto void RecursiveIteratorIterator::__construct(RecursiveIterator|IteratorAggregate it [, int mode = RIT_LEAVES_ONLY [, int flags = 0]]) throws InvalidArgumentException 734 Called for each element to test whether it has children */ 1045 /* {{{ 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 1541 /* {{{ proto void FilterIterator::__construct(Iterator it) 3299 zval **it; local 3345 zval *it; local [all...] |
| 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...] |
Completed in 19 milliseconds