Home
last modified time | relevance | path

Searched refs:current (Results 276 – 300 of 606) sorted by relevance

1...<<11121314151617181920>>...25

/php-src/ext/reflection/tests/
H A Dbug80821.phpt2 Bug #80821: ReflectionProperty::getDefaultValue() returns current value for statics
H A Dbug80564.phpt2 Bug #80564: ReflectionProperty::__toString() renders current value, not default value
/php-src/ext/spl/tests/
H A Ddllist_007.phpt12 var_dump($a->current(), $a->next());
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
H A Dbug80111.phpt33 var_dump($s->current());
36 var_dump($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
/php-src/Zend/tests/generators/
H A Dyield_from_non_iterable.phpt11 gen()->current();
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dyield_from_chain_dtor_order.phpt18 var_dump($bar->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/php-src/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.
/php-src/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/php-src/ext/spl/tests/SplFileObject/
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 DSplFileObject_getCurrentLine_invalid_override.phpt15 var_dump($obj->current());
/php-src/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/php-src/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-src/Zend/tests/
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access "parent" when current class scope has no parent
H A Dgh9916-012.phpt10 $gen->current();
H A Dbug81070.phpt2 Bug #81070 Setting memory limit to below current usage
/php-src/ext/pcre/tests/
H A Dbug76850.phpt7 die("skip need the current locale to be other than C");
/php-src/Zend/tests/property_hooks/
H A Dparent_get_in_class_with_no_parent.phpt21 Cannot use "parent" when current class scope has no parent

Completed in 27 milliseconds

1...<<11121314151617181920>>...25