Home
last modified time | relevance | path

Searched refs:array (Results 3576 – 3600 of 6720) sorted by relevance

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

/PHP-8.1/ext/soap/tests/soap12/
H A Dsoap12-test.inc66 return array('outputString' => $struct->varString,
72 return (object)array("varString" => $string,
126 $server = new soapserver(dirname(__FILE__)."/soap12-test.wsdl", array('soap_version'=>SOAP_1_2,'act…
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_pkcs12_read_basic.phpt12 openssl_pkcs12_export($cert, $p12, $priv, $pass, array('extracerts' => $extracert));
23 array(3) {
76 array(1) {
H A Dopenssl_pkcs7_sign_basic.phpt15 $assoc_headers = array("To" => "test@test", "Subject" => "testing openssl_pkcs7_sign()");
16 $headers = array("test@test", "testing openssl_pkcs7_sign()");
17 $empty_headers = array();
/PHP-8.1/ext/oci8/tests/
H A Dbug71600.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => true); // test runs on these DBs
17 $stmtarray = array(
76 $stmtarray = array(
H A Dbug46994.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
17 $stmtarray = array(
64 $stmtarray = array(
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_get_set_pattern.phpt20 $res_str .= "Formatting result: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
33 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
37 $res_str .= "Formatted message: " . ut_msgfmt_format( $fmt, array(123, 456) ) . "\n";
/PHP-8.1/ext/reflection/tests/
H A D006.phpt20 foreach(array('pub', 'pro', 'pri') as $name)
47 foreach(array('pub', 'pro', 'pri') as $name)
66 foreach(array('pub', 'pro', 'pri') as $name)
/PHP-8.1/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_009s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
/PHP-8.1/Zend/tests/
H A D024.phpt20 Warning: Trying to access array offset on value of type null in %s on line %d
27 Warning: Trying to access array offset on value of type null in %s on line %d
52 Warning: Trying to access array offset on value of type null in %s on line %d
/PHP-8.1/ext/standard/tests/math/
H A Dpow_variation1.phpt31 $inputs = array(
59 array(),
150 Unsupported operand types: array ** int
H A Dpow_variation1_64bit.phpt31 $inputs = array(
59 array(),
150 Unsupported operand types: array ** int
H A Dpow_variation2.phpt27 $inputs = array(
55 array(),
146 Unsupported operand types: float ** array
/PHP-8.1/ext/standard/tests/file/
H A Dis_readable_variation1.phpt21 /* array of files to be tested if they are readable by using
23 $files_arr = array(
45 /* loop through to test each element in the above array
H A Dsymlink_link_linkinfo_is_link_variation1.phpt2 …linkinfo(), link() and is_link() functions : usage variations - link name stored in an array/object
12 /* Variation 1 : Creating links across directories where linkname is stored as an object and array
61 …ng symlink(), link(), linkinfo() and is_link() with linknames stored as members of an array ***\n";
63 $link_arr = array("$dirname/symlink_link_linkinfo_is_link_link.tmp");
117 …esting symlink(), link(), linkinfo() and is_link() with linknames stored as members of an array ***
/PHP-8.1/ext/date/tests/
H A Dgmstrftime_variation14.phpt18 //array of values to iterate over
19 $inputs = array(
26 // loop through each element of the array for timestamp
H A Dstrftime_variation14.phpt18 //array of values to iterate over
19 $inputs = array(
26 // loop through each element of the array for timestamp
/PHP-8.1/ext/pdo/tests/
H A Dpdo_023.phpt54 $stmt = parent::prepare($sql, array(PDO::ATTR_STATEMENT_CLASS=>array('PDOStatementx')));
106 array(2) {
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_025w.phpt18 $struct = new SOAPMultiOccursComplexType("arg",34,12.345,array("red","green","blue"));
19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoNestedMultiOccurs(array("inputComplexType"=>$struct));
/PHP-8.1/ext/dom/tests/
H A Dbug67949.phpt2 Bug #67949: DOMNodeList elements should be accessible through array notation
68 array(1) {
76 array(1) {
/PHP-8.1/tests/basic/
H A DGHSA-9pqp-7h25-4f32.phpt75 array(1) {
87 array(1) {
101 array(0) {
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_variation7.phpt32 $var2 = array(2,3,4);
49 $var_values = array (
100 array(),
101 array(NULL),
102 array(1,2,3,4),
104 array(1.5, 2.4, 6.5e6),
507 string(5) "array"
513 string(5) "array"
521 string(5) "array"
535 string(5) "array"
[all …]
/PHP-8.1/ext/standard/
H A Dformatted_print.c744 n = zend_hash_num_elements(array); in php_formatted_print_get_array()
747 ZEND_HASH_FOREACH_VAL(array, zv) { in php_formatted_print_get_array()
786 zend_array *array; in PHP_FUNCTION() local
791 Z_PARAM_ARRAY_HT(array) in PHP_FUNCTION()
794 args = php_formatted_print_get_array(array, &argc); in PHP_FUNCTION()
838 zend_array *array; in PHP_FUNCTION() local
843 Z_PARAM_ARRAY_HT(array) in PHP_FUNCTION()
846 args = php_formatted_print_get_array(array, &argc); in PHP_FUNCTION()
896 zend_array *array; in PHP_FUNCTION() local
903 Z_PARAM_ARRAY_HT(array) in PHP_FUNCTION()
[all …]
/PHP-8.1/tests/lang/
H A Darray_shortcut_001.phpt2 Square bracket array shortcut test
/PHP-8.1/ext/mbstring/tests/
H A Dmb_convert_variables.phpt54 // Note: Mixing encoding in array/object is not supported?
55 // Test for array
57 $a = array($s3, $s2, $s1);
63 $a = array($s1, $s2, $s3);
119 // Test for scalar, array and object
/PHP-8.1/ext/standard/tests/assert/
H A Dassert_variation.phpt58 var_dump($rc = assert_options(ASSERT_CALLBACK,array("c1","assert")));
66 var_dump($rc=assert_options(ASSERT_CALLBACK,array(&$o,"assert")));
105 array(2) {
117 array(2) {
123 array(2) {

Completed in 33 milliseconds

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