Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.1/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()
H A Dzipwin32.h57 zip_uint64_t current; /* current offset */ member
/PHP-7.1/
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-7.1/Zend/tests/generators/
H A Dgenerator_closure_with_this.phpt15 var_dump($genFactory()->current());
H A Dno_foreach_var_leaks.phpt13 var_dump($gen->current());
/PHP-7.1/tests/classes/
H A Dbug24445.phpt2 Bug #24445 (get_parent_class() returns the current class when passed an object)
/PHP-7.1/ext/date/tests/
H A Dbug35143.phpt2 Bug #35143 (gettimeofday() ignores current time zone)
/PHP-7.1/Zend/tests/
H A Dbug70397.phpt11 var_dump($f->call(new class {})->current());
H A Dinvalid_parent_const_ref_leak.phpt18 Cannot access parent:: when current class scope has no parent
/PHP-7.1/ext/spl/tests/
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();
H A Diterator_058.phpt9 function current() {}
H A Diterator_052.phpt28 @preg_match_all($this->re, (string)($this->uk ? $this->key() : $this->current()), $sub);
30 var_dump($sub == $this->current());
/PHP-7.1/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.1/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.1/Zend/tests/try/
H A Dbug71604.phpt20 gen()->current();
/PHP-7.1/ext/standard/tests/file/
H A Dbug55124.phpt2 Bug #55124 (recursive mkdir fails with current (dot) directory in path)
/PHP-7.1/Zend/tests/generators/errors/
H A Dyield_const_by_ref_error.phpt11 var_dump($gen->current());
/PHP-7.1/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers

Completed in 50 milliseconds

12345678910>>...26