Home
last modified time | relevance | path

Searched refs:second (Results 351 – 375 of 397) sorted by relevance

1...<<111213141516

/php-src/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm54 ; second arg of make_fcontext() == size of context-stack
/php-src/ext/standard/tests/strings/
H A Dstrtok_variation3.phpt22 second line of heredoc string
H A Dstrpos.phpt138 var_dump( strpos($string, "abcd", 73) ); // 73 -> "abcd" in the second line
/php-src/ext/mysqli/tests/
H A Dmysqli_insert_id.phpt66 between the second last insert and the lock, therefore don't stop just bail
/php-src/ext/date/lib/
H A Dparse_date.re194 { "second", TIMELIB_SECOND, 1 },
246 { "second", 0, 2 },
1030 second = minute | "60";
1070 timelong24 = 't'? hour24[:.]minute[:.]second;
1071 iso8601long = 't'? hour24 [:.] minute [:.] second frac;
1106 wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
1136 reltextnumber = 'first'|'second'|'third'|'fourth'|'fifth'|'sixth'|'seventh'|'eight'|'eighth'|'ninth…
1323 if (i > 0) { /* first, second... etc */
2230 * 2. Sequential prefix characters indicating that the second
2409 case TIMELIB_FORMAT_SECOND_TWO_DIGIT: /* two digit second, with leading zero */
[all …]
/php-src/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt51 // initialise the second array
H A Darray_intersect_ukey_variation2.phpt2 Test array_intersect_ukey() function : usage variation - Passing unexpected values to second argume…
H A Darray_diff_key_variation2.phpt2 Test array_diff_key() function : usage variation - Passing unexpected values to second argument
H A Darray_diff_ukey_variation2.phpt2 Test array_diff_ukey() function : usage variation - Passing unexpected values to second argument
H A Darray_intersect_key_variation2.phpt2 Test array_intersect_key() function : usage variation - Passing unexpected values to second argument
H A Darray_intersect_uassoc_variation2.phpt2 Test array_intersect_uassoc() function : usage variation - Passing unexpected values to second argu…
H A Darray_merge_recursive_variation1.phpt80 // initialise the second argument
H A Darray_merge_recursive_variation3.phpt72 // initialise the second argument
/php-src/Zend/
H A DREADME.md125 definitions. It is included from `zend_compile.h`. The second one is an executor
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c392 di.year, di.month, di.day, di.hour, di.minute, di.second in pdo_dblib_stmt_get_col()
/php-src/ext/mbstring/
H A Dmbstring.c104 uint32_t mb_convert_kana_codepoint(uint32_t c, uint32_t next, bool *consumed, uint32_t *second, int…
2984 zend_string *second = mb_get_substr(str, 1, MBFL_SUBSTR_UNTIL_END, enc); in php_mb_ulcfirst() local
2985 … *retval = zend_string_concat2(ZSTR_VAL(head), ZSTR_LEN(head), ZSTR_VAL(second), ZSTR_LEN(second)); in php_mb_ulcfirst()
2989 zend_string_release_ex(second, false); in php_mb_ulcfirst()
3544 uint32_t second = 0; in jp_kana_convert() local
3547 if (second) { in jp_kana_convert()
3548 *converted++ = second; in jp_kana_convert()
3563 uint32_t second = 0; in jp_kana_convert() local
3564 *converted++ = mb_convert_kana_codepoint(wchar_buf[out_len-1], 0, NULL, &second, mode); in jp_kana_convert()
3565 if (second) { in jp_kana_convert()
[all …]
/php-src/ext/date/
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/opcache/jit/
H A DREADME.md25 request multiple times (the first request compiles the trace and the second executes it)
/php-src/docs-old/
H A Dself-contained-extensions.md95 The second names the source-code files. The third passes `$ext_shared` which is
/php-src/ext/date/tests/
H A DDateTime_data-fall-type2-type2.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A DDateTime_data-fall-type2-type3.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A DDateTime_data-fall-type3-type2.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST
H A DDateTime_data-fall-type3-type3.inc21 * + stsec: standard time first second 2010-11-07 01:00:00 EST, + TZ
/php-src/ext/gd/
H A Dconfig.m4144 dnl Png. If support for format Foo exists, the second argument (the name
/php-src/ext/mbstring/tests/
H A Dcp932_encoding.phpt87 * We _love_ 0x81 and use it when possible. 0x87 is a second favorite */

Completed in 72 milliseconds

1...<<111213141516