Home
last modified time | relevance | path

Searched refs:array (Results 3551 – 3575 of 6719) sorted by relevance

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

/PHP-8.1/ext/zip/tests/
H A Dbug7658.phpt7 $expect = array(
51 array(0) {
H A Dstream_meta_data.phpt34 array(8) {
52 array(9) {
/PHP-8.1/sapi/cli/tests/
H A Dphp_cli_server_005.phpt53 array(1) {
55 array(6) {
/PHP-8.1/ext/oci8/tests/
H A Dlob_005.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
44 array(2) {
H A Dlob_014.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
53 array(1) {
/PHP-8.1/ext/session/tests/
H A Dbug73529.phpt42 array(0) {
45 array(0) {
/PHP-8.1/ext/intl/tests/
H A Dgregoriancalendar___construct_error.phpt30 var_dump(new IntlGregorianCalendar(1,2,3,4,5,array()));
47 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
/PHP-8.1/ext/gmp/tests/
H A Dgmp_clrbit.phpt38 $n = array();
55 gmp_clrbit(): Argument #1 ($num) must be of type GMP, array given
H A Dgmp_intval.phpt27 var_dump(gmp_intval(array()));
47 gmp_intval(): Argument #1 ($num) must be of type GMP|string|int, array given
H A Dgmp_nextprime.phpt19 $n = gmp_nextprime(array());
45 gmp_nextprime(): Argument #1 ($num) must be of type GMP|string|int, array given
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug41004.phpt24 $classmap = array('EchoBean'=>'EchoBean','echo'=>'EchoRequest','echoResponse'=>'EchoResponse');
25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_002w.phpt9 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoInteger(array("inputInteger"=>22));
/PHP-8.1/ext/soap/tests/schema/
H A Dschema010.phpt2 SOAP XML Schema 10: simpleType/list (as array)
14 test_schema($schema,'type="tns:testType"',array("one","two"));
H A Dschema012.phpt2 SOAP XML Schema 12: simpleType/list (inline type) (as array)
18 test_schema($schema,'type="tns:testType"',array(123,456.7));
/PHP-8.1/Zend/tests/
H A Disset_003.phpt2 Testing isset accessing undefined array items and properties
36 Warning: Trying to access array offset on value of type null in %s on line %d
H A Dlist_destructuring_to_special_variables.phpt38 array(2) {
44 array(2) {
H A Dstr_or_obj_zpp.phpt45 zend_string_or_object(): Argument #1 ($param) must be of type object|string, array given
53 zend_string_or_object_or_null(): Argument #1 ($param) must be of type object|string|null, array giv…
/PHP-8.1/Zend/tests/named_params/
H A D__call.phpt7 public function __call(string $method, array $args) {
11 public static function __callStatic(string $method, array $args) {
/PHP-8.1/ext/calendar/tests/
H A Djddayofweek.phpt7 foreach (array(2440588, 2452162, 2453926, -1000) as $jd) {
9 foreach (array(CAL_DOW_DAYNO, CAL_DOW_LONG, CAL_DOW_SHORT) as $mode) {
/PHP-8.1/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt27 curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:', "Content-Length: {$datalen}"));
41 array(2) {
H A Dcurl_basic_003.phpt32 string(208) "array(2) {
38 array(3) {
/PHP-8.1/ext/reflection/tests/
H A DReflectionClass_export_basic1.phpt14 array $h = null) {}
58 Parameter #7 [ <optional> ?array $h = NULL ]
/PHP-8.1/ext/sockets/tests/
H A Dsocket_export_stream-3.phpt10 $so = @socket_set_option($s, IPPROTO_IP, MCAST_JOIN_GROUP, array(
24 $so = socket_set_option($sock, IPPROTO_IP, MCAST_JOIN_GROUP, array(
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug63176.phpt26 … = new PDO2(PDO_MYSQL_TEST_DSN, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTE…
28 … = new PDO3(PDO_MYSQL_TEST_DSN, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PERSISTE…
/PHP-8.1/ext/standard/tests/file/
H A Dis_executable_variation1.phpt23 /* array of files checked to see if they are executable files
25 $files_arr = array(
46 /* loop through to test each element in the above array

Completed in 55 milliseconds

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