Home
last modified time | relevance | path

Searched refs:from (Results 176 – 200 of 1591) sorted by relevance

12345678910>>...64

/PHP-7.1/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 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 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");
/PHP-7.1/ext/date/tests/
H A Dcall_function_from_method.phpt2 Call to date function from a method and call to date method from call_user_func
H A DDateTimeZone_clone_basic2.phpt2 Testing clone on objects whoose class derived from DateTimeZone class
18 echo "*** Testing clone on objects whoose class derived from DateTimeZone class ***\n";
33 *** Testing clone on objects whoose class derived from DateTimeZone class ***
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-7.1/Zend/tests/
H A Dbug69989_2.phpt31 // Yield from array
33 yield from [yield];
H A Dbug69989_3.phpt32 // Yield from root
34 yield from yield;
/PHP-7.1/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-7.1/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-7.1/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-7.1/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt37 …O::setAttribute(int attribute, mixed value) has changed the type of value from %s to %s, test will…
80 Read options from the named option file instead of from my.cnf.
83 … Read options from the named group from my.cnf or the file specified with MYSQL_READ_DEFAULT_FILE.
/PHP-7.1/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-7.1/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt47 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
48 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
50 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
51 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/PHP-7.1/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";
62 Test 3 - fetch both rows from second resource
65 Test 4 - fetch both rows from first resource
/PHP-7.1/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/PHP-7.1/ext/snmp/tests/
H A Dgeneric_timeout_error.phpt22 Warning: snmpget(): No response from %s in %s on line %d
25 Warning: snmpget(): No response from %s in %s on line %d
/PHP-7.1/Zend/tests/generators/
H A Dgc_with_yield_from.phpt2 Verify yield from on generators being properly cycle collected
19 yield from $gens[] = $x ? gen(--$x) : root();
/PHP-7.1/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>
/PHP-7.1/ext/xsl/tests/
H A Dxslt011.phpt35 $dom->loadXML("<root>this is from an external DomDocument</root>");
55 this is from an external DomDocument
56 from the Input Document
/PHP-7.1/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) );

Completed in 27 milliseconds

12345678910>>...64