Home
last modified time | relevance | path

Searched refs:from (Results 201 – 225 of 1293) sorted by relevance

12345678910>>...52

/PHP-8.0/ext/oci8/tests/
H A Dfetch_all5.phpt26 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
34 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
42 $s = oci_parse($c, "select * from fetch_all5_tab order by 1");
H A Dimp_res_get_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 from dual;
H A Dstatement_cache.phpt17 $stmt = oci_parse($pc, "select 1+3 from dual");
21 $stmt = oci_parse($pc, "select 1+3 from dual");
H A Dimp_res_insert.phpt34 open c1 for select * from imp_res_insert_tab order by 1;
43 open c1 for select * from imp_res_insert_tab order by 1;
58 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
69 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
80 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
90 $s2 = oci_parse($c2, "select * from imp_res_insert_tab order by 1");
H A Dimp_res_cursor.phpt40 open c1 for select * from dual;
43 … open c1 for select cursor(select c1, c2 from imp_res_cursor_tab_1 order by 1) as curs from dual;
46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Ddupcolnames.phpt28 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
36 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
44 $s = oci_parse($c, "select * from dupcolnames_tab1, dupcolnames_tab2");
H A Dimp_res_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 from dual;
/PHP-8.0/ext/date/tests/
H A DDateTimeZone_clone_basic2.phpt2 Testing clone on objects whose class derived from DateTimeZone class
18 echo "*** Testing clone on objects whose class derived from DateTimeZone class ***\n";
32 *** Testing clone on objects whose class derived from DateTimeZone class ***
H A DDateTime_clone_basic2.phpt2 Test clone of objects whose class derived from DateTime class
19 echo "*** Testing clone on objects whose class derived from DateTime class ***\n";
32 *** Testing clone on objects whose class derived from DateTime class ***
/PHP-8.0/ext/dba/tests/
H A Ddba015.phpt31 echo "Test 3 - fetch both rows from second resource\n";
37 echo "Test 4 - fetch both rows from first resource\n";
61 Test 3 - fetch both rows from second resource
64 Test 4 - fetch both rows from first resource
H A Ddba_db4_018.phpt31 echo "Test 3 - fetch both rows from second resource\n";
37 echo "Test 4 - fetch both rows from first resource\n";
63 Test 3 - fetch both rows from second resource
66 Test 4 - fetch both rows from first resource
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt27 /* bind as LOB; the oid from the pgsql stream will be inserted instead
36 $stmt = $db->prepare("SELECT * from test");
47 $stmt = $db->prepare("SELECT * from test");
58 $stmt = $db->prepare("SELECT * from test");
75 /* Now to remove the large object from the database, so it doesn't
/PHP-8.0/Zend/tests/generators/
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
11 yield from $g1;
/PHP-8.0/ext/imap/tests/
H A Dbug80215.phpt10 "from" => 1,
28 ["from"]=>
/PHP-8.0/tests/classes/
H A Dprotected_001.phpt17 pass::fail();// must fail because we are calling from outside of class pass
24 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dprotected_001b.phpt18 $t->fail();// must fail because we are calling from outside of class pass
25 Fatal error: Uncaught Error: Call to protected method pass::fail() from global scope in %s:%d
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
24 Fail to read class constant from instance.
/PHP-8.0/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt15 echo "-- Testing popen(): reading from the pipe --\n";
24 echo "-- Testing popen(): reading from a file using 'cat' command --\n";
67 -- Testing popen(): reading from the pipe --
69 -- Testing popen(): reading from a file using 'cat' command --
/PHP-8.0/ext/standard/tests/array/
H A Darray_map_object3.phpt45 echo "-- accessing parent method from child class --\n";
48 echo "-- accessing child method from parent class --\n";
69 -- accessing parent method from child class --
78 -- accessing child method from parent class --
/PHP-8.0/ext/pdo_mysql/tests/
H A Dbug_61207.phpt20 select * from test where id = ?;
35 $handle2 = $db->prepare('select * from test where id = ?;
52 select * from test where id = ?;');
69 select * from test where id = ?;');
/PHP-8.0/Zend/tests/
H A Dclass_name_as_scalar.phpt2 class name as scalar from ::class keyword
39 var_dump(One::class); // resolve from use
41 var_dump(Moo::CLASS); // resolve from use as
44 $x = new $class; // create new class from original scalar assignment
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_20_error.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
H A Dbug69972.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
/PHP-8.0/ext/mysqli/tests/
H A D063.phpt23 // an exception should be thrown from prepare (i.e. constructor) not from execute
/PHP-8.0/ext/ffi/tests/
H A D300.phpt19 $ffi->printf("Hello World from %s!\n", "PHP");
22 Hello World from PHP!

Completed in 32 milliseconds

12345678910>>...52