Home
last modified time | relevance | path

Searched refs:into (Results 176 – 200 of 494) sorted by relevance

12345678910>>...20

/PHP-7.1/ext/xmlreader/tests/
H A Dexpand.phpt2 XMLReader: Expand into existing DOM documet
/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_error.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_merge_variation5.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_merge_variation7.phpt6 * Description: Merges elements from passed arrays into one array
H A Darray_merge_variation6.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.1/ext/oci8/tests/
H A Dbind_long_raw.phpt16 $stmt = oci_parse ($c, "insert into phptestlngraw (id, fileimage) values (:id, :fileimage)");
H A Dbind_raw.phpt16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
H A Dbind_raw_2.phpt16 $stmt = oci_parse ($c, "insert into phptestrawtable (id, fileimage) values (:id, :fileimage)");
H A Dbug35973.phpt19 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
H A Ddefine0.phpt15 "insert into define0_tab (string) values ('some')",
H A Ddefine1.phpt15 "insert into define1_tab (string) values ('some')",
H A Dbug27303_1.phpt31 $stmt = "insert into mytab (mydata, seqcol) values ('Some data', myseq.nextval) returning seqcol in…
/PHP-7.1/Zend/tests/arg_unpack/
H A Dtraversable_with_by_ref_parameters.phpt2 Traversables cannot be unpacked into by-reference parameters
/PHP-7.1/Zend/tests/
H A Dbug37667.phpt2 Bug #37667 (Object is not added into array returned by __get)
H A Drope_with_exception.phpt2 Exceptions thrown into a rope must not leak
/PHP-7.1/tests/classes/
H A Dconstants_scope_001.phpt27 /* Call the static function and move into the ErrorCodes scope */
/PHP-7.1/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_basic.phpt2 DOMDocument::saveHTMLFile() should dump the internal document into a file using HTML formatting
/PHP-7.1/ext/standard/tests/strings/
H A Dbin2hex_error.phpt7 * Description: Convert binary data into hexadecimal representation
/PHP-7.1/ext/pdo/tests/
H A Dbug_35671.phpt20 $insert = $db->prepare("insert into test (field1, field2, field3) values (:value1, :value2, :value3…
H A Dpdo_024.phpt19 $stmt = $db->prepare('insert into test (id, name) values(0, :name)');
/PHP-7.1/Zend/tests/traits/
H A Dproperty009.phpt2 …inheritance, however, we do add strict warnings since it is easier to run into something unexpeted…
/PHP-7.1/
H A DREADME.MAILINGLIST_RULES45 into the request.
60 aggregate your current position into a single mail instead of multiple
71 create an entirely new thread copying anything you wish to quote into the
/PHP-7.1/ext/mbstring/tests/
H A Dmb_parse_str.phpt6 register_globals calls killed the ability for mb_parse_str() to register into the global scope
/PHP-7.1/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt16 …* Description: Converts a string containing an (IPv4) Internet Protocol dotted address into a prop…
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_62024.phpt21 $sql = "insert into test_insert (id, text) values (?, ?)";

Completed in 57 milliseconds

12345678910>>...20