Home
last modified time | relevance | path

Searched refs:into (Results 201 – 225 of 471) sorted by relevance

12345678910>>...19

/PHP-5.5/ext/ereg/tests/
H A Dsplit_basic_003.phpt6 * Description: split string into array by regular expression
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation18.phpt8 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_basic.phpt8 * Description : splits the given source into an array of PHP languange tokens
/PHP-5.5/ext/spl/tests/
H A Dclass_uses_basic2.phpt23 Traits are flattend into a class, and that semantics is nothing
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_error.phpt6 * Description: Split array into chunks
H A Darray_merge_recursive_variation8.phpt6 * Description: Recursively merges elements from passed arrays into one array
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_basic.phpt8 * Description: Reads entire file into a string
H A Dfile_error.phpt7 Description: Reads entire file into an array
H A Dfile_variation9.phpt8 * Description: Read entire file into an array
H A Dfile_basic.phpt7 * Description: Reads entire file into an array
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt30 $dbh->exec("insert into pdo_ac_tab (col1) values ('some data')");
H A Dpdo_oci_fread_1.phpt26 insert into pdo_oci_fread_tab (id,data) values (1, lob1);
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug69752.phpt28 $stmt = $pdo->prepare("insert into foo (field1, field2, field3, field4) values (:field1, :field2, :…
/PHP-5.5/ext/standard/tests/strings/
H A Dbin2hex_basic.phpt7 * Description: Convert binary data into hexadecimal representation
H A Dstr_split_basic.phpt7 specified, break the string down into chunks each
H A Dparse_str_basic4.phpt6 * Description: Parses the string into variables
/PHP-5.5/ext/phar/tests/
H A D019bU.phpt2 Phar: opendir test, recurse into
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-5.5/ext/spl/examples/
H A Dkeyfilter.inc18 * are strings. In other words you can put an iterator into the constructor
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt16 $stmt = $db->prepare('insert into test (bar) values(:bar)') or var_dump($db->errorInfo());
H A Dbug53551.phpt23 $db->exec("insert into bug53551 set `count` = 1 ");
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation3.phpt33 // store file names into an array so can use sorted in expected output
/PHP-5.5/ext/json/
H A DREADME21 json_decode takes a JSON string and converts it into a PHP variable.

Completed in 32 milliseconds

12345678910>>...19