Home
last modified time | relevance | path

Searched refs:current (Results 201 – 225 of 593) sorted by relevance

12345678910>>...24

/PHP-5.6/
H A DREADME.namespaces69 A special constant __NAMESPACE__ contains the name of the current namespace.
86 current import rules. So if we have "use A\B\C" and then "C\D\e()"
89 current import rules. So if we have "use A\B\C" and then "new C()" it
92 current namespace (and are known at the time the call is parsed) are
95 in current namespace are resolved at run-time. The call to function foo()
96 inside namespace (A\B) first tries to find and call function from current
102 first tries to use (and autoload) class from current namespace and in case
161 looks for such function in current namespace
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c60 int current; member
237 intern->current = 0; in spl_fixedarray_object_new_ex()
906 iterator->object->current = 0; in spl_fixedarray_it_rewind()
959 ZVAL_LONG(key, iterator->object->current); in spl_fixedarray_it_get_current_key()
973 iterator->object->current++; in spl_fixedarray_it_move_forward()
988 RETURN_LONG(intern->current); in SPL_METHOD()
1002 intern->current++; in SPL_METHOD()
1016 RETURN_BOOL(intern->current >= 0 && intern->array && intern->current < intern->array->size); in SPL_METHOD()
1030 intern->current = 0; in SPL_METHOD()
1036 SPL_METHOD(SplFixedArray, current) in SPL_METHOD() argument
[all …]
/PHP-5.6/tests/classes/
H A Darrayobject_001.phpt10 echo current($a);
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
H A Dgenerator_with_keys.phpt9 yield $key => current($array);
/PHP-5.6/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-5.6/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 … - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
/PHP-5.6/ext/spl/examples/
H A Ddbareader.inc62 * Fetches the current data if $key is valid
73 function 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 Dfindfile.inc48 /** @return whether the current file matches the given filename
52 return !strcmp($this->current(), $this->file);
/PHP-5.6/ext/spl/tests/
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 Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
H A Diterator_058.phpt9 function current() {}
H A Dregexiterator_setpregflags.phpt11 function current (){}
/PHP-5.6/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-5.6/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-5.6/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers

Completed in 30 milliseconds

12345678910>>...24