Searched refs:rewind (Results 76 – 100 of 392) sorted by relevance
12345678910>>...16
/PHP-5.5/ext/standard/tests/directory/ |
H A D | DirectoryClass_basic_001.phpt | 7 * Description: Directory class with properties, handle and class and methods read, rewind and close 45 Method [ <internal:standard> public method rewind ] {
|
/PHP-5.5/tests/classes/ |
H A D | iterators_007.phpt | 10 …public function rewind() { if ($this->x == 0) throw new Exception(__METHOD__); reset($this->arr… 37 Caught in Test::rewind()
|
H A D | iterators_006.phpt | 16 function rewind() { 55 #$array->rewind();
|
/PHP-5.5/ext/spl/tests/ |
H A D | iterator_004.phpt | 17 public function rewind() 87 NumericArrayIterator::rewind 108 NumericArrayIterator::rewind
|
H A D | bug37457.phpt | 40 public function rewind() 74 Collection::rewind
|
H A D | dllist_011.phpt | 6 $dll->rewind();
|
H A D | iterator_041a.phpt | 27 function rewind() 30 return parent::rewind();
|
H A D | bug45614.phpt | 28 $ai->rewind(); 37 $ai->rewind();
|
H A D | iterator_001.phpt | 17 public function rewind() 95 NumericArrayIterator::rewind 122 NumericArrayIterator::rewind 148 NumericArrayIterator::rewind
|
H A D | iterator_043.phpt | 9 $it->rewind();
|
H A D | bug67538.phpt | 9 $list->rewind();
|
H A D | dllist_007.phpt | 10 $a->rewind();
|
H A D | iterator_058.phpt | 13 function rewind() {}
|
H A D | bug54281.phpt | 15 Fatal error: RecursiveIteratorIterator::rewind(): The RecursiveArrayIteratorIterator instance wasn'…
|
/PHP-5.5/ext/spl/ |
H A D | spl.php | 550 function rewind(); function 834 function rewind() {/**/} function in ArrayIterator 997 function rewind() {/**/} function in DirectoryIterator 1106 function rewind() {/**/} function in SimpleXMLIterator
|
/PHP-5.5/ext/simplexml/ |
H A D | sxe.c | 41 PHP_METHOD(ce_SimpleXMLIterator, rewind) in PHP_METHOD() argument 50 ce_SimpleXMLElement->iterator_funcs.funcs->rewind((zend_object_iterator*)&iter TSRMLS_CC); in PHP_METHOD() 177 …PHP_ME(ce_SimpleXMLIterator, rewind, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
|
/PHP-5.5/Zend/tests/generators/finally/ |
H A D | run_on_dtor.phpt | 15 $gen->rewind();
|
/PHP-5.5/Zend/tests/generators/ |
H A D | func_get_args.phpt | 12 $gen->rewind();
|
/PHP-5.5/ext/pdo_oci/tests/ |
H A D | bug46274.phpt | 32 rewind($blob); 42 rewind($blob);
|
/PHP-5.5/ext/spl/examples/ |
H A D | recursivecomparedualiterator.inc | 37 function rewind() 40 parent::rewind();
|
H A D | dualiterator.inc | 76 /** rewind both inner iterators 78 function rewind() 80 $this->lhs->rewind(); 81 $this->rhs->rewind();
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | fseek_ftell_rewind_variation5.phpt | 2 Test fseek(), ftell() & rewind() functions : usage variations - all r & a modes, SEEK_CUR 8 Prototype: bool rewind ( resource $handle ); 18 /* Testing fseek(),ftell(),rewind() functions 22 echo "*** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***\n"; 32 /* open the file using $files_modes and perform fseek(),ftell() and rewind() on it */ 45 rewind($file_handle); 63 *** Testing fseek(), ftell(), rewind() : whence = SEEK_CUR & all r and a modes ***
|
/PHP-5.5/ext/pdo_pgsql/tests/ |
H A D | bug46274.phpt | 29 rewind($blob); 41 rewind($blob);
|
/PHP-5.5/ext/oci8/tests/ |
H A D | lob_004.phpt | 2 oci_lob_seek()/rewind()/append() 29 var_dump($blob->rewind());
|
/PHP-5.5/ext/standard/tests/streams/ |
H A D | bug63240.phpt | 9 rewind($fd);
|
Completed in 99 milliseconds
12345678910>>...16