Home
last modified time | relevance | path

Searched refs:second (Results 326 – 350 of 396) sorted by relevance

1...<<111213141516

/php-src/ext/intl/calendar/
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)
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()
/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
/php-src/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt62 // but the second one doesn't match
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt26 printf("[002] Cannot open second regular connection, [%d] %s\n",
H A Dmysqli_change_user_locks_temporary.phpt16 printf("[001] Cannot create second connection handle, [%d] %s\n",
H A Dmysqli_select_db.phpt33 // Yippie, a second database to play with - that's great because mysqli_select_db
H A Dmysqli_auth_pam.phpt80 printf("skip Cannot create second DB user [%d] %s", mysqli_errno($link), mysqli_error($link));
/php-src/ext/date/tests/
H A DDateTime_data-spring-type2-type3.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type2.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
H A DDateTime_data-spring-type3-type3.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00
H A DDateTime_data-spring-type2-type2.inc19 * + dtsec: daylight time first second 2010-03-14 03:00:00 EDT
/php-src/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc90 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
230 …/* If the first bit of padding is at position rate-1, we need a whole new block for the second bit…
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt113 array('second row'));
263 string(10) "second row"
H A Dpdo_mysql_last_insert_id.phpt74 // warnings are unhandy, lets go for exceptions for a second
/php-src/tests/lang/
H A Dbug20175.phpt62 * initialized in second call to wow_static() and hence shouldn't call
/php-src/ext/dom/tests/
H A Ddomelement.phpt58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation1.phpt12 $arg1 = "second arg";
/php-src/ext/standard/tests/array/
H A Darray_merge.phpt35 foreach($end_array as $second) {
37 $result = array_merge($first, $second);
H A Darray_merge_recursive_variation4.phpt47 // initialise the second array
H A Darray_diff_uassoc_variation2.phpt2 Test array_diff_uassoc() function : usage variation -Passing unexpected values to second argument
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc118 echo 'Replace second key data', \PHP_EOL;
148 echo 'Replace second key data', \PHP_EOL;
/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);
/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm54 ; second arg of make_fcontext() == size of context-stack

Completed in 49 milliseconds

1...<<111213141516