Home
last modified time | relevance | path

Searched refs:wd (Results 1 – 5 of 5) sorted by path

/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput12081 /a(?=b(?i)c)\w\wd/
H A Dtestinput82506 /a(?=b(?i)c)\w\wd/
H A Dtestoutput13253 /a(?=b(?i)c)\w\wd/
H A Dtestoutput83931 /a(?=b(?i)c)\w\wd/
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c22014 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ in strftimeFunc() local
22015 wd = (int)(((x.iJD+43200000)/86400000)%7); in strftimeFunc()
22016 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7); in strftimeFunc()

Completed in 560 milliseconds