Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/
H A Dgd.c4254 long sz = 0, sp = 0, wd = 0; in PHP_FUNCTION() local
4269 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len, &fnt, &sz, &sp, &wd, &angle) == FAILURE)… in PHP_FUNCTION()
4275 add_width = wd; in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16304 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ in strftimeFunc() local
16305 wd = (int)(((x.iJD+43200000)/86400000)%7); in strftimeFunc()
16306 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7); in strftimeFunc()

Completed in 343 milliseconds