Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-7.1/tests/lang/
H A D017.phpt2 Testing user-defined function falling out of an If into another
H A Dbug23922.phpt2 Bug #23922 (scope doesn't properly propagate into internal functions)
/PHP-7.1/ext/opcache/tests/
H A Dmethod_call_on_literal.phpt2 Literal compaction should take method calls on literals into account
/PHP-7.1/Zend/tests/variadic/
H A Dvariadic_implements_non_variadic.phpt2 A non-variadic function can be turned into a variadic one
/PHP-7.1/ext/spl/tests/
H A DSplFixedArray_fromArray_invalid_parameter_001.phpt2 pass an integer into fromArray()
H A DSplFixedArray_fromArray_invalid_parameter_002.phpt2 pass a string into fromArray()
/PHP-7.1/Zend/tests/
H A Djump17.phpt2 jump 17: goto into try/catch with finally
H A Dbug37144.phpt2 Bug #37144 (PHP crashes trying to assign into property of dead object)
H A Djump16.phpt2 jump 16: goto into try/catch
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
/PHP-7.1/ext/tidy/tests/
H A Dbug54682.phpt13 Warning: tidy::__construct(): Cannot Load '*' into memory%win %s on line %d
/PHP-7.1/ext/standard/tests/array/
H A Darray_chunk_basic1.phpt6 * Description: Split array into chunks
7 * Chunks an array into size large chunks.
H A Darray_chunk_variation6.phpt6 * Description: Split array into chunks
7 * : Chunks an array into size large chunks
/PHP-7.1/ext/oci8/tests/
H A Dbind_query.phpt15 "insert into bind_query_tab values (7934, 'MILLER', 1300)",
16 "insert into bind_query_tab values (7902, 'FORD', 3000)"
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 Ddupcolnames.phpt19 "insert into dupcolnames_tab1 (c1, dupnamecol) values (1, 'chris')",
20 "insert into dupcolnames_tab2 (c2, dupnamecol) values (2, 'jones')",
H A Derror_bind_2.phpt33 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
41 $stmt = oci_parse($c, "insert into error_bind_2_tab values (:name)");
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 Ddefine5.phpt15 "insert into define5_tab (id, string) values (1, 'some')",
16 "insert into define5_tab (id, string) values (2, 'thing')",
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_04_update.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_05_delete.phpt14 echo "INSERT into table\n";
44 INSERT into table
H A Dsqlite3_28_clear_bindings.phpt14 echo "INSERT into table\n";
44 INSERT into table
/PHP-7.1/ext/standard/tests/file/
H A Dlstat_stat_variation7.phpt2 Test lstat() and stat() functions: usage variations - writing data into file
21 /* test the effects on stats with writing data into a file */
H A Dbug32160.phpt2 Bug #32160 (copying a file into itself leads to data loss)

Completed in 33 milliseconds

12345678910>>...20