Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Ddate.c817 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ in strftimeFunc() local
818 wd = ((int)(x.rJD+0.5)) % 7; in strftimeFunc()
819 sprintf(&z[j],"%02d",(n+7-wd)/7); in strftimeFunc()
/PHP-5.3/ext/gd/
H A Dgd.c4358 long sz = 0, sp = 0, wd = 0; in PHP_FUNCTION() local
4373 …ers(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len, &fnt, &sz, &sp, &wd, &angle) == FAILURE)… in PHP_FUNCTION()
4379 add_width = wd; in PHP_FUNCTION()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput82501 /a(?=b(?i)c)\w\wd/
H A Dtestinput12074 /a(?=b(?i)c)\w\wd/
H A Dtestoutput13234 /a(?=b(?i)c)\w\wd/
H A Dtestoutput84107 /a(?=b(?i)c)\w\wd/
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c14084 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ in strftimeFunc() local
14085 wd = (int)(((x.iJD+43200000)/86400000)%7); in strftimeFunc()
14086 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7); in strftimeFunc()

Completed in 497 milliseconds