Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-7.4/ext/spl/tests/
H A Diterator_041b.phpt39 function current()
42 return parent::current();
105 State 4: current()
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 Darray_019.phpt12 function current()
14 return ArrayIterator::current();
H A Diterator_025.phpt40 echo $it->current() . "\n";
47 echo $it->current() . "\n";
H A DSplDoublyLinkedList_current.phpt8 var_dump($list->current());
/PHP-7.4/ext/date/tests/
H A Dstrtotime_basic.phpt12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
17 * Monday if the current day is a Monday"
22 * Monday if the current day is a Monday"
/PHP-7.4/ext/mbstring/tests/
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_variation2.phpt11 * Description: Sets the current substitute_character or returns the current substitute_character
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_first_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A Darray_key_last_variation.phpt12 var_dump( current($array) );
21 var_dump( current($array) );
H A Dreset_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
H A Dbug69674.phpt5 var_dump(current(array_keys(array())));
H A Dend_basic.phpt19 echo key($array) . " => " . current($array) . "\n";
25 echo key($array) . " => " . current($array) . "\n";
/PHP-7.4/ext/standard/tests/strings/
H A Dstrpos_number.phpt13 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
16 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
H A Dstristr2.phpt25 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
28 …ted as strings in the future. Use an explicit chr() call to preserve the current behavior in %s on…
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.4/ext/phar/phar/
H A Ddirectorytreeiterator.inc34 /** @return the current element prefixed with ASCII graphics
36 function current()
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt8 …* Description: Get current buffer contents, flush (send) the output buffer, and delete current out…
/PHP-7.4/Zend/tests/generators/
H A Dbug71013.phpt9 function current () { throw new Exception; }
29 var_dump($x->current());
/PHP-7.4/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.4/tests/lang/
H A Dinclude_variation1.phpt2 include() a file from the current script directory
/PHP-7.4/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.4/ext/spl/
H A Dspl_fixedarray.c56 int current; member
222 intern->current = 0; in spl_fixedarray_object_new_ex()
838 object->current = 0; in spl_fixedarray_it_rewind()
851 if (object->current >= 0 && object->current < object->array.size) { in spl_fixedarray_it_valid()
888 ZVAL_LONG(key, object->current); in spl_fixedarray_it_get_current_key()
901 object->current++; in spl_fixedarray_it_move_forward()
916 RETURN_LONG(intern->current); in SPL_METHOD()
930 intern->current++; in SPL_METHOD()
944 RETURN_BOOL(intern->current >= 0 && intern->current < intern->array.size); in SPL_METHOD()
958 intern->current = 0; in SPL_METHOD()
[all …]
/PHP-7.4/ext/opcache/tests/
H A Dopcache-2.blacklist4 ./current.php

Completed in 29 milliseconds

12345678910>>...23