Searched refs:rewind (Results 126 – 150 of 392) sorted by relevance
12345678910>>...16
/PHP-5.5/Zend/tests/ |
H A D | bug49269.phpt | 15 function rewind() {$this->n = 0;}
|
H A D | bug32993.phpt | 9 public function rewind() { return reset($this->arr); }
|
/PHP-5.5/ext/spl/tests/ |
H A D | iterator_068.phpt | 10 function rewind() {}
|
H A D | heap_007.phpt | 12 $h->rewind();
|
H A D | pqueue_003.phpt | 12 $h->rewind();
|
H A D | arrayObject___construct_error2.phpt | 11 function rewind() {}
|
H A D | iterator_023.phpt | 40 function rewind() 44 parent::rewind(); 131 RecursiveArrayIteratorIterator::rewind
|
H A D | regexiterator_setflags_exception.phpt | 14 function rewind ( ){}
|
H A D | regexiterator_setpregflags_exception.phpt | 14 function rewind ( ){}
|
H A D | recursiveiteratoriterator_beginiteration_basic.phpt | 2 SPL: RecursiveIteratorIterator::beginIteration() is called by RecursiveIteratorIterator::rewind()
|
H A D | iterator_030.phpt | 9 $it->rewind();
|
H A D | bug42703.phpt | 7 public function rewind() { }
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | bug27619.phpt | 7 rewind($fp);
|
H A D | bug43522.phpt | 13 rewind($fp);
|
H A D | fseek_ftell_rewind_variation3.phpt | 2 Test fseek(), ftell() & rewind() functions : usage variations - all r and a modes, SEEK_SET 8 Prototype: bool rewind ( resource $handle ); 18 /* Testing fseek(),ftell(),rewind() functions 23 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***\n"; 33 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */ 64 *** Testing fseek(), ftell(), rewind() : whence = SEEK_SET & all r and a modes ***
|
H A D | fseek_ftell_rewind_variation1.phpt | 2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, default whence 8 Prototype: bool rewind ( resource $handle ); 18 /* Testing fseek(),ftell(),rewind() functions 22 echo "*** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***\n"; 31 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */ 63 *** Testing fseek(), ftell(), rewind() : default whence & all r and a modes ***
|
H A D | userfilters.phpt | 28 rewind($fp);
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug46274_2.phpt | 29 rewind($blob); 41 rewind($blob);
|
/PHP-5.5/ext/spl/internal/ |
H A D | recursivecachingiterator.inc | 39 function rewind(); 43 parent::rewind();
|
H A D | splobjectstorage.inc | 30 function rewind() 32 rewind($this->storage); 132 $this->rewind();
|
/PHP-5.5/Zend/tests/generators/finally/ |
H A D | finally_ran_on_close.phpt | 23 $gen->rewind();
|
H A D | return_return.phpt | 27 $gen->rewind(); // force run
|
/PHP-5.5/ext/phar/phar/ |
H A D | phar.inc | 33 function rewind()
|
/PHP-5.5/tests/lang/ |
H A D | foreachLoopIterator.002.phpt | 9 public function rewind() { }
|
/PHP-5.5/ext/standard/tests/filters/ |
H A D | bug50363.phpt | 11 rewind($b);
|
Completed in 48 milliseconds
12345678910>>...16