Home
last modified time | relevance | path

Searched refs:st (Results 151 – 171 of 171) sorted by relevance

1234567

/php-src/build/
H A Dshtool1574 for var_lc in at ap ac st sp sc; do
H A Dlibtool.m43105 # If the export-symbols file already is a .def file (1st line
5479 # If the export-symbols file already is a .def file (1st line
/php-src/ext/standard/tests/file/
H A Dfgetcsv_variation19.phpt13 1st element is delimiter & 2nd element is csv fields
H A Dfputcsv_variation13.phpt11 1st element is delimiter, 2nd element is enclosure
H A Dfputcsv_variation9.phpt10 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation8.phpt13 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation9.phpt17 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation1.phpt14 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation17.phpt12 1st element is delimiter & 2nd element is csv fields
H A Dfgetcsv_variation2.phpt10 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation7.phpt14 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation11.phpt11 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation10.phpt10 1st element is delimiter, 2nd element is enclosure
H A Dfgetcsv_variation6.phpt13 1st element is delimiter, 2nd element is enclosure
/php-src/sapi/litespeed/
H A Dlsapilib.c862 struct stat st; in readSecret() local
869 if ( fstat( fd, &st ) == -1 ) in readSecret()
883 if ( st.st_mode & 0077 ) in readSecret()
/php-src/ext/date/
H A Dphp_date.c49 int st = snprintf(s, len, "%lld", i); \
50 s[st] = '\0'; \
5030 static bool date_period_initialize(timelib_time **st, timelib_time **et, timelib_rel_time **d, zend… in date_period_initialize() argument
5053 *st = b; in date_period_initialize()
/php-src/docs/
H A Drelease-process.md952 the next minor or major version (around March 1st or shortly thereafter), the
957 1st. See, for example: https://news-web.php.net/php.internals/113334
/php-src/ext/date/lib/
H A Dparse_date.re515 …", 2) || !timelib_strncasecmp(*ptr, "rd", 2) ||!timelib_strncasecmp(*ptr, "st", 2) || !timelib_str…
1036 daysuf = "st" | "nd" | "rd" | "th";
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c1135 StkId st,base;
1156 for(st=L->top;st<ci->top;st++)
1157 setnilvalue(st);
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt873 // Two successive codepoints which are both the 1st part of a surrogate pair
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c613 SLJIT_S390X_RXA(st, 0x50000000)
2257 WHEN2(is_u12(mem.offset), st, sty)); in sljit_emit_op1()

Completed in 146 milliseconds

1234567