Home
last modified time | relevance | path

Searched refs:into (Results 126 – 150 of 494) sorted by relevance

12345678910>>...20

/PHP-7.1/ext/standard/tests/array/
H A Darray_chunk_basic2.phpt6 * Description: Split array into chunks
7 * Chunks an array into size large chunks.
H A Darray_merge_recursive_error.phpt6 * Description: Recursively merges elements from passed arrays into one array
/PHP-7.1/ext/oci8/tests/
H A Dbug71600.phpt19 "insert into bug71600_tab values(1, 2, 3, 4, 5, 6, 7, 8, 9)",
20 "insert into bug71600_tab values(11, 12, 13, 14, 15, 16, 17, 18, 19)"
H A Dimp_res_1.phpt27 "insert into imp_res_1_tab_1 values (1, 'abcde')",
28 "insert into imp_res_1_tab_1 values (2, 'fghij')",
29 "insert into imp_res_1_tab_1 values (3, 'klmno')",
33 "insert into imp_res_1_tab_2 values ('t')",
34 "insert into imp_res_1_tab_2 values ('u')",
35 "insert into imp_res_1_tab_2 values ('v')",
H A Derror_bind.phpt22 $stmt = oci_parse($c, "insert into bind_test values (:name)");
37 $stmt = oci_parse($c, "update bind_test set name='xyz' returning rowid into :r_id");
H A Dimp_res_field.phpt27 "insert into imp_res_field_tab_1 values (1111, 'abcde')",
31 "insert into imp_res_field_tab_2 values ('tttt')",
35 "insert into imp_res_field_tab_3 values (33)",
36 "insert into imp_res_field_tab_3 values (NULL)",
H A Ddefine_old.phpt15 "insert into define_old_tab (string) values ('some')",
/PHP-7.1/ext/dom/tests/
H A DDOMComment_insertData_error1.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_insertData_error2.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_replaceData_error1.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_replaceData_error2.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_replaceData_basic.phpt2 Test replacing data into a DOMComment basic test
/PHP-7.1/ext/snmp/tests/
H A Dsnmpd.conf8 Do not enable them - being set here they make appropriate OID switch into r/o
/PHP-7.1/ext/standard/tests/file/
H A Dstream_copy_to_stream.phpt136 I'll tear you down into my private hell
143 I'll tear you down into my private hell
152 I'll tear you down into my private hell
/PHP-7.1/ext/pcre/tests/
H A Dbug27103.phpt2 Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets)
/PHP-7.1/ext/standard/tests/strings/
H A Dparse_str_basic2.phpt8 * Description: Parses the string into variables
/PHP-7.1/ext/xmlrpc/tests/
H A Dbug50282.phpt2 Bug #50282 (xmlrpc_encode_request() changes object into array in calling function)
/PHP-7.1/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt2 Throwing into a generator yielding from an array/iterator
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug_61207.phpt18 $handle1 = $db->prepare('insert into test(id) values(1);
66 $handle4 = $db->prepare('insert into test(id) values(3);
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt28 … $db->prepare("insert into pdo_oci_stream_2 (id, data1, data2) values (:id, empty_blob(), empty_bl…
/PHP-7.1/ext/simplexml/tests/
H A Dbug46047.phpt2 Bug #46047 (SimpleXML converts empty nodes into object with nested array)
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_sign_basic.phpt18 Warning: openssl_sign(): supplied key param cannot be coerced into a private key in %s on line %d
/PHP-7.1/tests/lang/
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt11 $S = $C->prepare('insert into ta_table (id) values (:id) returning id');
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dbug35336.phpt17 $b = $a->prepare("insert into test (b) values (?)");

Completed in 51 milliseconds

12345678910>>...20