Searched defs:it (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/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_3/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 | 317 /* clean \x00gcdata, as it may be out of date */ 977 zval *it; local 987 it = element->obj; 988 zend_call_method_with_0_params(&it, Z_OBJCE_P(it), &Z_OBJCE_P(it)->iterator_funcs.zf_rewind, "rewind", NULL); 1000 zval *it; local 1010 it = element->obj; 1011 zend_call_method_with_0_params(&it, Z_OBJCE_ 1023 zval *it, *retval = NULL; local 1064 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 | 130 spl_dual_it_object *it = zend_object_store_get_object((objzval) TSRMLS_CC); \ 131 if (it->dit_type == DIT_Unknown) { \ 136 (var) = it; \ 265 /* this is not a leave, so skip it */ 506 zend_throw_exception(spl_ce_InvalidArgumentException, "An instance of RecursiveIterator or IteratorAggregate creating it is required", 0 TSRMLS_CC); 572 /* {{{ proto void RecursiveIteratorIterator::__construct(RecursiveIterator|IteratorAggregate it [, int mode = RIT_LEAVES_ONLY [, int flags = 0]]) throws InvalidArgumentException 731 Called for each element to test whether it has children */ 1043 /* {{{ 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 1528 /* {{{ proto void FilterIterator::__construct(Iterator it) 3154 zval **it; local 3200 zval *it; local [all...] |
| /PHP_5_3/ext/sqlite/ |
| H A D | sqlite.c | 12 | obtain it through the world-wide-web, please send a note to | 1238 zend_object_iterator it; member in struct:_sqlite_object_iterator 1245 zval *object = (zval*)((sqlite_object_iterator*)iter)->it.data; 1350 iterator->it.data = (void*)object; 1351 iterator->it.funcs = ce->iterator_funcs.funcs; 1544 Opens a persistent handle to a SQLite database. Will create the database if it does not exist. */ 1589 /* give it a valid resource id for this request */ 1596 /* already accessed this request; map it */ 1622 Opens a SQLite database. Will create the database if it does not exist. */ 1681 Opens a SQLite database and creates an object for it [all...] |
| /PHP_5_3/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
|
Completed in 32 milliseconds