Home
last modified time | relevance | path

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

/php-src/ext/intl/calendar/
H A Dcalendar.stub.php321 …int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): tru…
325 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): void {}
376 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): static…
386 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {}
H A Dgregoriancalendar_methods.cpp269 zend_long year, month, day, hour, minute, second; in PHP_METHOD() local
H A Dcalendar_methods.cpp441 zend_long year, month, day, hour, minute, second = 0; in PHP_METHOD() local
/php-src/ext/dom/
H A Dcharacterdata.c191 xmlChar *first, *second; in dom_character_data_insert_data() local
258 xmlChar *substring, *second; in dom_character_data_delete_data() local
326 xmlChar *substring, *second = NULL; in dom_character_data_replace_data() local
H A Dtext.c101 xmlChar *second; in PHP_METHOD() local
/php-src/ext/intl/dateformat/
H A Ddateformat_format.c99 second, in internal_get_timestamp() local
/php-src/ext/bcmath/
H A Dbcmath.c188 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
237 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
286 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local
335 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local
389 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local
625 bc_num first = NULL, second = NULL; in PHP_FUNCTION() local
/php-src/ext/date/
H A Dphp_date.stub.php115 int $hour, ?int $minute = null, ?int $second = null,
119 int $hour, ?int $minute = null, ?int $second = null,
204 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
426 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {}
539 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm…
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare()
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare()
/php-src/ext/intl/collator/
H A Dcollator_sort.c195 zval *second = &s->val; in collator_compare_func() local
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h83 lxb_char_t second; member
H A Ddecode.c1550 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030() local
2983 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030_single() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c41 unsigned int year, month, day, hour, minute, second; member
/php-src/ext/intl/
H A Dphp_intl.stub.php205 …int $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): tru…
283 …leOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN): ?Intl…
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dstate.c909 const lxb_char_t *begin, *second; in lxb_css_syntax_state_minus_process() local
/php-src/ext/mbstring/
H A Dmbstring.c2984 zend_string *second = mb_get_substr(str, 1, MBFL_SUBSTR_UNTIL_END, enc); in php_mb_ulcfirst() local
3544 uint32_t second = 0; in jp_kana_convert() local
3563 uint32_t second = 0; in jp_kana_convert() local
/php-src/ext/standard/
H A Darray.c125 zval second; in php_array_key_compare_unstable_i() local
5032 static int zval_compare(zval *first, zval *second) /* {{{ */
/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_cjk.c2610 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, uns… in mb_convert_kana_codepoint()

Completed in 141 milliseconds