Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1496) sorted by relevance

12345678910>>...60

/PHP-5.6/ext/pcre/tests/
H A Dbug41638.phpt10 // these two are from Magnus Holmgren (extracted from a pcre-dev mailing list post)
/PHP-5.6/ext/intl/tests/
H A Dtransliterator_create_from_rule_error.phpt48 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
49 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error after…
51 …(): transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error …
52 transliterator_create_from_rules: unable to create ICU transliterator from rules (parse error at of…
/PHP-5.6/ext/oci8/tests/
H A Ddrcp_cclass1.phpt13 …$s = oci_parse($c, "select nvl(sys_context('userenv', 'con_name'), 'notacdb') as dbtype from dual"…
39 $s = oci_parse($c, "select * from dual");
48 $s = oci_parse($c, "select * from dual");
55 $s = oci_parse($c, "select cclass_name from v\$cpool_cc_stats where cclass_name like '%.cc__$t' ord…
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");
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 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 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;
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.6/ext/date/tests/
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 ***
H A Dbug62561.phpt12 echo 'day from ts: '.$dayFromTs->format('Y-m-d H:i:s')."\n";
16 day from ts: 2012-07-02 04:00:00
/PHP-5.6/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.6/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>
/PHP-5.6/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.6/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-5.6/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.6/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.6/ext/pdo_mysql/tests/
H A Dbug_61207.phpt19 select * from test where id = ?;
34 $handle2 = $db->prepare('select * from test where id = ?;
51 select * from test where id = ?;');
68 select * from test where id = ?;');
/PHP-5.6/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-5.6/ext/mbstring/oniguruma/
H A Dtestu.c25 static void uconv(char* from, char* to, int len) in uconv() argument
34 c = (unsigned char )from[i]; in uconv()
36 c = (unsigned char )from[i+1]; in uconv()
49 c = (unsigned char )from[i+1]; in uconv()
103 if (pmatch[mem].rm_so == from && pmatch[mem].rm_eo == to) { in xx()
109 from, to, pmatch[mem].rm_so, pmatch[mem].rm_eo); in xx()
175 if (region->beg[mem] == from && region->end[mem] == to) { in xx()
181 from, to, region->beg[mem], region->end[mem]); in xx()
190 static void x2(char* pattern, char* str, int from, int to) in x2() argument
192 xx(pattern, str, from, to, 0, 0); in x2()
[all …]
/PHP-5.6/win32/
H A Dphp5dllts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.
H A Dphp5ts.rc15 // Generated from the TEXTINCLUDE 2 resource.
113 // Generated from the TEXTINCLUDE 3 resource.

Completed in 28 milliseconds

12345678910>>...60