Searched refs:PHP_SQLITE3_NUM (Results 1 – 2 of 2) sorted by relevance
43 #define PHP_SQLITE3_NUM 1<<1 macro44 #define PHP_SQLITE3_BOTH (PHP_SQLITE3_ASSOC|PHP_SQLITE3_NUM)
1801 if (mode & PHP_SQLITE3_NUM) {1806 if (mode & PHP_SQLITE3_NUM) {2300 REGISTER_LONG_CONSTANT("SQLITE3_NUM", PHP_SQLITE3_NUM, CONST_CS | CONST_PERSISTENT);
Completed in 25 milliseconds