Searched refs:INCREMENT (Results 1 – 14 of 14) sorted by relevance
/php-src/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_lastinsertid.phpt | 9 $db->query('CREATE TABLE test_pdo_sqlite_lastinsertid (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_createaggregate.phpt | 10 $db->query('CREATE TABLE test_pdo_sqlite_createaggregate (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_createfunction.phpt | 10 $db->query('CREATE TABLE test_pdo_sqlite_createfunction (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_transaction.phpt | 13 $db->query('CREATE TABLE test_pdo_sqlite_transaction (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_createfunction_with_flags.phpt | 14 $db->query('CREATE TABLE test_pdo_sqlite_createfunction_with_flags (id INT AUTO INCREMENT, name TEX…
|
H A D | pdo_sqlite_createcollation.phpt | 11 $db->query('CREATE TABLE test_pdo_sqlite_createcollation (id INT AUTO INCREMENT, name TEXT)');
|
/php-src/ext/pdo_sqlite/tests/subclasses/ |
H A D | pdo_sqlite_createaggregate.phpt | 11 $db->query('CREATE TABLE test_pdo_sqlite_createaggregate (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdosqlite_001.phpt | 10 $db->query('CREATE TABLE pdosqlite_001 (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_createcollation.phpt | 12 $db->query('CREATE TABLE test_pdo_sqlite_createcollation (id INT AUTO INCREMENT, name TEXT)');
|
H A D | pdo_sqlite_createfunction_with_flags.phpt | 13 $db->query('CREATE TABLE test_pdo_sqlite_createfunction_with_flags (id INT AUTO INCREMENT, name TEX…
|
H A D | pdosqlite_002.phpt | 13 $db->query('CREATE TABLE pdosqlite_002 (id INT AUTO INCREMENT, name TEXT)');
|
/php-src/ext/standard/tests/strings/ |
H A D | html_entity_decode_macroman.phpt | 76 0x2206 => array(0xC6, "INCREMENT"), 367 INCREMENT: ∆ => c6
|
/php-src/ext/standard/html_tables/mappings/ |
H A D | ROMAN.TXT | 313 0xC6 0x2206 # INCREMENT
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 143 # define INCREMENT(v) InterlockedIncrement64(&ZCSG(v)) macro 268 INCREMENT(restart_in); in accel_restart_enter() 337 INCREMENT(mem_usage); in accel_activate_add()
|
Completed in 25 milliseconds