Home
last modified time | relevance | path

Searched defs:second (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/bcmath/
H A Dbcmath.c158 bc_num first, second, result; in PHP_FUNCTION() local
209 bc_num first, second, result; in PHP_FUNCTION() local
260 bc_num first, second, result; in PHP_FUNCTION() local
311 bc_num first, second, result; in PHP_FUNCTION() local
367 bc_num first, second, result; in PHP_FUNCTION() local
423 bc_num first, second, mod, result; in PHP_FUNCTION() local
482 bc_num first, second, result; in PHP_FUNCTION() local
576 bc_num first, second; in PHP_FUNCTION() local
/PHP-8.0/ext/dom/
H A Dcharacterdata.c188 xmlChar *cur, *first, *second; in PHP_METHOD() local
237 xmlChar *cur, *substring, *second; in PHP_METHOD() local
292 xmlChar *cur, *substring, *second = NULL; in PHP_METHOD() local
H A Dtext.c112 xmlChar *second; in PHP_METHOD() local
/PHP-8.0/ext/date/
H A Dphp_date.stub.php14 int $hour, ?int $minute = null, ?int $second = null,
18 int $hour, ?int $minute = null, ?int $second = null,
68 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
214 public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0) {}
312 public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0) {}
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php237 …h, int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN) {}
293 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {}
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_format.c99 second, in internal_get_timestamp() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c51 zval *first, *second; in phpdbg_array_data_compare() local
/PHP-8.0/ext/date/lib/
H A Dtm2unixtime.c417 static timelib_sll do_time(timelib_ull hour, timelib_ull minute, timelib_ull second) in do_time()
/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c199 zval *second = &s->val; in collator_compare_func() local
/PHP-8.0/ext/standard/
H A Darray.c349 zval *second = &s->val; in php_array_data_compare_unstable_i() local
364 zval *second = &s->val; in php_array_data_compare_numeric_unstable_i() local
380 zval *second = &s->val; in php_array_data_compare_string_case_unstable_i() local
396 zval *second = &s->val; in php_array_data_compare_string_unstable_i() local
438 zval *second = &s->val; in php_array_data_compare_string_locale_unstable_i() local
4556 static int zval_compare(zval *first, zval *second) /* {{{ */
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c41 unsigned int year, month, day, hour, minute, second; member
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php35 …int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): boo…
112 …leOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN): ?Intl…

Completed in 48 milliseconds