Home
last modified time | relevance | path

Searched refs:ms (Results 26 – 41 of 41) sorted by relevance

12

/PHP-7.4/ext/curl/tests/
H A Dserver.inc27 usleep(50000); // 50ms per try
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug69900.phpt53 echo "fgets() took more than $max_ms ms $moreThanLimit times\n";
/PHP-7.4/ext/standard/tests/misc/
H A Dtime_sleep_until_basic.phpt27 // In practice, on slower machines even that can fail, so giving yet 50ms or more.
H A Duser_agents.txt171 ….50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; ms-office)
H A Dget_browser_variation3.phpt355 ….50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; ms-office)
/PHP-7.4/sapi/cli/tests/
H A Dphp_cli_server.inc43 usleep(50000); // 50ms per try
/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c70 file_encoding(struct magic_set *ms, const struct buffer *b, unichar **ubuf, in file_encoding() argument
93 file_oomem(ms, mlen); in file_encoding()
99 file_oomem(ms, mlen); in file_encoding()
H A Dprint.c218 file_magwarn(struct magic_set *ms, const char *f, ...) in file_magwarn() argument
/PHP-7.4/ext/sysvsem/tests/
H A Dnowait.phpt60 // Release semaphore after 50ms
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c370 zend_long ms; in PHP_METHOD() local
378 if (FAILURE == zend_parse_parameters(ZEND_NUM_ARGS(), "l", &ms)) { in PHP_METHOD()
383 return_code = sqlite3_busy_timeout(db_obj->db, ms); in PHP_METHOD()
389 php_ignore_value(sqlite3_busy_timeout(db_obj->db, ms)); in PHP_METHOD()
2114 ZEND_ARG_INFO(0, ms)
/PHP-7.4/ext/date/
H A Dphp_date.c3603 static void php_date_time_set(zval *object, zend_long h, zend_long i, zend_long s, zend_long ms, zv… in php_date_time_set() argument
3612 dateobj->time->us = ms; in php_date_time_set()
3623 zend_long h, i, s = 0, ms = 0; in PHP_FUNCTION() local
3625 …ameters(ZEND_NUM_ARGS(), getThis(), "Oll|ll", &object, date_ce_date, &h, &i, &s, &ms) == FAILURE) { in PHP_FUNCTION()
3629 php_date_time_set(object, h, i, s, ms, return_value); in PHP_FUNCTION()
3641 zend_long h, i, s = 0, ms = 0; in PHP_METHOD() local
3644 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ll|ll", &h, &i, &s, &ms) == FAILURE) { in PHP_METHOD()
3649 php_date_time_set(&new_object, h, i, s, ms, return_value); in PHP_METHOD()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます1443 !:mime video/x-ms-asf
8692 !:mime application/x-ms-ese
15867 !:mime image/x-ms-bmp
15871 !:mime image/x-ms-bmp
15875 !:mime image/x-ms-bmp
15880 !:mime image/x-ms-bmp
15885 !:mime image/x-ms-bmp
15890 !:mime image/x-ms-bmp
29006 !:mime text/x-ms-regedit
29013 !:mime text/x-ms-regedit
[all …]
H A Dmagic1443 !:mime video/x-ms-asf
8692 !:mime application/x-ms-ese
15867 !:mime image/x-ms-bmp
15871 !:mime image/x-ms-bmp
15875 !:mime image/x-ms-bmp
15880 !:mime image/x-ms-bmp
15885 !:mime image/x-ms-bmp
15890 !:mime image/x-ms-bmp
29006 !:mime text/x-ms-regedit
29013 !:mime text/x-ms-regedit
[all …]
/PHP-7.4/ext/hash/tests/
H A Dfnv1a64.phpt121 array( '}%mlP^&R6` D,8pbl%A1~ms', '1d260b7fec06fa81' ),
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in379 ; process time (several ms).
/PHP-7.4/ext/date/lib/
H A Dparse_date.re170 { "ms", TIMELIB_MICROSEC, 1000 },
1005 reltextunit = 'ms' | 'µs' | (('msec'|'millisecond'|'µsec'|'microsecond'|'usec'|'sec'|'second'|'min'…

Completed in 370 milliseconds

12