Searched refs:wd (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 14084 int wd; /* 0=Monday, 1=Tuesday, ... 6=Sunday */ local 14085 wd = (int)(((x.iJD+43200000)/86400000)%7); 14086 sqlite3_snprintf(3, &z[j],"%02d",(nDay+7-wd)/7); [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 4261 long sz = 0, sp = 0, wd = 0; local 4276 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "srl|lld", &str, &str_len, &fnt, &sz, &sp, &wd, &angle) == FAILURE) { 4282 add_width = wd;
|
Completed in 127 milliseconds