Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 395) sorted by last modified time

12345678910>>...16

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8549 /* delay REG->REG moves to second pass */
H A Dir_aarch64.dasc4746 /* delay REG->REG moves to second pass */
/php-src/ext/mbstring/
H A Dmbstring.c99 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, int…
2979 zend_string *second = mb_get_substr(str, 1, MBFL_SUBSTR_UNTIL_END, enc); in php_mb_ulcfirst() local
2980 … *retval = zend_string_concat2(ZSTR_VAL(head), ZSTR_LEN(head), ZSTR_VAL(second), ZSTR_LEN(second)); in php_mb_ulcfirst()
2984 zend_string_release_ex(second, false); in php_mb_ulcfirst()
3539 uint32_t second = 0; in jp_kana_convert() local
3542 if (second) { in jp_kana_convert()
3543 *converted++ = second; in jp_kana_convert()
3558 uint32_t second = 0; in jp_kana_convert() local
3559 *converted++ = mb_convert_kana_codepoint(wchar_buf[out_len-1], 0, NULL, &second, mode); in jp_kana_convert()
3560 if (second) { in jp_kana_convert()
[all …]
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.h124 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second);
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare() argument
478 lxb_dom_attr_t *s_attr = second->first_attr; in lxb_dom_element_compare()
480 if (first->node.local_name != second->node.local_name in lxb_dom_element_compare()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
482 || first->qualified_name != second->qualified_name) in lxb_dom_element_compare()
501 s_attr = second->first_attr; in lxb_dom_element_compare()
/php-src/docs/
H A Drelease-process.md21 release. The pre-release cycle begins on the second Thursday of June with the
658 The first number is the major version, and the second number is the minor
/php-src/Zend/tests/
H A Dbug79657.phpt27 function get(string $first, int $second): array
/php-src/ext/intl/
H A Dphp_intl.stub.php205 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument
280 * @param int $second
283 …eOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN): ?IntlG… argument
H A Dphp_intl_arginfo.h60 ZEND_ARG_TYPE_INFO(0, second, IS_LONG, 0)
187 ZEND_ARG_INFO(0, second)
/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp443 zend_long year, month, day, hour, minute, second = 0; in PHP_METHOD() local
451 …&object, Calendar_ce_ptr, &year, &month, &day, &hour, &minute, &second, &second_is_null) == FAILUR… in PHP_METHOD()
466 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(second, 6); in PHP_METHOD()
467 …int32_t) year, (int32_t) month, (int32_t) day, (int32_t) hour, (int32_t) minute, (int32_t) second); in PHP_METHOD()
H A Dgregoriancalendar_methods.cpp267 zend_long year, month, day, hour, minute, second; in PHP_METHOD() local
276 …eters(ZEND_NUM_ARGS(), "lllll|l!", &year, &month, &day, &hour, &minute, &second, &second_is_null) … in PHP_METHOD()
291 ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(second, 6); in PHP_METHOD()
292 … year, (int32_t) month, (int32_t) day, (int32_t) hour, (int32_t) minute, (int32_t) second, status); in PHP_METHOD()
H A Dcalendar.stub.php321 … $dayOfMonth = UNKNOWN, int $hour = UNKNOWN, int $minute = UNKNOWN, int $second = UNKNOWN): true {} argument
325 …eTime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): void {} argument
376 …ime(int $year, int $month, int $dayOfMonth, int $hour, int $minute, ?int $second = null): static {} argument
384 * @param int $second
386 …$localeOrMonth = UNKNOWN, $day = UNKNOWN, $hour = UNKNOWN, $minute = UNKNOWN, $second = UNKNOWN) {} argument
H A Dcalendar_arginfo.h131 ZEND_ARG_TYPE_INFO(0, second, IS_LONG, 0)
146 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
186 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
195 ZEND_ARG_INFO(0, second)
/php-src/
H A Dphp.ini-development1678 ; (time to live) Sets the number of second while cached file will be used
1728 ; memory storage allocation. ("1" means validate once per second, but only
1799 ; Enables and sets the second level cache directory.
H A Dphp.ini-production1680 ; (time to live) Sets the number of second while cached file will be used
1730 ; memory storage allocation. ("1" means validate once per second, but only
1801 ; Enables and sets the second level cache directory.
/php-src/ext/date/
H A Dphp_date.c3138 PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(second, s); in php_date_do_return_parsed_time()
H A Dphp_date.stub.php112 int $hour, ?int $minute = null, ?int $second = null, argument
116 int $hour, ?int $minute = null, ?int $second = null, argument
201 DateTime $object, int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
423 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTime {} argument
536 …public function setTime(int $hour, int $minute, int $second = 0, int $microsecond = 0): DateTimeIm… argument
H A Dphp_date_arginfo.h24 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 1, "null")
131 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
317 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
396 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, second, IS_LONG, 0, "0")
/php-src/ext/gd/
H A Dconfig.m4144 dnl Png. If support for format Foo exists, the second argument (the name
/php-src/Zend/asm/
H A Dmake_sparc64_sysv_elf_gas.S29 # the first frame is for the call the second one holds the data
/php-src/ext/dom/
H A Dcharacterdata.c200 xmlChar *cur, *first, *second; in dom_character_data_insert_data() local
239 second = xmlUTF8Strsub(cur, (int)offset, length - (int)offset); in dom_character_data_insert_data()
243 xmlNodeAddContent(node, second); in dom_character_data_insert_data()
246 xmlFree(second); in dom_character_data_insert_data()
271 xmlChar *cur, *substring, *second; in dom_character_data_delete_data() local
313 substring = xmlStrcat(substring, second); in dom_character_data_delete_data()
317 xmlFree(second); in dom_character_data_delete_data()
343 xmlChar *cur, *substring, *second = NULL; in dom_character_data_replace_data() local
391 substring = xmlStrcat(substring, second); in dom_character_data_replace_data()
395 if (second) { in dom_character_data_replace_data()
[all …]
H A Dtext.c106 xmlChar *second; in PHP_METHOD() local
139 second = xmlUTF8Strsub(cur, (int)offset, (int)(length - offset)); in PHP_METHOD()
142 nnode = xmlNewDocText(node->doc, second); in PHP_METHOD()
145 xmlFree(second); in PHP_METHOD()
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt39 // add a second text node to title
40 $text = $doc->createTextNode('This is the second title');
43 echo "Number of child nodes of title after adding second title = ";
53 // should concatenate first and second title text nodes
62 Number of child nodes of title after adding second title = int(2)
/php-src/ext/mysqli/tests/
H A Dbug79375.phpt93 testStmtStoreResult($mysqli2, 'second connection');
104 testStmtGetResult($mysqli2, 'second connection');
115 testNormalQuery($mysqli2, 'second connection');
126 testStmtUseResult($mysqli2, 'second connection');
137 testResultFetchRow($mysqli2, 'second connection');
150 Running query on second connection
155 Running query on second connection
160 Running query on second connection
165 Running query on second connection
170 Running query on second connection
/php-src/ext/standard/
H A Darray.c131 zval second; in php_array_key_compare_unstable_i() local
144 ZVAL_STR(&second, s->key); in php_array_key_compare_unstable_i()
146 ZVAL_LONG(&second, s->h); in php_array_key_compare_unstable_i()
148 return zend_compare(&first, &second); in php_array_key_compare_unstable_i()
5034 static int zval_compare(zval *first, zval *second) /* {{{ */ argument
5036 return string_compare_function(first, second);

Completed in 144 milliseconds

12345678910>>...16