Home
last modified time | relevance | path

Searched refs:into (Results 76 – 100 of 471) sorted by relevance

12345678910>>...19

/PHP-5.5/Zend/tests/
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dbug61273.phpt8 * we should trick EG(argument_stack) into growing
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3stmt_paramCount_basic.phpt13 echo "INSERT into table\n";
45 INSERT into table
/PHP-5.5/ext/pdo/tests/
H A Dbug_34630.phpt36 …$insert = $db->prepare("insert into test (id, val) values (1, EMPTY_BLOB()) RETURNING val INTO :bl…
38 $insert = $db->prepare("insert into test (id, val) values (1, :blob)");
/PHP-5.5/ext/oci8/tests/
H A Dbind_long.phpt21 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
40 $stmt = oci_parse ($c, "insert into phptestlng (id, filetxt) values (:id, :filetxt)");
H A Dbind_rowid.phpt23 "insert into rid_tab (id, address) values (1, 'original text #1')",
24 "insert into rid_tab (id, address) values (2, 'original text #2')"
H A Dcommit_002.phpt27 $s = oci_parse($c, "insert into commit_002_tab values (-1, 1)");
41 $s = oci_parse($c, "insert into commit_002_tab values (1, -1)");
H A Ddefine5.phpt15 "insert into define5_tab (id, string) values (1, 'some')",
16 "insert into define5_tab (id, string) values (2, 'thing')",
H A Ddupcolnames.phpt19 "insert into dupcolnames_tab1 (c1, dupnamecol) values (1, 'chris')",
20 "insert into dupcolnames_tab2 (c2, dupnamecol) values (2, 'jones')",
H A Dconnect_scope_try1.phpt40 $s = oci_parse($c, "insert into scope_try1_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try1_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try2.phpt40 $s = oci_parse($c, "insert into scope_try2_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try2_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try3.phpt40 $s = oci_parse($c, "insert into scope_try3_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try3_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try4.phpt40 $s = oci_parse($c, "insert into scope_try4_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try4_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try5.phpt40 $s = oci_parse($c, "insert into scope_try5_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try5_tab values (ABC)"); // syntax error -> throws exception
H A Dconnect_scope_try6.phpt40 $s = oci_parse($c, "insert into scope_try6_tab values (1)");
42 $s = oci_parse($c, "insert into scope_try6_tab values (ABC)"); // syntax error -> throws exception
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation6.phpt6 * Description: Split array into chunks
7 * : Chunks an array into size large chunks
H A Darray_chunk_variation4.phpt6 * Description: Split array into chunks
7 * : Chunks an array into size large chunks
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug29064.phpt32 insert into #test (
57 insert into #test (
/PHP-5.5/ext/standard/tests/file/
H A Dbug32160.phpt2 Bug #32160 (copying a file into itself leads to data loss)
/PHP-5.5/ext/spl/tests/
H A Dspl_heap_insert_basic.phpt2 SPL: SplHeap, Test method to insert into heap
H A DSplFixedArray_count_checkParams.phpt2 Makes sure that an integer cannot be passed into the count() method of the splFixedArray.
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt2 Test finfo extension : loading into phpinfo()
/PHP-5.5/win32/
H A Dbuilddef.bat4 rem into PHP
/PHP-5.5/ext/dom/tests/
H A DDOMComment_insertData_basic.phpt2 Test inserting data into a DOMComment basic test
/PHP-5.5/ext/ereg/regex/
H A DREADME19 and regerror.o (the actual routines), bundle them together into a test
24 and puts them together into libregex.a. You can pick up either the

Completed in 25 milliseconds

12345678910>>...19