Searched refs:current (Results 176 – 200 of 543) sorted by relevance
12345678910>>...22
60 int current; member237 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 …]
69 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()" it92 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
38 /** @return whether the current element has children45 /** @return an iterator for the current elements children
13 * @brief Interface to access the current inner iteraor of iterator wrappers
40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";41 return $this->current()->getId() == $this->id;
39 function current()42 return parent::current();
2 SPL: SplHeap current, check looping through an empty heap gives you no values
12 var_dump($a->current(), $a->next());
16 echo $s->current();
18 echo $s->current();
9 function current() {}
16 var_dump($heap->current());
7 var_dump(current($bar));
2 022: Name search priority (first look into import, then into current namespace and then for class)
10 echo current($a);
2 Bug #24445 (get_parent_class() returns the current class when passed an object)
2 Bug #35143 (gettimeofday() ignores current time zone)
26 var_dump( current($mixed_array[1]) );38 var_dump( current($mixed_array[1]) );
2 … - ensure EXTR_REFS works when array is referenced and keys clash with variables in current scope.
62 * Fetches the current data if $key is valid73 function current() {
48 /** @return whether the current file matches the given filename52 return !strcmp($this->current(), $this->file);
53 * current and key values or both are non valid.60 /** @return whether both inner iterators are valid and have equal current
2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
17 public function current() { return current($this->a); }20 public function valid() { return (current($this->a) !== false); }
Completed in 77 milliseconds