Home
last modified time | relevance | path

Searched refs:current (Results 176 – 200 of 661) sorted by relevance

12345678910>>...27

/PHP-7.2/ext/spl/tests/
H A Dspl_recursiveIteratorIterator_setMaxDepth_parameter_count.phpt13 //var_dump($test->current());
19 //var_dump($test->current());
H A Diterator_041.phpt39 function current()
42 return parent::current();
101 State 4: current()
H A Drecursive_tree_iterator_005.phpt37 echo "key, getEntry, current:\n";
39 var_dump($it->key(), $it->getEntry(), $it->current());
76 key, getEntry, current:
H A Darray_019.phpt12 function current()
14 return ArrayIterator::current();
H A Diterator_041b.phpt39 function current()
42 return parent::current();
105 State 4: current()
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp70 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_move_forward()
80 ZVAL_LONG(&zoi_iter->current, (zend_long)pos); in _breakiterator_rewind()
119 ZVAL_UNDEF(&zoi_iter->current); in _breakiterator_get_iterator()
153 cur = bio->biter->current(); in _breakiterator_parts_move_forward()
183 ZVAL_STR(&zoi_bit->zoi_cur.current, res); in _breakiterator_parts_move_forward()
191 if (!Z_ISUNDEF(zoi_bit->zoi_cur.current)) { in _breakiterator_parts_rewind()
228 ZVAL_UNDEF(&((zoi_with_current*)ii->iterator)->current); in IntlIterator_from_BreakIterator_parts()
/PHP-7.2/ext/spl/internal/
H A Dlimititerator.inc89 /** @return current key
95 /** @return current element
97 function current() {
98 return $this->it->current();
108 /** @return current position relative to zero (not to offset specified in
/PHP-7.2/tests/output/
H A Dsapi_windows_vt100_support.inc47 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
49 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
51 echo "- current value : "; var_dump(sapi_windows_vt100_support($stream));
/PHP-7.2/ext/mbstring/tests/
H A Dmb_internal_encoding_error2.phpt11 * Description: Sets the current internal encoding or
12 * Returns the current internal encoding as a string
H A Dmb_internal_encoding_basic.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
H A Dmb_substitute_character_basic.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
H A Dmb_substitute_character_error.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
/PHP-7.2/ext/standard/tests/general_functions/
H A Dob_get_flush_error.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-7.2/ext/spl/examples/
H A Drecursivedualiterator.inc41 * iterators current children.
54 * state and identical current and key values or both are non valid.
63 * state and equal current and key values or both are invalid.
H A Ddirectoryfilterdots.inc30 /** @return whether the current entry is neither '.' nor '..'
37 /** @return the current entries path name
H A Dregexfindfile.inc32 /** @return whether the current filename matches the regular expression.
36 return preg_match($this->getSearch(), $this->current());
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-7.2/ext/date/tests/
H A Dstrtotime_basic.phpt14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
19 * Monday if the current day is a Monday"
24 * Monday if the current day is a Monday"
/PHP-7.2/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-7.2/Zend/tests/generators/
H A Dbug71013.phpt9 function current () { throw new Exception; }
29 var_dump($x->current());
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_variation3.phpt16 * Description: Sets locale information.Returns the new current locale , or FALSE
21 /* If locale is "0", the locale setting is not affected, only the current setting is returned */
31 //returns current locale,before executing setlocale().
41 //returns current locale,after executing setlocale().
/PHP-7.2/ext/zip/lib/
H A Dzip_source_filep.c77 zip_uint64_t current; /* current offset */ member
292 ctx->current = ctx->start; in read_file()
297 n = ctx->end-ctx->current; in read_file()
315 ctx->current += i; in read_file()
367 new_current = (zip_int64_t)ctx->current + args->offset; in read_file()
380 ctx->current = (zip_uint64_t)new_current; in read_file()
383 if (_zip_fseek_u(ctx->f, ctx->current, SEEK_SET, &ctx->error) < 0) { in read_file()
446 return (zip_int64_t)ctx->current; in read_file()
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation4.phpt40 echo "-- reading directory contents with current handle --\n";
41 var_dump( $e->read() ); // with current handle
70 -- reading directory contents with current handle --
/PHP-7.2/ext/standard/tests/array/
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";

Completed in 32 milliseconds

12345678910>>...27