Home
last modified time | relevance | path

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

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

Completed in 605 milliseconds