Home
last modified time | relevance | path

Searched refs:INTEGER (Results 1 – 25 of 71) sorted by relevance

123

/PHP-5.3/ext/standard/tests/array/
H A Darray_flip_variation4.phpt65 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
67 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
69 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
71 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
73 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
75 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
77 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
79 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
81 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
83 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
[all …]
H A Darray_count_values2.phpt21 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
23 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
25 Warning: array_count_values(): Can only count STRING and INTEGER values! in %s on line %s
H A Darray_flip.phpt19 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
21 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
23 Warning: array_flip(): Can only flip STRING and INTEGER values! in %s on line %d
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_028.phpt10 $db->query("CREATE TABLE strings(a, b INTEGER, c VARCHAR(10), d)");
20 string(7) "INTEGER"
H A Dsqlite_026.phpt10 sqlite_query($db, "CREATE TABLE strings(a, b INTEGER, c VARCHAR(10), d)");
22 string(7) "INTEGER"
H A Dsqlite_last_error_basic.phpt16 $query = 'CREATE TAB LE foobar (id INTEGER PRIMARY KEY, name CHAR(255));';
17 $query_ok = 'CREATE TABLE foobar (id INTEGER, name CHAR(255));';
H A Dbug28112.phpt9 sqlite_query($db, "create table frob (foo INTEGER PRIMARY KEY, bar text);");
H A Dsqlite_exec_basic.phpt16 $query = 'CREATE TABLE foobar (id INTEGER PRIMARY KEY, name CHAR(255));';
/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_32_changes.phpt12 $db->exec('CREATE TABLE pageView(id INTEGER PRIMARY KEY, page CHAR(256), access INTEGER(10))');
H A Dsqlite3_02_create.phpt11 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
14 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_25_create_aggregate.phpt25 var_dump($db->exec('CREATE TABLE test (a INTEGER, b INTEGER)'));
H A Dsqlite3_prepare_wrongparams.phpt12 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dbug53463.phpt10 $db->exec('CREATE TABLE test (whatever INTEGER)');
H A Dsqlite3_prepare_faultystmt.phpt11 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dsqlite3_16_select_no_results.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dbug45798.phpt10 $db->exec('CREATE TABLE test (time INTEGER, id STRING)');
H A Dsqlite3_33_reset.phpt13 $db->exec('CREATE TABLE foo (id INTEGER, bar STRING)');
H A Dsqlite3result_numcolumns_error.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
H A Dsqlite3_24_last_insert_rowid.phpt12 var_dump($db->exec('CREATE TABLE test (time INTEGER, id STRING)'));
/PHP-5.3/ext/interbase/tests/
H A Dibase_param_info_001.phpt44 string(7) "INTEGER"
46 string(7) "INTEGER"
/PHP-5.3/ext/oci8/tests/
H A Dbind_number.phpt107 echo "\nTEST75 insert a INTEGER\n";
116 echo "\nTEST76 insert a INTEGER\n";
201 TEST75 insert a INTEGER
210 TEST76 insert a INTEGER
H A Dbug38173.phpt13 $create_1 = "CREATE TABLE t1 (id INTEGER)";
14 $create_2 = "CREATE TABLE t2 (id INTEGER)";
H A Dpecl_bug8816.phpt13 $create_1 = "CREATE TABLE t1 (id INTEGER, l1 LONG)";
14 $create_2 = "CREATE TABLE t2 (id INTEGER, l2 LONG)";
H A Dfield_funcs2.phpt22 "C10" => "INTEGER",
62 C10 INTEGER: precision 38, scale 0
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt143 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? max(-1 * PH…
144 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", -2147483647, 400, "integer");
145 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", (defined("PHP_INT_MAX")) ? min(2147483…
146 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER", NULL, 440);
147 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER UNSIGNED", (defined("PHP_INT_MAX")) ? mi…
148 …func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER UNSIGNED", 4294967295, 480, (defined("PH…
149 func_mysqli_stmt_get_result($link, $engine, "i", "INTEGER UNSIGNED", NULL, 500);

Completed in 26 milliseconds

123