Home
last modified time | relevance | path

Searched refs:current (Results 301 – 325 of 606) sorted by relevance

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

/php-src/ext/spl/tests/
H A Diterator_003.phpt40 echo "ACCEPT ".$this->current()->getId()." == ".$this->id."\n";
41 return $this->current()->getId() == $this->id;
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 DSplDoublyLinkedList_lifoMode.phpt17 while ($tmp = $list->current()) {
H A Dbug62073.phpt16 var_dump($heap->current());
H A Diterator_012.phpt10 echo $it->key() . '=>' . $it->current() . "\n";
H A Diterator_058.phpt9 function current(): mixed {}
H A Drecursiveiteratoriterator_getsubiterator_variation_002.phpt2 SPL: RecursiveIteratorIterator::getSubIterator() returns NULL if there's no current element
H A Dheap_007.phpt18 $v = $h->current();
H A Dpqueue_003.phpt17 $v = $h->current();
H A Diterator_053.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/php-src/Zend/tests/
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
H A Dbug71154.phpt15 var_dump($it->current());
H A Dclass_name_as_scalar_error_002.phpt14 Fatal error: Cannot use "parent" when current class scope has no parent in %s on line %d
H A Dbug78752.phpt15 var_dump($gen->current());
H A Dgh15330-002.phpt18 var_dump($iterable->current());
/php-src/ext/date/lib/
H A Dparse_iso_intervals.re221 timelib_time *current;
224 current = s->end;
227 current = s->begin;
232 current->y = timelib_get_nr(&ptr, 4);
233 current->m = timelib_get_nr(&ptr, 2);
234 current->d = timelib_get_nr(&ptr, 2);
235 current->h = timelib_get_nr(&ptr, 2);
236 current->i = timelib_get_nr(&ptr, 2);
237 current->s = timelib_get_nr(&ptr, 2);
/php-src/ext/spl/
H A Dspl_heap_arginfo.h95 ZEND_METHOD(SplPriorityQueue, current);
106 ZEND_METHOD(SplHeap, current);
120 ZEND_ME(SplPriorityQueue, current, arginfo_class_SplPriorityQueue_current, ZEND_ACC_PUBLIC)
138 ZEND_ME(SplHeap, current, arginfo_class_SplHeap_current, ZEND_ACC_PUBLIC)
/php-src/ext/standard/tests/array/
H A Dbug21998.phpt2 Bug #21998 (array_pop() does not reset the current array position)
/php-src/ext/zlib/tests/
H A Ddeflate_add_block_v123.phpt20 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…
/php-src/Zend/tests/generators/
H A Dbug70965.phpt20 var_dump($g->current());
H A Dyield_unary_precedence.phpt13 var_dump($gen->current());
/php-src/main/streams/
H A Dfilter.c403 php_stream_filter *current; in _php_stream_filter_flush() local
416 for(current = filter; current; current = current->next) { in _php_stream_filter_flush()
419 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
/php-src/ext/soap/tests/
H A Dserver031.phpt17 public function current(): mixed { return current($this->a); }
20 public function valid(): bool { return (current($this->a) !== false); }
/php-src/ext/posix/tests/
H A Dposix_times.phpt4 Gets information about the current CPU usage.
/php-src/ext/simplexml/tests/
H A Dgh12208.phpt14 var_dump((string) $a->current());

Completed in 26 milliseconds

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