Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 571) sorted by relevance

12345678910>>...23

/PHP-7.4/tests/lang/
H A DforeachLoop.001.phpt32 var_dump(current($a));
35 var_dump(current($a));
/PHP-7.4/ext/spl/tests/
H A Dbug74519.phpt13 echo $iterator->current(), "\n";
H A Darray_005.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
H A Diterator_041a.phpt39 function current()
42 return parent::current();
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A DSplFileObject_seek_error002.phpt16 echo $s->current();
H A DSplFileObject_seek_basic.phpt16 echo $s->current();
H A DSplFileObject_rewind_basic.phpt18 echo $s->current();
H A Drecursivecomparedualiterator.inc53 * current and key values or both are non valid.
60 /** @return whether both inner iterators are valid and have equal current
H A Diterator_058.phpt9 function current() {}
H A DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_non_iterable.phpt11 gen()->current();
H A Dyield_from_multi_tree_exception.phpt35 var_dump($gen->current());
76 #1 %s(%d): Generator->current()
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/PHP-7.4/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-7.4/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt8 // Get the current default response code
/PHP-7.4/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-7.4/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());
H A Dyield_non_ref_function_call_by_ref_error.phpt15 var_dump($gen->current());
/PHP-7.4/Zend/tests/
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access parent:: when current class scope has no parent
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
/PHP-7.4/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
H A Dextract_variation11.phpt2 …n - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.

Completed in 20 milliseconds

12345678910>>...23