Home
last modified time | relevance | path

Searched refs:current (Results 126 – 150 of 571) sorted by relevance

12345678910>>...23

/PHP-7.4/ext/spl/tests/
H A DSplFileObject_current_basic.phpt2 SPL: SplFileObject::current basic
14 echo $s->current();
H A Dbug67359.phpt14 $it->current();
20 $it->current();
H A DarrayObject_getIteratorClass_basic1.phpt24 function current() {
27 return parent::current();
80 In MyIterator::current()
85 In MyIterator::current()
90 In MyIterator::current()
H A DSplFileObject_next_basic.phpt14 echo $s->current();
17 echo $s->current();
H A DSplFileObject_next_variation001.phpt16 echo $s->current();
19 echo $s->current();
H A Ddllist_memleak.phpt13 echo $dll->current()."\n";
16 echo $dll->current()."\n";
H A Dbug75155.phpt16 foreach ($iterator2 as $current) {
17 echo $current;
H A Dbug61527.phpt11 var_dump($ai->current());
26 var_dump($ai2->current());
30 var_dump($ai2->current());
35 var_dump($ai2->current());
H A Darray_009a.phpt10 return is_array($this->current());
15 return new MyRecursiveArrayIterator($this->current());
H A Ddit_002.phpt19 echo get_class($obj->current()) . "\n";
33 $val = $obj->current();
40 echo get_class($obj->current()) . "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dstripos.phpt49 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
52 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
55 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
58 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
61 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
64 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
H A Dstrrpos_variation15.phpt95 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
99 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
103 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
109 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
115 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
121 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
131 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
135 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
159 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
163 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
[all …]
H A Dstripos_variation2.phpt123 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
126 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
130 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
133 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
137 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
140 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
144 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
147 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
238 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
241 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
/PHP-7.4/Zend/tests/generators/
H A Dget_return.phpt21 var_dump($gen->current());
34 var_dump($gen->current());
46 var_dump($gen->current());
56 var_dump($gen->current());
H A Dgenerator_throwing_exception.phpt14 var_dump($gen->current());
22 var_dump($gen->current());
H A Dgenerator_send.phpt12 var_dump($gen->current());
14 var_dump($gen->current());
H A Dmutli_yield_from_with_exception.phpt21 $g->current(); // init.
27 var_dump($g->current());
47 #1 %s(%d): Generator->current()
H A Dgc_with_root_parent_mismatch.phpt18 var_dump($gen1->current());
19 var_dump($gen2->current());
/PHP-7.4/ext/intl/tests/
H A Dbreakiter_last_basic.phpt14 var_dump($bi->current());
16 var_dump($bi->current());
H A Dbreakiter_first_basic.phpt14 var_dump($bi->current());
17 var_dump($bi->current());
/PHP-7.4/Zend/tests/return_types/
H A D006.phpt8 function current() : Comment {
9 return parent::current();
/PHP-7.4/Zend/tests/
H A Dbug32674.phpt20 public function current() {
21 $element = current($this->_elements);
39 return ($this->current() !== false);
H A Dbug46381.phpt8 return ArrayIterator::current();
17 Fatal error: Uncaught Error: Non-static method ArrayIterator::current() cannot be called statically…
/PHP-7.4/ext/standard/tests/array/
H A Darray_merge_variation10.phpt25 echo key($result) . " => " . current($result) . "\n";
29 echo key($arr1) . " => " . current ($arr1) . "\n";
31 echo key($arr2) . " => " . current ($arr2) . "\n";
33 echo key($arr3) . " => " . current ($arr3) . "\n";
H A Dcompact_variation2.phpt2 Test compact() function: ensure compact() doesn't pick up variables declared outside of current sco…
10 echo "*** Testing compact() : usage variations - variables outside of current scope ***\n";
27 *** Testing compact() : usage variations - variables outside of current scope ***

Completed in 24 milliseconds

12345678910>>...23