Home
last modified time | relevance | path

Searched refs:current (Results 376 – 400 of 571) sorted by relevance

1...<<11121314151617181920>>...23

/PHP-7.4/ext/session/tests/
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_module_name_variation4.phpt16 * Description : Get and/or set the current session module
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_save_path_variation3.phpt15 * Description : Get and/or set the current session save path
H A Dsession_cache_limiter_basic.phpt12 * Description : Get and/or set the current cache limiter
H A Dsession_save_path_variation2.phpt15 * Description : Get and/or set the current session save path
H A Dsession_save_path_variation5.phpt18 * Description : Get and/or set the current session save path
H A Dsession_module_name_variation3.phpt16 * Description : Get and/or set the current session module
/PHP-7.4/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.4/ext/standard/tests/array/
H A Darray_key_exists_variation7.phpt23 echo key($input) . " => " . current ($input) . "\n";
/PHP-7.4/ext/opcache/tests/
H A Dblacklist.phpt38 [4] => __DIR__/current.php
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt37 if (is_array($current) && is_array($expected)) {
38 if ($current[$field] !== $expected[$field]) {
42 $current[$field], gettype($current[$field]));
44 } else if (is_array($current)) {
45 if ($current[$field] !== $expected) {
49 $current[$field], gettype($current[$field]));
52 if ($current !== $expected) {
56 $current, gettype($current));
70 $current[$field], gettype($current[$field]));
73 if ($current <= $expected) {
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dchdir_basic.phpt6 * Description: Change the current directory
/PHP-7.4/ext/zip/tests/
H A Dbug7658.phpt12 "Configurations2/accelerator/current.xml",
/PHP-7.4/
H A D.gdbinit149 dumps the current execution stack. usage: dump_bt executor_globals.current_execute_data
602 dump operands of the current opline
637 set $current = gc_globals->roots->next
639 while $current != &gc_globals->roots
640 if $current->ref == $arg0
641 set $found = $current
644 set $current = $current->next
/PHP-7.4/ext/phar/tests/files/
H A Dphar_oo_test.inc5 $tname = basename(current(get_included_files()), ".php");
/PHP-7.4/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.4/ext/date/tests/
H A Dbug52113.phpt132 ["current"]=>
220 ["current"]=>
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt4 Gets the absolute path to the current terminal device that is open on a given file descriptor.
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h70 virtual int32_t current(void) const;
/PHP-7.4/ext/standard/tests/file/
H A Dfile_put_contents_variation4.phpt38 // in the include path. In this case it doesn't so the file should be written in the current dir.

Completed in 57 milliseconds

1...<<11121314151617181920>>...23