Home
last modified time | relevance | path

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

12345678910>>...61

/PHP-7.4/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.4/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.4/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.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h139 const mbfl_encoding *from; member
143 MBFLAPI extern mbfl_buffer_converter * mbfl_buffer_converter_new(const mbfl_encoding *from, const m…
225 mbfl_substr(mbfl_string *string, mbfl_string *result, size_t from, size_t length);
231 mbfl_strcut(mbfl_string *string, mbfl_string *result, size_t from, size_t length);
243 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, size_t from, size_t …
/PHP-7.4/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.4/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 context '' 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 context '' 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-7.4/ext/oci8/tests/
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 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_cancel.phpt27 open c1 for select 1 from dual union all select 2 from dual;
29 open c2 for select 3 from dual;
/PHP-7.4/Zend/tests/generators/
H A Dbug70904.phpt2 Bug #70904 (yield from incorrectly marks valid generator as finished)
11 yield from $g1;
/PHP-7.4/ext/imap/tests/
H A Dbug80215.phpt10 "from" => 1,
28 ["from"]=>
/PHP-7.4/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.4/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-7.4/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.4/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-7.4/ext/dom/tests/
H A Dbug47430.phpt24 Warning: Creating default object from empty value in %s on line %d
26 Warning: Creating default object from empty value in %s on line %d
/PHP-7.4/ext/mysqli/tests/
H A D063.phpt23 // an exception should be thrown from prepare (i.e. constructor) not from execute
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_77863.phpt14 select true, 'true' from rdb\$database
16 select false, 'false' from rdb\$database
18 select unknown, 'unknown' from rdb\$database
20 select trim(s) as s from t where b is not distinct from :p
/PHP-7.4/ext/pcntl/
H A Dpcntl.c669 add_assoc_long(to, #field, from.field)
671 #define PHP_RUSAGE_SPECIAL(from, to) \ argument
677 PHP_RUSAGE_PARA(from, to, ru_ixrss); \
678 PHP_RUSAGE_PARA(from, to, ru_idrss); \
682 PHP_RUSAGE_PARA(from, to, ru_nvcsw); \
684 PHP_RUSAGE_PARA(from, to, ru_nswap);
686 #define PHP_RUSAGE_SPECIAL(from, to) argument
689 #define PHP_RUSAGE_COMMON(from ,to) \ argument
695 #define PHP_RUSAGE_TO_ARRAY(from, to) \ argument
697 PHP_RUSAGE_SPECIAL(from, to) \
[all …]

Completed in 42 milliseconds

12345678910>>...61