Home
last modified time | relevance | path

Searched refs:current (Results 351 – 375 of 661) sorted by relevance

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

/PHP-7.2/ext/spl/tests/
H A Diterator_032.phpt24 var_dump($it->current());
/PHP-7.2/ext/date/tests/
H A Ddate_date_set_basic1.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A DDateTime_setDate_basic1.phpt6 * Description: Resets the current date of the DateTime object to a different date.
H A Ddate_default_timezone_get-1-win32.phpt14 …/* The behaviour on windows is to select an arbitrary timezone name from the current system settin…
/PHP-7.2/ext/dom/tests/
H A Ddomelement.phpt70 $current = $myelements->item($x);
71 $current->setAttributeNS('urn::dummyns', 'newns:idatt', 'n'.($x+2))."\n";
72 $current->setIdAttributeNS('urn::dummyns', 'idatt', TRUE);
/PHP-7.2/ext/simplexml/
H A Dsxe.c71 PHP_METHOD(ce_SimpleXMLIterator, current) in PHP_METHOD() argument
187 …PHP_ME(ce_SimpleXMLIterator, current, arginfo_simplexmliterator__void, ZEND_ACC_PUB…
/PHP-7.2/ext/standard/tests/dir/
H A Dchdir_error2-win32-mb.phpt12 * Description: Change the current directory
H A Dgetcwd_basic-win32-mb.phpt12 * Description: Gets the current directory
/PHP-7.2/ext/intl/tests/
H A Dbreakiter_setText_basic.phpt26 var_dump($bi->current());
/PHP-7.2/ext/session/tests/
H A Dsession_cache_expire_variation3.phpt12 * Description : Return current cache expire
H A Dsession_cache_limiter_variation1.phpt14 * Description : Get and/or set the current cache limiter
H A Dsession_cache_limiter_variation2.phpt12 * Description : Get and/or set the current cache limiter
/PHP-7.2/ext/posix/tests/
H A Dposix_getgid_error.phpt10 * Description: Get the current group id (POSIX.1, 4.2.1)
H A Dposix_getpgrp_error.phpt10 * Description: Get current process group id (POSIX.1, 4.3.1)
H A Dposix_getpid_error.phpt10 * Description: Get the current process id (POSIX.1, 4.1.1)
H A Dposix_getuid_error.phpt10 * Description: Get the current user id (POSIX.1, 4.2.1)
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c814 timelib_time *current; in scan() local
817 current = s->end; in scan()
820 current = s->begin; in scan()
825 current->y = timelib_get_nr((char **) &ptr, 4); in scan()
826 current->m = timelib_get_nr((char **) &ptr, 2); in scan()
827 current->d = timelib_get_nr((char **) &ptr, 2); in scan()
828 current->h = timelib_get_nr((char **) &ptr, 2); in scan()
829 current->i = timelib_get_nr((char **) &ptr, 2); in scan()
830 current->s = timelib_get_nr((char **) &ptr, 2); in scan()
/PHP-7.2/ext/opcache/tests/
H A Dblacklist-win32.phpt30 [4] => __DIR__\current.php
H A Dblacklist.phpt30 [4] => __DIR__/current.php
/PHP-7.2/ext/reflection/tests/
H A DReflectionClass_isIterateable_basic.phpt11 public function current() {}
/PHP-7.2/ext/mbstring/tests/
H A Dmb_regex_encoding_error2.phpt11 * Description: Returns the current encoding for regex as a string.
/PHP-7.2/ext/standard/tests/file/
H A Dfileinode_basic.phpt17 /* Getting inode of current file */
/PHP-7.2/ext/dba/tests/
H A Dbug38698.phpt12 return 0x00FF === current(unpack('v', pack('S',0x00FF)));
/PHP-7.2/ext/phar/
H A Dphar_path_check.re29 *error = "current directory reference";
71 *error = "current directory reference";
/PHP-7.2/ext/hash/
H A Dhash_sha3.c112 uint64_t current = readLane(x, y); in permute() local
120 writeLane(x, y, rol64(current, r)); in permute()
121 current = temp; in permute()

Completed in 33 milliseconds

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