Home
last modified time | relevance | path

Searched refs:from (Results 101 – 125 of 1523) sorted by relevance

12345678910>>...61

/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h51 const mbfl_encoding *from; member
60 const mbfl_encoding *from,
74 …fl_convert_filter_reset(mbfl_convert_filter *filter, const mbfl_encoding *from, const mbfl_encodin…
77 …uct mbfl_convert_vtbl * mbfl_convert_filter_get_vtbl(const mbfl_encoding *from, const mbfl_encodin…
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_variation7.phpt19 * remove the execute permission from the parent dir and test dir() on child dir
20 * 1) remove write & execute permission from the 1st parent and test dir()
21 * 2) remove execute permission from 2nd parent and test dir()
24 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
45 // remove the write and execute permisson from sub parent
51 // remove the execute permisson from parent dir, allowing all permission for sub dir
77 *** Testing dir() : remove execute permission from the parent dir ***
/PHP-7.4/Zend/tests/
H A Dbug71724.phpt2 Bug #71724: yield from does not count EOLs
13 from [__LINE__];
H A Dclosure_061.phpt121 Cannot rebind scope of closure created from function
124 Cannot rebind scope of closure created from function
142 Cannot rebind scope of closure created from function
166 Cannot rebind scope of closure created from method
169 Cannot rebind scope of closure created from method
172 Cannot rebind scope of closure created from method
192 Cannot rebind scope of closure created from method
195 Cannot rebind scope of closure created from method
198 Cannot rebind scope of closure created from method
219 Cannot rebind scope of closure created from method
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation1.phpt22 echo "\n\nRead a line from the client, causing data to be buffered:\n";
26 echo "\n\nRead 3 bytes of data from the client:\n";
30 echo "\n\nClose the server side socket and read the remaining data from the client:\n";
59 Read a line from the client, causing data to be buffered:
78 Read 3 bytes of data from the client:
97 Close the server side socket and read the remaining data from the client:
/PHP-7.4/ext/ftp/tests/
H A Dftp_delete.phpt17 echo "Test case #1: removal of existing file from FTP, should return true:", PHP_EOL;
20 echo "Test case #2: removal of non-existent file from FTP, should return false:", PHP_EOL;
26 Test case #1: removal of existing file from FTP, should return true:
28 Test case #2: removal of non-existent file from FTP, should return false:
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_x509_export_to_file_basic.phpt17 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
19 var_dump(openssl_x509_export_to_file($d, $outfilename)); // read cert from a resource
35 Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in %s on line %d
39 Warning: openssl_x509_export_to_file(): cannot get cert from parameter 1 in %s on line %d
H A Dopenssl_x509_export_basic.phpt16 var_dump(openssl_x509_export($b, $output2)); // read cert from a filename string
18 var_dump(openssl_x509_export($d, $output4)); // read cert from a resource
35 Warning: openssl_x509_export(): cannot get cert from parameter 1 in %s on line %d
39 Warning: openssl_x509_export(): cannot get cert from parameter 1 in %s on line %d
H A Dopenssl_pkcs12_export_basic.phpt22 var_dump(openssl_pkcs12_export($cert_path, $output, $priv_path, $pass)); // read certs from a filen…
24 var_dump(openssl_pkcs12_export($cert_res, $output, $priv_res, $pass)); // read certs from a resource
47 Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
50 Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
55 Warning: openssl_pkcs12_export(): cannot get cert from parameter 1 in %s on line %d
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt13 select 1 from rdb$database
15 select n+1 from r where n < 1000
19 from r
/PHP-7.4/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt20 " select * from #php_pdo; " .
31 // check results from the insert
35 // check results from the exec
39 // check results from the drop table
43 // check results from the drop procedure
/PHP-7.4/tests/lang/
H A D023.phpt196 $i should go from 0 to 2<br>
197 $j should go from 3 to 4, and $q should go from 3 to 4<br>
204 $j should go from 0 to 2<br>
208 $k should go from 0 to 2<br>
213 $j should go from 3 to 4, and $q should go from 3 to 4<br>
220 $j should go from 0 to 2<br>
224 $k should go from 0 to 2<br>
229 $j should go from 3 to 4, and $q should go from 3 to 4<br>
236 $j should go from 0 to 2<br>
240 $k should go from 0 to 2<br>
[all …]
/PHP-7.4/Zend/tests/generators/
H A Dreturn_from_by_ref_generator.phpt2 Return from by-ref generator
13 var_dump(yield from gen());
H A Dyield_from_iterator_agregate.phpt2 yield from with an IteratorAggregate
13 yield from new foo;
H A Dbug79600.phpt7 yield from [
14 yield from createArrayGenerator();
H A Dyield_from_iterator.phpt2 yield from with an (Array)Iterator
7 yield from new ArrayIterator([2, 3, 4]);
H A Dyield_from_greedy_parse.phpt2 yield from parses too greedily
16 yield from(bar());
H A Dbug71297.phpt2 Bug #71297 (Memory leak with consecutive yield from)
13 yield from foo();
/PHP-7.4/ext/bz2/tests/
H A D003-mb.phpt31 string(251) "ing up from the heart of the desert
33 Rising up from the heat of the desert
35 Rising up from the heart of the desert
37 Rising up from the heat of the desert
H A D003.phpt31 string(251) "ing up from the heart of the desert
33 Rising up from the heat of the desert
35 Rising up from the heart of the desert
37 Rising up from the heat of the desert
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_5.phpt2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: get from wrong statement
34 open c1 for select 1 from dual union all select 2 from dual;
36 open c1 for select 3 from dual union all select 4 from dual;
38 open c1 for select 5 from dual union all select 6 from dual;
/PHP-7.4/ext/pgsql/tests/
H A D27large_object_oid.phpt17 echo "create LO from int\n";
25 echo "create LO from string\n";
44 create LO from int
45 create LO from string
H A D28large_object_import_oid.phpt17 echo "import LO from int\n";
25 echo "import LO from string\n";
45 import LO from int
46 import LO from string
/PHP-7.4/ext/opcache/tests/
H A Dissue0115.phpt21 echo "Hello from Index 1.\n";
29 echo "Hello from Index 2.\n";
47 Hello from Index 1.
49 Hello from Index 2.
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt16 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 10…
22 $s = $dbh->prepare("select dummy from dual" );
29 $s = $dbh->prepare("select '' as myempty, null as mynull from dual", array(PDO::ATTR_PREFETCH => 0)…
30 $s = $dbh->prepare("select dummy from dual" );

Completed in 16 milliseconds

12345678910>>...61