Home
last modified time | relevance | path

Searched refs:INSERT (Results 251 – 275 of 433) sorted by relevance

1...<<1112131415161718

/PHP-5.5/ext/oci8/tests/
H A Dlob_015.phpt14 $ora_sql = "INSERT INTO
H A Dlob_019.phpt14 $ora_sql = "INSERT INTO
H A Dlob_003.phpt14 $ora_sql = "INSERT INTO
H A Dlob_017.phpt23 $init = "INSERT INTO lob_test VALUES(EMPTY_BLOB(), EMPTY_BLOB())";
H A Darray_bind_005.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_date.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_date1.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_float.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_float1.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_int.phpt35 INSERT INTO bind_test VALUES (c1(i));
H A Darray_bind_int1.phpt35 INSERT INTO bind_test VALUES (c1(i));
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt12 $db->exec('INSERT INTO testing VALUES(1, "php")');
13 $db->exec('INSERT INTO testing VALUES(2, "")');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_warnings.phpt42 if (!mysqli_query($link, "INSERT INTO test (id) VALUES (1000000)"))
68 if (!mysqli_query($link, "INSERT INTO test (id) VALUES (1000000), (1000001)"))
126 if (!$mysqli->query("INSERT IGNORE INTO t1(a) VALUES (65536), (65536), (65536)"))
H A D023.phpt27 $stmt = mysqli_prepare($link, "INSERT INTO test_bind_fetch VALUES (?,?,?,?,?,?,?)");
H A D024.phpt27 $stmt = mysqli_prepare($link, "INSERT INTO test_bind_fetch VALUES (?,?,?,?,?,?,?)");
H A D042.phpt27 $stmt = mysqli_prepare($link, "INSERT INTO test_bind_fetch VALUES (?,?,?,?,?,?,?)");
H A D060.phpt33 mysqli_query($link, "INSERT INTO test_fetch VALUES ( -23, 35999, NULL, -500, -9999999, -0, 0)");
H A D012.phpt28 if (!mysqli_query($link, "INSERT INTO test_bind_result VALUES(120,2999,3999,54,
H A D026.phpt21 $stmt = mysqli_prepare ($link, "INSERT INTO test_bind_fetch VALUES (?,?)");
H A Dbug67839.phpt29 if (!mysqli_query($link, "INSERT INTO test(id, fp4, fp8) VALUES (1, 9.9999, 9.9999)")) {
H A Dmysqli_real_escape_string_sjis.phpt48 var_dump(mysqli_query($link, "INSERT INTO test(id, label) VALUES (100, '?p')"));
/PHP-5.5/ext/pdo/tests/
H A Dpdo_031.phpt30 $stmt = $db->prepare("INSERT INTO test VALUES(?, ?, ?)");
H A Dpdo_034.phpt20 $db->exec("INSERT INTO test (a,b,c) VALUES('test".$i."','".$i."','".$i."')");
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug46274.phpt24 $stmt = $db->prepare("INSERT INTO test_one_blob (blob1) VALUES (:foo)");
/PHP-5.5/ext/mysql/tests/
H A D002.phpt22 var_dump(mysql_query("INSERT INTO test(col1, col2, col3) VALUES(1, 'foo', 'bar'),(2, 'foo', 'bar')"…

Completed in 31 milliseconds

1...<<1112131415161718