Home
last modified time | relevance | path

Searched refs:into (Results 251 – 275 of 494) sorted by relevance

1...<<11121314151617181920

/PHP-7.1/ext/standard/tests/file/
H A Dfile_error.phpt7 Description: Reads entire file into an array
H A Dfile_variation9.phpt8 * Description: Read entire file into an array
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug53551.phpt23 $db->exec("insert into bug53551 set `count` = 1 ");
H A Dpecl_bug_5802.phpt16 $stmt = $db->prepare('insert into test (bar) values(:bar)') or var_dump($db->errorInfo());
/PHP-7.1/ext/oci8/tests/
H A Dbug37220.phpt17 "insert into bug37220_tab values(xmltype('<THETAG myID=\"1234\"></THETAG>'))"
H A Dconnect_scope1.phpt36 $s = oci_parse($c, "insert into connect_scope1_tab values (1)");
H A Dconnect_scope2.phpt36 $s = oci_parse($c, "insert into connect_scope2_tab values (1)");
H A Dedition_1.phpt63 "insert into edit_tab values('mike',30,'Senior engineer',200)",
64 "insert into edit_tab values('juan',25,'engineer',100)",
H A Dlob_043.phpt21 insert into lob_043_tab (id, c1) values (i, i || ' abcdefghijklmnopq');
H A Dlob_002.phpt22 $statement = oci_parse($c, "insert into lob_002_tab (id, b1) values (1, empty_blob()) returning b1 …
H A Dbind_char_1.phpt25 "insert into bind_char_tab values (1, 'abc', NULL)",
26 "insert into bind_char_tab values (2, NULL, 'abc')",
27 "insert into bind_char_tab values (3, NULL, 'abc ')"
H A Dbind_char_1_11gR1.phpt27 "insert into bind_char_tab values (1, 'abc', NULL)",
28 "insert into bind_char_tab values (2, NULL, 'abc')",
29 "insert into bind_char_tab values (3, NULL, 'abc ')"
/PHP-7.1/ext/standard/tests/strings/
H A Dparse_str_basic4.phpt6 * Description: Parses the string into variables
H A Dstrtok_error.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dvfprintf_basic.phpt10 * Description: Output a formatted string into a stream
/PHP-7.1/ext/phar/tests/
H A D019b.phpt2 Phar: opendir test, recurse into
H A D019c.phpt2 Phar: opendir test, recurse into
H A D019cU.phpt2 Phar: opendir test, recurse into
/PHP-7.1/
H A DREADME.SELF-CONTAINED-EXTENSIONS33 extension, we will convert an embedded extension into a
103 to integrate your module easily into the main PHP module framework.
118 Put config.m4 and the source files into one directory. Then, run phpize
/PHP-7.1/ext/standard/tests/array/
H A Darray_merge_recursive_variation6.phpt6 * Description: Recursively merges elements from passed arrays into one array
H A Darray_merge_variation10.phpt6 * Description: Merges elements from passed arrays into one array
/PHP-7.1/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt19 …rchar2, p3 IN varchar2, p4 OUT varchar2, p5 OUT varchar2) as begin insert into bug_6364_t (c1, c2,…
/PHP-7.1/ext/mbstring/tests/
H A Dmb_split_error.phpt11 * Description: split multibyte string into array by regular expression
/PHP-7.1/ext/interbase/tests/
H A D003.phpt31 @ibase_query("insert into test3 (iter) values (?)", null);
53 …"insert into test3 (iter, v_char,v_date,v_decimal4_2, v_decimal4_0, v_decimal7_2, v_decimal7_0,v_n…
/PHP-7.1/ext/dba/
H A DREADME13 compatibility functions built into DB2 and gdbm, because they are
41 available since PHP 5 which allows to convert the string keys into

Completed in 82 milliseconds

1...<<11121314151617181920