Home
last modified time | relevance | path

Searched refs:from (Results 151 – 175 of 1293) sorted by relevance

12345678910>>...52

/PHP-8.0/ext/phar/tests/
H A Dbug77022.phpt20 $phar->addFromString("test-from-string", 'test-file-phar');
23 var_dump(decoct(stat(__DIR__ . '/test-from-string')['mode']));
25 unlink(__DIR__ . '/test-from-string');
/PHP-8.0/ext/oci8/tests/
H A Dbug44206.phpt17 $stmt = "select cursor (select $x from dual) a,
18 cursor (select $x from dual) b
19 from dual";
H A Dimp_res_2.phpt28 open c1 for select * from dual where 1 = 0;
35 open c1 for select * from dual;
37 open c1 for select * from dual where 1 = 0;
44 open c1 for select * from dual where 1 = 0;
46 open c1 for select * from dual;
H A Db47243_1.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
H A Db47243_2.phpt15 $s = oci_parse($c, "select cursor(select dummy from dual) from dual");
/PHP-8.0/ext/phar/tests/zip/
H A Dcorrupt_006.phpt2 Phar: zip with file created from stdin
14 phar error: Cannot process zips created from stdin (zero-length filename) in zip-based phar "%sstdi…
/PHP-8.0/Zend/tests/
H A Dinter_01.phpt2 Inherited constant from interface
18 Fatal error: Cannot inherit previously-inherited or override constant foo from interface foo in %s …
/PHP-8.0/ext/standard/tests/file/
H A Duserwrapper.phpt10 function rename($from, $to) {
11 print "Renaming $from to $to\n";
37 rename('test://example.com/path/to/from', 'test://example.com/path/to/to');
39 @rename('test://example.com/path/to/from', 'http://example.com/path/to/to');
48 Renaming test://example.com/path/to/from to test://example.com/path/to/to
H A Dbug69442.phpt44 echo 'read from pipe 0: ';
49 echo 'read from pipe 3: ';
56 read from pipe 0: string(5) "foo
58 read from pipe 3: string(3) "42
/PHP-8.0/ext/standard/tests/dir/
H A Dscandir_variation5.phpt13 * remove the execute permission from the parent dir and test scandir() on child dir
14 * 1. remove write & execute permission from the 1st parent and test scandir()
15 * 2. remove execute permission from 2nd parent and test scandir()
40 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
H A Dopendir_variation5.phpt13 * remove the execute permission from the parent dir and test opendir() on child dir
14 * 1) remove write & execute permission from the 1st parent and test opendir()
15 * 2) remove execute permission from 2nd parent and test opendir()
39 // remove the write and execute permission from sub parent
46 // remove the execute permission from parent dir, allowing all permission for sub dir
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation4.phpt22 echo "\n\nRead a line from the client:\n";
26 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
57 Read a line from the client:
76 Close the server side socket and read the remaining data from the client:
H A Dstream_get_meta_data_socket_variation2.phpt25 echo "\n\nWrite some data from the server:\n";
29 echo "\n\nRead some data from the client:\n";
76 Write some data from the server:
95 Read some data from the client:
/PHP-8.0/tests/classes/
H A Dinterface_constant_inheritance_003.phpt2 Ensure a class may not inherit two constants with the same name from two separate interfaces.
19 Fatal error: Cannot inherit previously-inherited or override constant FOO from interface I2 in %s o…
/PHP-8.0/Zend/tests/generators/
H A Dgc_with_root_parent_mismatch.phpt2 Generator GC when the yield from parent chain does not reach the root
12 yield from $gen;
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
19 var_dump(yield from gen1());
/PHP-8.0/ext/pdo/tests/
H A Dbug_44409.phpt18 $db->exec("INSERT INTO test (dat) VALUES ('Data from DB')");
29 return "any data from serizalize()";
44 Method called: bug44409::unserialize('Data from DB')
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_param_str_natl.phpt24 var_dump($db->query('SELECT * from test'));
25 foreach ($db->query('SELECT * from test') as $row) {
38 string(18) "SELECT * from test"
/PHP-8.0/ext/reflection/tests/
H A DReflectionGenerator_getTrace.phpt13 yield from foo();
18 yield from bar();
H A DReflectionParameter_002.phpt22 echo "Parameters from staticMethod:\n\n";
37 echo "Parameters from instanceMethod:\n\n";
52 Parameters from staticMethod:
66 Parameters from instanceMethod:
H A DReflectionParameter_003.phpt12 echo "hello from test\n";
25 echo "parameter names from staticMethod method:\n\n";
56 hello from test
60 parameter names from staticMethod method:
/PHP-8.0/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
54 Returned from function call...
63 Returned from function call...
/PHP-8.0/tests/lang/
H A DforeachLoopObjects.005.phpt14 echo "\nRemoving properties before the current element from an iterated object.\n";
29 echo "\nRemoving properties before the current element from an iterated object.\n";
46 Removing properties before the current element from an iterated object.
62 Removing properties before the current element from an iterated object.
/PHP-8.0/ext/standard/tests/array/
H A Darray_diff_assoc_variation9.phpt21 echo "\n-- Compare subarrays from two 2-D arrays --\n";
27 echo "\n-- Compare a subarray from one 2-D array and one 2-D array --\n";
77 -- Compare subarrays from two 2-D arrays --
105 -- Compare a subarray from one 2-D array and one 2-D array --
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt23 $s = $dbh->prepare("select dummy from dual" );
34 $s = $dbh->prepare("select dummy from dual" );
45 $s = $dbh->prepare("select dummy from dual" );
56 $s = $dbh->prepare("select dummy from dual" );

Completed in 32 milliseconds

12345678910>>...52