Home
last modified time | relevance | path

Searched refs:seek (Results 26 – 50 of 82) sorted by path

1234

/PHP-7.4/ext/sockets/tests/
H A Dsocket_strerror.phpt53 string(12) "Illegal seek"
/PHP-7.4/ext/spl/
H A Dspl_array.c1345 SPL_METHOD(Array, seek) in SPL_METHOD() argument
2035 SPL_ME(Array, seek, arginfo_array_seek, ZEND_ACC_PUBLIC)
H A Dspl_directory.c837 SPL_METHOD(DirectoryIterator, seek) in SPL_METHOD() argument
1970 SPL_ME(DirectoryIterator, seek, arginfo_dir_it_seek, ZEND_ACC_PUBLIC)
3000 SPL_METHOD(SplFileObject, seek) in SPL_METHOD() argument
3123 SPL_ME(SplFileObject, seek, arginfo_file_object_seek, ZEND_ACC_PUBLIC)
H A Dspl_iterators.c2544 SPL_METHOD(LimitIterator, seek) in SPL_METHOD() argument
2572 SPL_ABSTRACT_ME(SeekableIterator, seek, arginfo_seekable_it_seek)
2593 SPL_ME(LimitIterator, seek, arginfo_limit_it_seek, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_current_variation001.phpt14 $s->seek(2);
H A DSplFileObject_key_basic.phpt15 $s->seek(3);
H A DSplFileObject_key_error001.phpt15 $s->seek(12);
H A DSplFileObject_key_error002.phpt15 $s->seek(120);
H A DSplFileObject_next_variation001.phpt15 $s->seek(13);
H A DSplFileObject_next_variation002.phpt14 $s->seek(2);
21 $s->seek(2);
H A DSplFileObject_rewind_basic.phpt15 $s->seek(3);
H A DSplFileObject_rewind_variation001.phpt15 $s->seek(15);
H A DSplFileObject_seek_basic.phpt2 SPL: SplFileObject::seek basic
15 $s->seek(2);
H A DSplFileObject_seek_error002.phpt2 SPL: SplFileObject::seek error 001
15 $s->seek(20);
H A DSplFileObject_seek_error_001.phpt2 SplFileObject::seek function - test parameters
6 $obj->seek(1,2);
7 $obj->seek();
9 $obj->seek(-1);
15 Warning: SplFileObject::seek() expects exactly 1 parameter, 2 given in %s
17 Warning: SplFileObject::seek() expects exactly 1 parameter, 0 given in %s
18 Can't seek file %s to negative line %s
H A Darray_014.phpt2 SPL: ArrayIterator::seek()
8 $it->seek(5);
10 $it->seek(4);
14 $it->seek(-1);
24 $it->seek(12);
35 $it->seek($pos++);
H A Darray_021.phpt2 SPL: ArrayObject::seek() and exceptions
8 public function seek($key)
19 $test->seek('bar');
29 foo::seek(bar)
H A Dbug45614.phpt37 echo "\n--> Rewind, seek and show the first two items:\n";
39 $ai->seek(0);
55 --> Rewind, seek and show the first two items:
H A Dbug46053.phpt2 Bug #46053 (SplFileObject::seek - Endless loop)
8 $x->seek(10);
9 $x->seek(0);
H A Dbug49723.phpt2 LimitIterator: do not seek if not needed
H A Dbug55701.phpt221 echo "->seek()... ";
224 $o->seek(0);
326 ->seek()... ran normally (expected)
H A Dbug67359.phpt9 $it->seek(1);
H A Dbug68557.phpt11 $d->seek(0);
14 $d->seek(1);
17 $d->seek(2);
20 $d->seek(0);
23 $d->seek(1);
26 $d->seek(2);
29 $d->seek(0);
H A Dbug70561.phpt2 Bug #70561 (DirectoryIterator::seek should throw OutOfBoundsException)
15 $di->seek($cnt+1);
H A Ddit_006.phpt2 SPL: DirectoryIterator and seek
6 $di->seek(2);
14 echo "With seek(2) we get $n\n";
15 $di->seek(0);
22 echo "With seek(0) we get $m\n";
31 echo "Without seek we get $o\n";
35 $di->seek($o+1);
45 With seek(2) we get %d
46 With seek(0) we get %d
47 Without seek we get %d

Completed in 94 milliseconds

1234