Home
last modified time | relevance | path

Searched refs:from (Results 26 – 50 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_rowcount.phpt23 // check results from the create table
27 // check results from the set rowcount
31 // check results from the first insert
35 // check results from the second insert
39 // check results from the update
54 "select * from #php_pdo;" .
55 "delete from #php_pdo;" .
59 // check results from set rowcount
63 // check results from the select
68 // check results from the delete
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dyield_from_force_closed.phpt2 Cannot "yield from" from force closed generator
14 yield from gen1();
17 yield from gen1();
34 Error: Cannot use "yield from" in a force-closed generator in %s:%d
H A Dyield_from_backtrace.phpt2 Exceptions in linear yield from setup
5 function from($off) {
14 yield from from(2);
33 #0 from(2) called at [%s:%d]
43 #0 from(2) called at [%s:%d]
H A Dbug74954.phpt2 Bug #74954 (crash after update of generator yielding from finished generator)
6 function from() {
13 var_dump(yield from $gen);
17 $gen = from();
36 #0 %s(%d): from()
41 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
H A Dmultiple_yield_from_on_same_generator.phpt2 Multiple yield from on a same Generator instance
9 var_dump(yield from gen($a + 1));
16 var_dump(yield from $gen);
19 /* Twice a Generator from bar() using yield from on $gen */
H A Dmutli_yield_from_with_exception.phpt2 Multiple yield from on a same Generator throwing an Exception
5 function from() {
12 var_dump(yield from $gen);
16 $gen = from();
38 #0 %s(%d): from()
44 ClosedGeneratorException: Generator yielded from aborted, no return value available in %s:%d
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation3-win32-mb.phpt127 Reading 10 bytes from file, expecting 0 bytes ... OK
141 Reading 10 bytes from file, expecting 0 bytes ... OK
155 Reading 10 bytes from file, expecting 0 bytes ... OK
169 Reading 10 bytes from file, expecting 0 bytes ... OK
183 Reading 10 bytes from file, expecting 0 bytes ... OK
197 Reading 10 bytes from file, expecting 0 bytes ... OK
211 Reading 10 bytes from file, expecting 0 bytes ... OK
225 Reading 10 bytes from file, expecting 0 bytes ... OK
239 Reading 10 bytes from file, expecting 0 bytes ... OK
255 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation3-win32.phpt127 Reading 10 bytes from file, expecting 0 bytes ... OK
141 Reading 10 bytes from file, expecting 0 bytes ... OK
155 Reading 10 bytes from file, expecting 0 bytes ... OK
169 Reading 10 bytes from file, expecting 0 bytes ... OK
183 Reading 10 bytes from file, expecting 0 bytes ... OK
197 Reading 10 bytes from file, expecting 0 bytes ... OK
211 Reading 10 bytes from file, expecting 0 bytes ... OK
225 Reading 10 bytes from file, expecting 0 bytes ... OK
239 Reading 10 bytes from file, expecting 0 bytes ... OK
255 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation3.phpt127 Reading 10 bytes from file, expecting 0 bytes ... OK
141 Reading 10 bytes from file, expecting 0 bytes ... OK
155 Reading 10 bytes from file, expecting 0 bytes ... OK
169 Reading 10 bytes from file, expecting 0 bytes ... OK
183 Reading 10 bytes from file, expecting 0 bytes ... OK
197 Reading 10 bytes from file, expecting 0 bytes ... OK
211 Reading 10 bytes from file, expecting 0 bytes ... OK
225 Reading 10 bytes from file, expecting 0 bytes ... OK
239 Reading 10 bytes from file, expecting 0 bytes ... OK
255 Reading 10 bytes from file, expecting 0 bytes ... OK
[all …]
H A Dfread_variation1.phpt83 // read from file, by giving the file actual size,
115 Reading 1024 bytes from file, expecting 1024 bytes ... OK
122 Reading 1000 bytes from file, expecting 1000 bytes ... OK
130 Reading 1024 bytes from file, expecting 1024 bytes ... OK
137 Reading 1000 bytes from file, expecting 1000 bytes ... OK
145 Reading 1024 bytes from file, expecting 1024 bytes ... OK
152 Reading 1000 bytes from file, expecting 1000 bytes ... OK
160 Reading 1024 bytes from file, expecting 1024 bytes ... OK
167 Reading 1000 bytes from file, expecting 1000 bytes ... OK
175 Reading 1024 bytes from file, expecting 1024 bytes ... OK
[all …]
/PHP-7.4/ext/reflection/tests/
H A DReflectionClass_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
28 string(12) "hello from C"
31 string(12) "hello from C"
34 string(12) "hello from C"
37 string(12) "hello from F"
H A DReflectionObject_getConstants_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
30 string(12) "hello from C"
35 string(12) "hello from C"
40 string(12) "hello from C"
45 string(12) "hello from F"
H A DReflectionObject_getConstant_basic.phpt6 const a = 'hello from C';
13 const a = 'hello from F';
28 string(12) "hello from C"
31 string(12) "hello from C"
34 string(12) "hello from C"
37 string(12) "hello from F"
/PHP-7.4/tests/lang/
H A D024.phpt540 $j should go from 3 to 4, and $q should go from 3 to 4
556 $j should go from 3 to 4, and $q should go from 3 to 4
572 $j should go from 3 to 4, and $q should go from 3 to 4
765 $j should go from 3 to 4, and $q should go from 3 to 4
781 $j should go from 3 to 4, and $q should go from 3 to 4
797 $j should go from 3 to 4, and $q should go from 3 to 4
990 $j should go from 3 to 4, and $q should go from 3 to 4
1006 $j should go from 3 to 4, and $q should go from 3 to 4
1022 $j should go from 3 to 4, and $q should go from 3 to 4
1215 $j should go from 3 to 4, and $q should go from 3 to 4
[all …]
H A DforeachLoop.011.phpt2 Changing from an interable type to a non iterable type during the iteration
5 echo "\nChange from array to non iterable:\n";
13 echo "\nChange from object to non iterable:\n";
25 Change from array to non iterable:
30 Change from object to non iterable:
H A DpassByReference_006.phpt59 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
61 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
63 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
65 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
67 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
69 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
107 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
109 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
111 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
113 Warning: Creating default object from empty value in %spassByReference_006.php on line %d
[all …]
/PHP-7.4/tests/classes/
H A Dconstants_basic_003.phpt16 const MY_CONST = "hello from C";
25 string(12) "hello from A"
26 string(12) "hello from C"
27 string(12) "hello from A"
28 string(12) "hello from C"
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt111 $res_str .= " from $test[2]";
178 $res_str .= " from $test[2]";
244 $res_str .= " from $test[2]";
309 $res_str .= " from $test[2]";
807 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
810 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
829 find "ab" in "abc" - grapheme_strpos from 0 = 0 == 0
830 find "abc" in "abc" - grapheme_strpos from 0 = 0 == 0
855 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0
871 find "ab" in "ABc" - grapheme_stripos from 0 = 0 == 0
[all …]
H A Dgrapheme2.phpt111 $res_str .= " from $test[2]";
178 $res_str .= " from $test[2]";
244 $res_str .= " from $test[2]";
309 $res_str .= " from $test[2]";
807 find "a" in "abc" - grapheme_strpos from 0 = 0 == 0
810 find "a" in "ababc" - grapheme_strpos from 1 = 2 == 2
829 find "ab" in "abc" - grapheme_strpos from 0 = 0 == 0
830 find "abc" in "abc" - grapheme_strpos from 0 = 0 == 0
855 find "A" in "abc" - grapheme_stripos from 0 = 0 == 0
871 find "ab" in "ABc" - grapheme_stripos from 0 = 0 == 0
[all …]
/PHP-7.4/ext/bz2/tests/
H A D003.txt.bz2
H A D003私はガラスを食べられます.txt.bz2
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_error.phpt6 /* Prototype : string convert_cyr_string ( string $str , string $from , string $to )
7 * Description: Convert from one Cyrillic character set to another
12 $from = "k";
18 echo "\n-- Testing convert_cyr_string() function with invalid 'from' character set --\n";
22 var_dump(bin2hex( convert_cyr_string($str, $from, "?")) );
24 echo "\n-- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --\n";
32 -- Testing convert_cyr_string() function with invalid 'from' character set --
46 -- Testing convert_cyr_string() function with invalid 'from' and 'to' character set --
/PHP-7.4/ext/oci8/tests/
H A Drefcur_prefetch_4.phpt92 // Fetch from PL/SQL
97 echo "Fetch Row from PL/SQL\n";
101 // Fetch from PHP
102 echo "Fetch Row from PHP\n";
112 // Fetch from PHP
117 echo "Fetch Row from PHP\n";
125 // Fetch from PL/SQL
162 Fetch Row from PL/SQL
165 Fetch Row from PHP
173 Fetch Row from PHP
[all …]
/PHP-7.4/ext/pdo/tests/
H A Dbug_60665.phpt17 case 'oci': $from = 'from dual'; break;
18 case 'firebird': $from = 'from rdb$database'; break;
19 default: $from = ''; break;
21 $statement = $db->prepare("SELECT NULL AS null_value, 0 AS zero, 1 AS one $from");
/PHP-7.4/ext/gd/tests/
H A Dcreatefromgd2.phpt12 echo 'test create from gd2: ';
17 echo 'test create from gd2 part: ';
22 test create from gd2: ok
23 test create from gd2 part: ok

Completed in 147 milliseconds

12345678910>>...61