Home
last modified time | relevance | path

Searched refs:array (Results 6351 – 6375 of 7349) sorted by relevance

1...<<251252253254255256257258259260>>...294

/PHP-7.3/ext/ftp/tests/
H A D006.phpt11 var_dump(ftp_connect(array()));
38 Warning: ftp_connect() expects parameter 1 to be string, array given in %s006.php on line 4
/PHP-7.3/ext/oci8/tests/
H A Dconn_attr_1.phpt5 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
25 $attr_array = array('MODULE','ACTION','CLIENT_INFO','CLIENT_IDENTIFIER');
/PHP-7.3/ext/standard/tests/strings/
H A Ducwords_variation4.phpt17 $str_array = array(
56 // loop through the $str_array array to test ucwords on each element
H A Dstrpos.phpt31 /* needles in an array to get the position of needle in $string */
32 $needles = array(
73 $offset_values = array (
122 echo "\n-- Passing an array as string and needle --\n";
123 $needles = array("hello", "?world", "!$%**()%**[][[[&@#~!");
299 -- Passing an array as string and needle --
301 Warning: strpos() expects parameter 1 to be string, array given in %s on line %d
/PHP-7.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_basic1.phpt46 // filename stored in array with single and double slash notation in its path
47 $files = array (
/PHP-7.3/ext/mbstring/tests/
H A Dmb_encode_mimeheader_variation6.phpt24 $linefeeds = array("\r\n",
/PHP-7.3/ext/posix/tests/
H A Dposix_getpwuid_error.phpt9 /* Prototype : proto array posix_getpwuid(long uid)
/PHP-7.3/ext/reflection/tests/
H A Dbug46064.phpt60 array(1) {
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug30799.phpt14 $x = new SoapClient(NULL,array("location"=>"test://",
H A Dbug38005.phpt29 $client = new TestSoapClient(NULL, array(
H A Dbug42488.phpt13 $soap = new SoapServer(NULL, array('uri'=>'test://'));
H A Dbug55323.phpt35 array('trace' => 1, 'exceptions' => 0));
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_002w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
H A Dr4_groupH_soapfault_002w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_soapfault.wsdl",array("trace"=>1,"except…
/PHP-7.3/ext/soap/tests/schema/
H A Dschema038.phpt17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema039.phpt19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema040.phpt20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema041.phpt19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
H A Dschema043.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema045.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema046.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema047.phpt22 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema048.phpt24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
H A Dschema050.phpt16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>123.5));
H A Dschema074.phpt17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded…

Completed in 36 milliseconds

1...<<251252253254255256257258259260>>...294