Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.3/ext/standard/tests/array/
H A Darray_slice_variation10.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
H A Darray_values_variation5.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
H A Dnatcasesort_variation10.phpt19 echo key($array_arg) . " => " . current ($array_arg) . "\n";
26 echo key($array_arg) . " => " . current ($array_arg) . "\n";
H A Deach_variation6.phpt20 echo key($arr) . " => " . current($arr) . "\n";
26 echo key($arr) . " => " . current($arr) . "\n";
H A Darray_change_key_case_variation5.phpt22 echo key($result) . " => " . current($result) . "\n";
24 echo key($input) . " => " . current ($input) . "\n";
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt13 /* Connect to mysql to determine the current charset so we can diffinate it */
17 /* Make sure that we don't attempt to set the current character set to make this case useful */
/PHP-7.3/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php
/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
H A Ddllist_011.phpt8 var_dump($dll->current());
H A Dbug76367.phpt13 var_dump($iter->current());
/PHP-7.3/Zend/tests/
H A Dbug71724.phpt15 var_dump(test()->current());
H A Dbug67874.phpt7 $data = array_map('current', $data);
H A Dforeach_017.phpt29 /* remove current */
67 /* replace current */
H A Dbug23104.phpt7 var_dump(current($bar));
/PHP-7.3/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());
/PHP-7.3/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.3/ext/mbstring/tests/
H A Dmb_internal_encoding_basic2.phpt16 * Description: Sets the current internal encoding or Returns
17 * the current internal encoding as a string
/PHP-7.3/ext/standard/tests/file/
H A Dis_file_basic.phpt12 /* Checking with current file */
15 /* Checking with (current) dir */
/PHP-7.3/ext/spl/internal/
H A Dmultipleiterator.inc48 /** @return current flags MIT_* */
152 * all registered Iterator instances current() result.
157 public function current()
175 $retval[$key] = $iter->current();
179 $retval[] = $iter->current();
184 throw new RuntimeException('Called current() with non valid sub iterator');
/PHP-7.3/ext/standard/tests/strings/
H A Dstripos_variation15.phpt95 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
99 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
123 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
127 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
151 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
157 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval current; member

Completed in 30 milliseconds

12345678910>>...28