Home
last modified time | relevance | path

Searched refs:current (Results 351 – 375 of 606) sorted by relevance

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

/php-src/Zend/tests/
H A Dgh15330-001.phpt23 var_dump($iterable->current());
H A Dgh9916-001.phpt18 $gen->current();
H A Dgh15108-003.phpt25 var_dump($b->current());
H A Dgh9916-004.phpt18 $gen->current();
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt17 Now the loop starts, the current element is marked with a V. $i == 0:
24 …Because the list is live, the current element pointer still refers to the first index, which now c…
H A Dentity_reference_stale_02.phpt28 var_dump($iter->current()->publicId);
/php-src/ext/spl/tests/
H A Dobserver_006.phpt62 var_dump($storage->current());
72 var_dump($storage->current());
73 $storage->attach($storage->current(), "replaced");
H A Diterator_030.phpt25 var_dump($it->current());
H A Drecursiveiteratoriterator_getsubiterator_variation.phpt2 …siveIteratorIterator::getSubIterator() returns different iterators depending on the current element
H A Dbug74669.phpt22 public function current(): mixed
24 return $this->iterator->current();
/php-src/ext/spl/
H A Dspl_directory.stub.php139 public function current(): mixed {} // TODO narrow return type function in DirectoryIterator
187 public function current(): string|SplFileInfo|FilesystemIterator {} function in FilesystemIterator
298 public function current(): string|array|false {} function in SplFileObject
/php-src/ext/intl/tests/
H A Drbbiter_getRuleStatusVec_basic.phpt29 var_dump($rbbi->current(), $rbbi->getRuleStatusVec());
H A Dcollator_get_set_attribute.phpt14 * Return current normalication mode.
H A Drbbiter_getRuleStatus_basic.phpt27 echo "pos : {$rbbi->current()}\n",
/php-src/Zend/tests/generators/
H A Dbasic_yield_from_proxying.phpt23 var_dump($gen->key(), $gen->current());
/php-src/ext/date/tests/
H A DDatePeriod_by_ref_iterator.phpt6 …-13 12:29:30"), 'end' => new \DateTimeImmutable("2023-01-16 16:49:29"), 'current' => new \DateTime…
H A DDatePeriod_IteratorAggregate.phpt20 $date = $iter->current();
28 $date = $iter->current();
/php-src/ext/libxml/tests/
H A Dlibxml_get_external_entity_loader.phpt2 libxml_get_external_entity_loader() returns current handler
/php-src/ext/phar/phar/
H A Dphar.inc42 function current()
/php-src/ext/zlib/tests/
H A Dbug67724.phpt14 or die(current(error_get_last()));
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c850 int32_t pos, current, i, end_len = 0; in PHP_FUNCTION() local
895 for (end = pstr, i = 0, current = 0; pos != UBRK_DONE;) { in PHP_FUNCTION()
896 end_len = pos - current; in PHP_FUNCTION()
901 add_next_index_stringl(return_value, pstr, pos - current); in PHP_FUNCTION()
902 end = pstr + pos - current; in PHP_FUNCTION()
905 pstr += pos - current; in PHP_FUNCTION()
906 current = pos; in PHP_FUNCTION()
/php-src/build/
H A Dax_check_compile_flag.m411 # Check whether the given FLAG works with the current language's compiler
17 # If EXTRA-FLAGS is defined, it is added to the current language's default
/php-src/ext/simplexml/tests/
H A Dkey_error.phpt24 var_dump($sxe->key(), $sxe->current());
/php-src/ext/standard/tests/file/
H A Dfileinode_basic.phpt12 /* Getting inode of current file */
/php-src/ext/pdo_dblib/tests/
H A Dbug_67130.phpt2 PDO_DBLIB: \PDOStatement::nextRowset() should succeed when all rows in current rowset haven't been …

Completed in 25 milliseconds

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