Home
last modified time | relevance | path

Searched refs:current (Results 251 – 275 of 677) sorted by relevance

1...<<11121314151617181920>>...28

/PHP-7.3/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.3/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dyield_from_multi_tree_exception.phpt35 var_dump($gen->current());
76 #1 %s(%d): Generator->current()
H A Dyield_from_non_iterable.phpt11 gen()->current();
/PHP-7.3/Zend/tests/
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
/PHP-7.3/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-7.3/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.3/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 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
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();
/PHP-7.3/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.3/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-7.3/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.3/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-7.3/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt8 // Get the current default response code
/PHP-7.3/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-7.3/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());

Completed in 30 milliseconds

1...<<11121314151617181920>>...28