Home
last modified time | relevance | path

Searched refs:from (Results 76 – 100 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/Zend/tests/generators/
H A Dbug70965.phpt2 Bug #70965 (yield from with a common iterator primes too much)
7 yield from [1, 2, 3, 4, 5];
11 yield from $g;
H A Dyield_from_already_running.phpt2 Yielding from the already running Generator should fail (bug #69458)
7 yield from yield;
14 Fatal error: Uncaught Error: Impossible to yield from the Generator being currently run in %s:%d
/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_setAccessible.phpt96 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
97 string(73) "Trying to invoke private method A::aPrivate() from scope ReflectionMethod"
98 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
99 string(79) "Trying to invoke private method A::aPrivateStatic() from scope ReflectionMethod"
100 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
101 string(77) "Trying to invoke protected method A::aProtected() from scope ReflectionMethod"
102 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"
103 string(83) "Trying to invoke protected method A::aProtectedStatic() from scope ReflectionMethod"
H A DReflectionClass_getStaticPropertyValue_001.phpt20 echo "Retrieving static values from A:\n";
28 echo "\nRetrieving static values from B:\n";
34 echo "\nRetrieving non-existent values from A with no default value:\n";
51 Retrieving static values from A:
58 Retrieving static values from B:
63 Retrieving non-existent values from A with no default value:
/PHP-7.4/Zend/tests/
H A Dbug52041.phpt2 Bug #52041 (Memory leak when writing on uninitialized variable returned from function)
28 Warning: Creating default object from empty value in %sbug52041.php on line 6
32 Warning: Creating default object from empty value in %sbug52041.php on line 7
34 Warning: Creating default object from empty value in %sbug52041.php on line 7
38 Warning: Creating default object from empty value in %sbug52041.php on line 8
44 Warning: Creating default object from empty value in %sbug52041.php on line 9
48 Warning: Creating default object from empty value in %sbug52041.php on line 9
54 Warning: Creating default object from empty value in %sbug52041.php on line 10
60 Warning: Creating default object from empty value in %sbug52041.php on line 11
64 Warning: Creating default object from empty value in %sbug52041.php on line 11
H A Dbug79657.phpt2 Bug #79657: "yield from" hangs when invalid value encountered
18 yield from throwException();
23 yield from $callback();
/PHP-7.4/ext/standard/tests/file/
H A Dfread_variation4.phpt120 Reading 10 bytes from file, expecting 0 bytes ...
137 Reading 10 bytes from file, expecting 0 bytes ...
154 Reading 10 bytes from file, expecting 0 bytes ...
171 Reading 10 bytes from file, expecting 0 bytes ...
188 Reading 10 bytes from file, expecting 0 bytes ...
205 Reading 10 bytes from file, expecting 0 bytes ...
222 Reading 10 bytes from file, expecting 0 bytes ...
239 Reading 10 bytes from file, expecting 0 bytes ...
256 Reading 10 bytes from file, expecting 0 bytes ...
275 Reading 10 bytes from file, expecting 0 bytes ...
[all …]
H A Dfgetcsv_variation23.phpt7 Description: Gets line from file pointer and parse for CSV fields
10 /* Testing fgetcsv() to read from an empty file */
12 echo "*** Testing fgetcsv() : reading from file which is having zero content ***\n";
14 // try reading from file which is having zero content
39 *** Testing fgetcsv() : reading from file which is having zero content ***
/PHP-7.4/ext/standard/tests/array/
H A Darray_splice_variation3.phpt29 echo "absolute offset - absolute length - cut from end\n";
76 absolute offset - absolute length - cut from beginning
117 absolute offset - absolute length - cut from middle
158 absolute offset - absolute length - cut from end
322 absolute offset - relative length - cut from beginning
363 absolute offset - relative length - cut from middle
486 relative offset - absolute length - cut from beginning
527 relative offset - absolute length - cut from middle
568 relative offset - absolute length - cut from end
732 relative offset - relative length - cut from beginning
[all …]
H A Drange.phpt11 echo "-- An array of elements from low to high --\n";
13 echo "\n-- An array of elements from high to low --\n";
17 echo "-- An array of elements from low to high --\n";
19 echo "\n-- An array of elements from high to low --\n";
23 echo "-- An array of elements from low to high --\n";
55 -- An array of elements from low to high --
79 -- An array of elements from high to low --
104 -- An array of elements from low to high --
128 -- An array of elements from high to low --
153 -- An array of elements from low to high --
[all …]
/PHP-7.4/ext/zip/tests/
H A Dpecl12414.phpt2 Bug #12414 ( extracting files from damaged archives)
27 echo "zip_readfile could not open stream from zero length file " . $zipname . " : " .$filename;
32 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
37 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt22 // check results from the create table
26 // check results from the first insert
30 // check results from the update
34 // check results from the second insert
38 // check results from the drop
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_close_2.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
H A Ddb_op_2.phpt38 dq($c, 'select /*+ MONITOR */ * from dual');
41 dq($c, 'select /*+ MONITOR */ * from dual');
43 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op_2%\' order by dbop_exec_id…
47 dq($c, 'select /*+ MONITOR */ \'dboptest\' from dual');
49 dq($c, 'select sql_text, dbop_name from v$sql_monitor where sql_text like \'%dboptest%\' order by d…
75 string(42) "select /*+ MONITOR */ 'dboptest' from dual"
H A Dimp_res_close.phpt28 open c1 for select 1 from dual union all select 2 from dual order by 1;
30 open c1 for select 3 from dual union all select 4 from dual order by 1;
32 open c1 for select 5 from dual union all select 6 from dual order by 1;
H A Dimp_res_get_all.phpt25 open c1 for select 1 from dual union all select 2 from dual;
27 open c1 for select 3 from dual union all select 4 from dual;
29 open c1 for select 5 from dual union all select 6 from dual;
H A Dimp_res_get_close_1.phpt28 open c1 for select 1 from dual union all select 2 from dual;
30 open c1 for select 3 from dual union all select 4 from dual;
32 open c1 for select 5 from dual union all select 6 from dual;
/PHP-7.4/ext/sysvsem/tests/
H A Dsysv.phpt61 echo "Fail to retrieve Var 1 from Shared memory $shm_id, return value=$var1.\n";
69 echo "Fail to retrieve Var 2 from Shared memory $shm_id, return value=$var2.\n";
80 // remove shared memory segmant from SysV
82 echo "Shared memory successfully removed from SysV.\n";
84 echo "Fail to remove $shm_id shared memory from SysV.\n";
89 echo "semaphore removed successfully from SysV.\n";
91 echo "Fail to remove $sem_id semaphore from SysV.\n";
110 Shared memory successfully removed from SysV.
111 semaphore removed successfully from SysV.
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_091.phpt97 Warning: Creating default object from empty value in %s on line %d
99 Warning: Creating default object from empty value in %s on line %d
116 Warning: Creating default object from empty value in %s on line %d
118 Warning: Creating default object from empty value in %s on line %d
135 Warning: Creating default object from empty value in %s on line %d
137 Warning: Creating default object from empty value in %s on line %d
139 Warning: Creating default object from empty value in %s on line %d
141 Warning: Creating default object from empty value in %s on line %d
164 Warning: Creating default object from empty value in %s on line %d
166 Warning: Creating default object from empty value in %s on line %d
[all …]
/PHP-7.4/ext/phar/tests/
H A Dphar_construct_invalidurl.phpt27 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
28 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
/PHP-7.4/ext/pdo/tests/
H A Dbug_44861.phpt30 $from = 'FROM DUAL';
33 $from = '';
37 $query = "SELECT 'row1' AS r $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT…
57 $res = $db->prepare("SELECT ? $from", $aParams);
/PHP-7.4/ext/opcache/Optimizer/
H A Dscdf.h78 static inline uint32_t scdf_edge(zend_cfg *cfg, int from, int to) { in scdf_edge() argument
85 if (cfg->predecessors[edge] == from) { in scdf_edge()
92 static inline zend_bool scdf_is_edge_feasible(scdf_ctx *scdf, int from, int to) { in scdf_is_edge_feasible() argument
93 uint32_t edge = scdf_edge(&scdf->ssa->cfg, from, to); in scdf_is_edge_feasible()
97 void scdf_mark_edge_feasible(scdf_ctx *scdf, int from, int to);
/PHP-7.4/ext/standard/tests/strings/
H A Dtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
20 echo "\n-- Trim non-whitespace from a string --\n";
23 echo "\n-- Trim some non-white space characters from a string --\n";
37 -- Trim non-whitespace from a string --
40 -- Trim some non-white space characters from a string --
/PHP-7.4/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
20 Fatal error: Uncaught Error: Call to private DB::__construct() from invalid context in %s
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
30 This is an exception from bar(first try).
31 This is an exception from bar(second try).

Completed in 33 milliseconds

12345678910>>...61