Home
last modified time | relevance | path

Searched refs:current (Results 451 – 475 of 661) sorted by relevance

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

/PHP-7.2/ext/session/tests/
H A Dbug71162.phpt7 Current session module is designed to write empty session always. In addition, current session modu…
H A Dsession_cache_expire_error.phpt12 * Description : Return current cache expire
H A Dsession_save_path_variation4.phpt17 * Description : Get and/or set the current session save path
H A Dsession_regenerate_id_cookie.phpt18 * Description : Update the current session id with a newly generated one
/PHP-7.2/ext/spl/examples/
H A Dkeyfilter.inc41 /** \return whether the current key mathes the regular expression
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2361 while (current != NULL) in free_read_only_data()
2365 current = next; in free_read_only_data()
2446 switch (current[1]) in do_search_mark()
2460 SLJIT_ASSERT(current[0] == 0 || current < (sljit_sw*)current[0]); in do_search_mark()
2461 current = (sljit_sw*)current[0]; in do_search_mark()
10339 if (*current->cc == OP_CBRAPOS || *current->cc == OP_SCBRAPOS) in compile_bracketpos_backtrackingpath()
10374 current->top = NULL; in compile_braminzero_backtrackingpath()
10380 compile_bracket_matchingpath(common, current->cc, current); in compile_braminzero_backtrackingpath()
10391 SLJIT_ASSERT(!current->nextbacktracks && !current->topbacktracks); in compile_braminzero_backtrackingpath()
10492 while (current) in compile_backtrackingpath()
[all …]
/PHP-7.2/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-7.2/sapi/phpdbg/
H A Dphpdbg_cmd.c475 current = 0L; in phpdbg_stack_verify() local
507 current); \ in phpdbg_stack_verify()
515 current); \ in phpdbg_stack_verify()
524 current++; in phpdbg_stack_verify()
528 current--; in phpdbg_stack_verify()
/PHP-7.2/ext/spl/tests/
H A DRecursiveCallbackFilterIteratorTest.phpt25 , $value == $inner->current()
H A Dspl_004.phpt17 var_dump($arg->current());
/PHP-7.2/ext/simplexml/tests/
H A Dsxe_003.phpt51 var_dump(trim($sxe->current()));
/PHP-7.2/ext/standard/tests/file/
H A Dfile_put_contents_variation6.phpt41 // in the include path. In this case it doesn't so the file should be written in the current dir.
H A Dfopen_include_path.inc3 $f = basename(current(get_included_files()), ".php");
H A Dfscanf_variation53.phpt54 // current location
60 // current location
H A Dlstat_stat_variation21.phpt30 /* ftruncate the current file and check stat() on the file */
/PHP-7.2/ext/standard/tests/general_functions/
H A Duniqid_basic.phpt6 * Description: Gets a prefixed unique identifier based on the current time in microseconds.
H A Duniqid_error.phpt6 * Description: Gets a prefixed unique identifier based on the current time in microseconds.
/PHP-7.2/ext/mbstring/tests/
H A Dmb_internal_encoding_variation1.phpt11 * Description: Sets the current internal encoding or Returns
12 * the current internal encoding as a string
/PHP-7.2/tests/security/
H A Dopen_basedir.inc6 // relative to the current working directory like this: mkdir("blah") might
12 // For this reason we set the open_basedir to . (current directory) and then
/PHP-7.2/ext/phar/tests/
H A Dphar_oo_008.phpt35 function current()
/PHP-7.2/ext/intl/tests/
H A Dcollator_create.phpt30 // Create Collator with the current locale.
H A Dcollator_create4.phpt30 // Create Collator with the current locale.
/PHP-7.2/ext/date/tests/
H A DDateTime_setTime_error.phpt6 * Description: Resets the current time of the DateTime object to a different time.
/PHP-7.2/ext/spl/
H A Dspl_directory.h58 zval current; member
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt16 * Description: Sets locale information.Returns the new current locale ,
91 // set the found locale as current locale

Completed in 68 milliseconds

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