Home
last modified time | relevance | path

Searched refs:from (Results 126 – 150 of 1324) sorted by relevance

12345678910>>...53

/PHP-5.3/ext/oci8/tests/
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_3.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Dcursors_old.phpt2 fetching cursor from a statement
27 $sql = "select cursor(select * from cursors_old_tab) as curs from dual";
H A Dbind_query.phpt27 $s = oci_parse($c, "select ename from bind_query_tab where empno = :eno");
35 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
46 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
H A Ddrcp_cclass1.phpt27 $s = oci_parse($c, "select * from dual");
36 $s = oci_parse($c, "select * from dual");
43 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
H A Dstatement_cache.phpt17 $stmt = oci_parse($pc, "select 1+3 from dual");
21 $stmt = oci_parse($pc, "select 1+3 from dual");
/PHP-5.3/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
16 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-5.3/tests/lang/
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
14 echo "\nRemoving the current element from an iterated object.\n";
33 Removing the current element from an iterated object.
/PHP-5.3/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-5.3/ext/standard/tests/dir/
H A Dopendir_variation5.phpt26 * remove the execute permission from the parent dir and test opendir() on child dir
27 * 1) remove write & execute permission from the 1st parent and test opendir()
28 * 2) remove execute permission from 2nd parent and test opendir()
52 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
H A Dscandir_variation5.phpt26 * remove the execute permission from the parent dir and test scandir() on child dir
27 * 1. remove write & execute permission from the 1st parent and test scandir()
28 * 2. remove execute permission from 2nd parent and test scandir()
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
/PHP-5.3/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_oo_025.phpt26 $r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM);
36 foreach($db->unbufferedQuery("SELECT a from strings", SQLITE_NUM) as $row) {
40 $r = $db->query("SELECT a from strings", SQLITE_NUM);
H A Dsqlite_oo_014.phpt25 $r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM);
30 $r = $db->unbufferedQuery("SELECT a from strings", SQLITE_NUM);
35 $r = $db->query("SELECT a from strings", SQLITE_NUM);
H A Dsqlite_014.phpt25 $r = sqlite_unbuffered_query("SELECT a from strings", $db, SQLITE_NUM);
30 $r = sqlite_unbuffered_query("SELECT a from strings", $db, SQLITE_NUM);
35 $r = sqlite_query("SELECT a from strings", $db, SQLITE_NUM);
/PHP-5.3/ext/standard/tests/strings/
H A Dstrtr_error.phpt5 /* Prototype : string strtr(string str, string from[, string to])
12 $from = "string";
23 var_dump( strtr($str, $from, $to, $extra_arg) );
/PHP-5.3/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
56 this is from an external DomDocument
57 from the Input Document
/PHP-5.3/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>
/PHP-5.3/ext/date/tests/
H A DDateTime_clone_basic2.phpt2 Test clone of objects whoose class derived from DateTime class
19 echo "*** Testing clone on objects whoose class derived from DateTime class ***\n";
33 *** Testing clone on objects whoose class derived from DateTime class ***
/PHP-5.3/ext/pdo_mysql/tests/
H A Dbug_61207.phpt19 select * from bug61207 where id = ?;
34 $handle2 = $link->prepare('select * from bug61207 where id = ?;
51 select * from bug61207 where id = ?;');
68 select * from bug61207 where id = ?;');
/PHP-5.3/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt28 echo "\n-- Compare subarrays from two 2-D arrays --\n";
34 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
84 -- Compare subarrays from two 2-D arrays --
112 -- Compare a subarray from one 2-D array and one 2-D array --
/PHP-5.3/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";
64 Test 3 - fetch both rows from second resource
67 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";
64 Test 3 - fetch both rows from second resource
67 Test 4 - fetch both rows from first resource
/PHP-5.3/ext/interbase/tests/
H A D007.phpt72 $sel = ibase_query("select * from test7 where iter = $iter");
135 "select iter from test7 where v_char[$iter] LIKE ?", $v_char[$iter]."%")) ||
142 "select iter from test7 where v_date[$iter] = ?", $v_date[$iter])) ||
148 "select iter from test7 where v_decimal[$iter] = ?", $v_decimal[$iter])) ||
154 "select iter from test7 where v_integer[$iter] = ?", $v_integer[$iter])) ||
160 "select iter from test7 where v_numeric[$iter] = ?", $v_numeric[$iter])) ||
166 "select iter from test7 where v_smallint[$iter] = ?", $v_smallint[$iter])) ||

Completed in 29 milliseconds

12345678910>>...53