Home
last modified time | relevance | path

Searched refs:array (Results 3601 – 3625 of 6720) sorted by relevance

1...<<141142143144145146147148149150>>...269

/PHP-8.1/ext/soap/tests/
H A Dbug73037.phpt39 array(
43 array(
69 $s = new SoapServer(NULL, array('uri' => 'http://here'));
76 foreach (array(1024-1, 1024*8-3, 1024*9+1, 1024*16-1, 1024*32-5, 1024*64+3, 1024*128-7) as $k => $i…
80 foreach (array(false, true) as $b) {
/PHP-8.1/ext/json/tests/
H A Dbug68817.phpt10 array(1) {
/PHP-8.1/ext/standard/tests/file/
H A Dfscanf_variation1.phpt25 var_dump( is_array($return_value), $return_value); // return type is an array
39 array(1) {
/PHP-8.1/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound1_003w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_compound1.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDocument((object)array("_"=>"Test Document Here","ID"=>1));
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_004w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString(array("inputString"=>"Hello World"));
H A Dr4_groupI_xsd_006w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoBase64(array("inputBase64"=>"����HELLO�"));
H A Dr4_groupI_xsd_007w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoDate(array("inputDate"=>"2002-12-22T21:41:17Z"));
H A Dr4_groupI_xsd_017w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoBoolean(array("inputBoolean"=>true));
H A Dr4_groupI_xsd_018w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoHexBinary(array("inputHexBinary"=>"\x80\xFF\x00\x01\x7F"));
H A Dr4_groupI_xsd_027w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoEnum(array("inputEnum"=>"bitTwo"));
H A Dr4_groupI_xsd_003w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoFloat(array("inputFloat"=>12.345));
/PHP-8.1/ext/spl/tests/
H A Dbug45622b.phpt11 $ao = new UsesMagic(array(), ArrayObject::ARRAY_AS_PROPS);
28 Warning: Undefined array key "prop1" in %s on line %d
H A Ddit_002.phpt8 $classes = array(
23 $flags = array(
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug38334.phpt28 array(3) {
37 array(3) {
/PHP-8.1/sapi/cli/tests/
H A D022.phpt21 $desc = array(
26 $pipes = array();
/PHP-8.1/ext/sysvshm/tests/
H A D005.phpt18 shm_put_var($s, 1, array(1,2,3));
49 array(3) {
/PHP-8.1/ext/reflection/tests/
H A Dnew_in_attributes.phpt40 array(2) {
56 array(2) {
/PHP-8.1/ext/openssl/tests/
H A Dbug55646.phpt13 $config = array(
21 $csr_info = array(
/PHP-8.1/ext/phar/tests/
H A D021.phpt15 $files = array();
32 array(26) {
/PHP-8.1/ext/gmp/tests/
H A Dgmp_prob_prime.phpt32 var_dump(gmp_prob_prime(array()));
78 gmp_prob_prime(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug29795.phpt26 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
29 $client = new LocalSoapClient(__DIR__."/bug29795.wsdl",array("trace"=>1));
/PHP-8.1/ext/curl/tests/
H A Dcurl_multi_getcontent_basic3.phpt50 array(2) {
56 array(0) {
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strtoupper_variation4.phpt14 $uppers = array('Basic Latin' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
17 $lowers = array('Basic Latin' => 'abcdefghijklmnopqrstuvwxyz',
/PHP-8.1/Zend/tests/weakrefs/
H A Dweakmap_iteration.phpt65 array(2) {
73 array(2) {
/PHP-8.1/ext/standard/tests/image/
H A Dimage_type_to_mime_type_variation2.phpt8 $values = array (
28 // loop through each element of the array for imagetype

Completed in 25 milliseconds

1...<<141142143144145146147148149150>>...269