Home
last modified time | relevance | path

Searched refs:current (Results 401 – 425 of 661) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-7.2/ext/session/tests/
H A Drfc1867_sid_invalid.phpt55 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
61 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of s…
H A Dsession_encode_variation6.phpt12 * Description : Encodes the current session data as a string
H A Dsession_regenerate_id_basic.phpt12 * Description : Update the current session id with a newly generated one
H A Dsession_regenerate_id_variation1.phpt12 * Description : Update the current session id with a newly generated one
H A Dsession_save_path_variation1.phpt17 * Description : Get and/or set the current session save path
H A Dsession_name_variation1.phpt16 * Description : Get and/or set the current session name
H A Dsession_save_path_variation3.phpt15 * Description : Get and/or set the current session save path
/PHP-7.2/ext/spl/internal/
H A Dspldoublylinkedlist.inc135 /** @return the current iteration mode
161 /** @return current key
168 /** @return current object
170 public function current()
H A Demptyiterator.inc39 function current()
/PHP-7.2/
H A D.gdbinit151 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
592 dump operands of the current opline
627 set $current = gc_globals->roots->next
629 while $current != &gc_globals->roots
630 if $current->ref == $arg0
631 set $found = $current
634 set $current = $current->next
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists_variation7.phpt23 echo key($input) . " => " . current ($input) . "\n";
/PHP-7.2/ext/spl/tests/
H A Darray_015.phpt21 var_dump($it->current());
/PHP-7.2/ext/date/tests/
H A Ddate_add_basic.phpt11 * Description: Adds an interval to the current date in object.
H A Ddate_sub_basic.phpt11 * Description: Subtracts an interval from the current date in object.
H A Dbug52113.phpt132 ["current"]=>
220 ["current"]=>
/PHP-7.2/tests/output/
H A Dob_clean_basic_001.phpt6 * Description: Clean (delete) the current output buffer
H A Dob_end_flush_basic_001.phpt6 * Description: Flush (send) the output buffer, and delete current output buffer
/PHP-7.2/ext/standard/
H A Dstring.c981 for (current = 0; current < (zend_long)ZSTR_LEN(text); current++) { in PHP_FUNCTION()
987 laststart = current + 1; in PHP_FUNCTION()
989 lastspace = current; in PHP_FUNCTION()
1013 for (current = 0; current < (zend_long)ZSTR_LEN(text); current++) { in PHP_FUNCTION()
1026 current += breakchar_len - 1; in PHP_FUNCTION()
1038 laststart = current + 1; in PHP_FUNCTION()
1041 lastspace = current; in PHP_FUNCTION()
1049 newtextlen += current - laststart; in PHP_FUNCTION()
1052 laststart = lastspace = current; in PHP_FUNCTION()
1070 if (laststart != current) { in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/zip/tests/
H A Dbug7658.phpt13 "Configurations2/accelerator/current.xml",
/PHP-7.2/ext/mbstring/tests/
H A Dmb_regex_encoding_error1.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-7.2/ext/spl/examples/
H A Dsearchiterator.inc34 /** @return whether the current element is valid
/PHP-7.2/Zend/tests/generators/
H A Dyield_from_multi_tree.phpt14 yield $gen->current();
33 var_dump($gen->current());
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt18 * Description: Sets locale information.Returns the new current locale , or FALSE
31 //returns current locale,before executing setlocale() .
H A Dsetlocale_variation5.phpt18 * Description: Sets locale information.Returns the new current locale , or FALSE
32 //returns current locale,before executing setlocale() .
/PHP-7.2/ext/phar/tests/files/
H A Dphar_oo_test.inc5 $tname = basename(current(get_included_files()), ".php");

Completed in 39 milliseconds

1...<<11121314151617181920>>...27