Home
last modified time | relevance | path

Searched refs:current (Results 176 – 200 of 543) sorted by relevance

12345678910>>...22

/PHP-5.4/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()
938 ZVAL_LONG(zindex, iterator->object->current); in spl_fixedarray_it_get_current_data()
975 iterator->object->current++; in spl_fixedarray_it_move_forward()
990 RETURN_LONG(intern->current); in SPL_METHOD()
1004 intern->current++; in SPL_METHOD()
1018 RETURN_BOOL(intern->current >= 0 && intern->array && intern->current < intern->array->size); in SPL_METHOD()
1032 intern->current = 0; in SPL_METHOD()
1038 SPL_METHOD(SplFixedArray, current) in SPL_METHOD() argument
[all …]
/PHP-5.4/
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.4/ext/spl/internal/
H A Drecursiveregexiterator.inc38 /** @return whether the current element has children
45 /** @return an iterator for the current elements children
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-5.4/ext/spl/tests/
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 Diterator_058.phpt9 function current() {}
H A Dbug62073.phpt16 var_dump($heap->current());
/PHP-5.4/Zend/tests/
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/PHP-5.4/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.4/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-5.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 … - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
/PHP-5.4/ext/spl/examples/
H A Ddbareader.inc62 * Fetches the current data if $key is valid
73 function current() {
H A Dfindfile.inc48 /** @return whether the current file matches the given filename
52 return !strcmp($this->current(), $this->file);
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-5.4/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-5.4/ext/soap/tests/
H A Dserver031.phpt17 public function current() { return current($this->a); }
20 public function valid() { return (current($this->a) !== false); }

Completed in 37 milliseconds

12345678910>>...22