Searched refs:PHP_SQLITE3_NUM (Results 1 – 2 of 2) sorted by relevance
40 #define PHP_SQLITE3_NUM 1<<1 macro41 #define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM)
1810 if (mode & PHP_SQLITE3_NUM) {1815 if (mode & PHP_SQLITE3_NUM) {2325 REGISTER_LONG_CONSTANT("SQLITE3_NUM", PHP_SQLITE3_NUM, CONST_CS | CONST_PERSISTENT);
Completed in 11 milliseconds