Home
last modified time | relevance | path

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

12345678910>>...62

/PHP-7.0/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.
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-7.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-7.0/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-7.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";
62 Test 3 - fetch both rows from second resource
65 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-7.0/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.0/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.0/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-7.0/ext/oci8/tests/
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 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 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");
/PHP-7.0/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-7.0/ext/imap/tests/
H A Dbug45705_2.phpt13 'from' => 'John Doe <john@example.com>',
29 ["from"]=>
43 ["from"]=>
/PHP-7.0/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-7.0/Zend/tests/generators/
H A Dthrow_into_yield_from_array.phpt2 Throwing into a generator yielding from an array/iterator
15 yield from $in;
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
11 yield from $g1;
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug71995.phpt2 Bug #71995 (Returning the same var twice from __sleep() produces broken serialized data)
21 Notice: serialize(): "b" is returned from __sleep multiple times in %sbug71995.php on line %d
/PHP-7.0/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-7.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-7.0/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 …]

Completed in 37 milliseconds

12345678910>>...62