Home
last modified time | relevance | path

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

12345678910>>...52

/PHP-8.0/ext/sockets/tests/
H A Dbug76839.phpt2 Bug #76839: socket_recvfrom may return an invalid 'from' address on MacOS
27 // Send message from sender socket to receiver socket
31 $from = '';
33 socket_recvfrom($receiverSocket, $message, 65535, 0, $from);
36 // Respond to the sender using the 'from' address from socket_recvfrom
37 socket_sendto($receiverSocket, 'Pong!', 5, 0, $from);
/PHP-8.0/ext/standard/tests/file/
H A Dfread_variation4.phpt104 Reading 1030 bytes from file, expecting 0 bytes ...
112 Reading 10 bytes from file, expecting 0 bytes ...
129 Reading 10 bytes from file, expecting 0 bytes ...
146 Reading 10 bytes from file, expecting 0 bytes ...
163 Reading 10 bytes from file, expecting 0 bytes ...
180 Reading 10 bytes from file, expecting 0 bytes ...
197 Reading 10 bytes from file, expecting 0 bytes ...
214 Reading 10 bytes from file, expecting 0 bytes ...
231 Reading 10 bytes from file, expecting 0 bytes ...
248 Reading 10 bytes from file, expecting 0 bytes ...
[all …]
/PHP-8.0/ext/sysvsem/tests/
H A Dsysv.phpt61 echo "Fail to retrieve Var 1 from Shared memory, return value=$var1.\n";
69 echo "Fail to retrieve Var 2 from Shared memory, 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 shared memory from SysV.\n";
89 echo "semaphore removed successfully from SysV.\n";
91 echo "Fail to remove semaphore from SysV.\n";
105 Shared memory successfully removed from SysV.
106 semaphore removed successfully from SysV.
/PHP-8.0/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-8.0/ext/oci8/tests/
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;
H A Drefcur_prefetch_1.phpt140 Fetch Row from PHP
147 Fetch Row from PL/SQL
153 Fetch Row from PHP
160 Fetch Row from PL/SQL
166 Fetch Row from PHP
177 Fetch Row from PL/SQL
183 Fetch Row from PHP
190 Fetch Row from PL/SQL
196 Fetch Row from PHP
203 Fetch Row from PL/SQL
[all …]
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…
73 string(42) "select /*+ MONITOR */ 'dboptest' from dual"
/PHP-8.0/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-8.0/Zend/tests/
H A Dbug79927.phpt2 Bug #79927: Generator doesn't throw exception after multiple yield from iterable
7 yield from [1, 2, 3];
20 yield from [];
/PHP-8.0/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-8.0/ext/opcache/tests/opt/
H A Dsccp_032.phpt2 SCCP 032: Yield from optimizations
14 $result = yield from [];
16 yield from $a;
19 yield from $a;
/PHP-8.0/ext/bz2/tests/
H A D003-mb.phpt27 string(251) "ing up from the heart of the desert
29 Rising up from the heat of the desert
31 Rising up from the heart of the desert
33 Rising up from the heat of the desert
H A D003.phpt27 string(251) "ing up from the heart of the desert
29 Rising up from the heat of the desert
31 Rising up from the heart of the desert
33 Rising up from the heat of the desert
/PHP-8.0/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-8.0/ext/standard/tests/array/
H A Darray_splice_variation3.phpt28 echo "absolute offset - absolute length - cut from end\n";
54 echo "relative offset - absolute length - cut from end\n";
75 absolute offset - absolute length - cut from beginning
116 absolute offset - absolute length - cut from middle
157 absolute offset - absolute length - cut from end
321 absolute offset - relative length - cut from beginning
362 absolute offset - relative length - cut from middle
485 relative offset - absolute length - cut from beginning
526 relative offset - absolute length - cut from middle
567 relative offset - absolute length - cut from end
[all …]
H A Darray_column_basic.phpt7 /* Array representing a possible record set returned from a database */
26 echo "-- first_name column from recordset --\n";
29 echo "-- id column from recordset --\n";
32 echo "-- last_name column from recordset, keyed by value from id column --\n";
35 echo "-- last_name column from recordset, keyed by value from first_name column --\n";
135 -- first_name column from recordset --
144 -- id column from recordset --
153 -- last_name column from recordset, keyed by value from id column --
162 -- last_name column from recordset, keyed by value from first_name column --
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-8.0/ext/phar/tests/
H A Dphar_metadata_write4.phpt49 echo "Loading metadata from 'a' from the new phar\n";
51 echo "Loading metadata from 'a' from the new phar with unserialize options\n";
55 // 2. free the original data, checking for exceptions or the data getting set from destructors or e…
85 Loading metadata from 'a' from the new phar
90 Loading metadata from 'a' from the new phar with unserialize options
H A Dphar_construct_invalidurl.phpt26 Cannot create a phar archive from a URL like "http://should.fail.com". Phar objects can only be cre…
27 Cannot create a phar archive from a URL like "http://". Phar objects can only be created from local…
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug25038.phpt8 throw new Exception("This is an exception from bar({$x}).");
29 This is an exception from bar(first try).
30 This is an exception from bar(second try).
/PHP-8.0/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-8.0/ext/standard/tests/dir/
H A Ddir_variation7.phpt13 * remove the execute permission from the parent dir and test dir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test dir()
15 * 2) remove execute permission from 2nd parent and test dir()
18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
39 // remove the write and execute permission from sub parent
45 // remove the execute permission from parent dir, allowing all permission for sub dir
71 *** Testing dir() : remove execute permission from the parent dir ***

Completed in 29 milliseconds

12345678910>>...52