Searched refs:array (Results 6351 – 6375 of 7349) sorted by relevance
1...<<251252253254255256257258259260>>...294
/PHP-7.3/ext/ftp/tests/ |
H A D | 006.phpt | 11 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 D | conn_attr_1.phpt | 5 $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 D | ucwords_variation4.phpt | 17 $str_array = array( 56 // loop through the $str_array array to test ucwords on each element
|
H A D | strpos.phpt | 31 /* 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 D | symlink_link_linkinfo_is_link_basic1.phpt | 46 // filename stored in array with single and double slash notation in its path 47 $files = array (
|
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_encode_mimeheader_variation6.phpt | 24 $linefeeds = array("\r\n",
|
/PHP-7.3/ext/posix/tests/ |
H A D | posix_getpwuid_error.phpt | 9 /* Prototype : proto array posix_getpwuid(long uid)
|
/PHP-7.3/ext/reflection/tests/ |
H A D | bug46064.phpt | 60 array(1) {
|
/PHP-7.3/ext/soap/tests/bugs/ |
H A D | bug30799.phpt | 14 $x = new SoapClient(NULL,array("location"=>"test://",
|
H A D | bug38005.phpt | 29 $client = new TestSoapClient(NULL, array(
|
H A D | bug42488.phpt | 13 $soap = new SoapServer(NULL, array('uri'=>'test://'));
|
H A D | bug55323.phpt | 35 array('trace' => 1, 'exceptions' => 0));
|
/PHP-7.3/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_simple_doclit_002w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
|
H A D | r4_groupH_soapfault_002w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_soapfault.wsdl",array("trace"=>1,"except…
|
/PHP-7.3/ext/soap/tests/schema/ |
H A D | schema038.phpt | 17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
|
H A D | schema039.phpt | 19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
|
H A D | schema040.phpt | 20 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
|
H A D | schema041.phpt | 19 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5));
|
H A D | schema043.phpt | 24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
|
H A D | schema045.phpt | 24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
|
H A D | schema046.phpt | 24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
|
H A D | schema047.phpt | 22 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
|
H A D | schema048.phpt | 24 test_schema($schema,'type="tns:testType"',(object)array("_"=>123.5,"int"=>123.5,"int2"=>123.5));
|
H A D | schema050.phpt | 16 test_schema($schema,'type="tns:testType"',(object)array("int"=>123.5,"int2"=>123.5));
|
H A D | schema074.phpt | 17 test_schema($schema,'type="tns:testType"',(object)array("str"=>"str","int"=>123.5), "rpc", "encoded…
|
Completed in 36 milliseconds
1...<<251252253254255256257258259260>>...294