Home
last modified time | relevance | path

Searched refs:current (Results 226 – 250 of 661) sorted by relevance

12345678910>>...27

/PHP-7.2/Zend/tests/generators/
H A Dbug65035.phpt16 $gen->current();
H A Dbug72523.phpt12 var_dump($gen->current());
H A Dyield_array_key.phpt12 var_dump($gen->current());
H A Dyield_from_multi_tree_exception.phpt35 var_dump($gen->current());
76 #1 %s(%d): Generator->current()
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
/PHP-7.2/tests/lang/
H A Dinclude_variation3.phpt2 Including a file in the current script directory from eval'd code
H A Dinclude_variation2.phpt2 Including a file in the current script directory from an included function
H A DforeachLoop.001.phpt32 var_dump(current($a));
35 var_dump(current($a));
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval current; member
/PHP-7.2/ext/spl/tests/
H A Dbug76367.phpt13 var_dump($iter->current());
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 Dbug74519.phpt13 echo $iterator->current(), "\n";
H A Dheap_it_current_empty.phpt2 SPL: SplHeap current, check looping through an empty heap gives you no values
/PHP-7.2/Zend/tests/
H A Dbug23104.phpt7 var_dump(current($bar));
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
/PHP-7.2/ext/spl/internal/
H A Drecursiveregexiterator.inc38 /** @return whether the current element has children
45 /** @return an iterator for the current elements children
/PHP-7.2/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-7.2/ext/zip/lib/
H A Dzip_source_win32handle.c207 ctx->current = ctx->start; in _win32_read_file()
212 n = ctx->end - ctx->current; in _win32_read_file()
225 if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { in _win32_read_file()
234 ctx->current += i; in _win32_read_file()
291 new_current = (zip_int64_t)ctx->current + args->offset; in _win32_read_file()
304 ctx->current = (zip_uint64_t)new_current; in _win32_read_file()
307 if (_zip_seek_win32_u(ctx->h, ctx->current, SEEK_SET, &ctx->error) < 0) { in _win32_read_file()
374 return (zip_int64_t)ctx->current; in _win32_read_file()
/PHP-7.2/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-7.2/ext/standard/tests/array/
H A Darray_pop_variation.phpt26 var_dump( current($mixed_array[1]) );
38 var_dump( current($mixed_array[1]) );
/PHP-7.2/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

Completed in 22 milliseconds

12345678910>>...27