Home
last modified time | relevance | path

Searched refs:array (Results 3626 – 3650 of 6720) sorted by relevance

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

/PHP-8.1/Zend/tests/
H A Dbug67856.phpt5 $array = [1, 2, 3];
6 var_dump(array_reduce($array, function(&$a, &$b) {
/PHP-8.1/ext/mbstring/tests/
H A Dmb_strtolower_variation4.phpt13 $uppers = array('Basic Latin' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
16 $lowers = array('Basic Latin' => 'abcdefghijklmnopqrstuvwxyz',
H A Dmb_decode_numericentity.phpt10 $convmap = array(0x0, 0x2FFFF, 0, 0xFFFF);
28 $convmap = array(0x0, 0x2FFFF, 0); // 3 elements
/PHP-8.1/ext/standard/tests/strings/
H A Dstr_split_basic.phpt24 array(5) {
37 array(22) {
/PHP-8.1/ext/dba/tests/
H A Ddba_db1.phpt26 array(3) {
43 array(3) {
H A Ddba_db2.phpt26 array(3) {
43 array(3) {
H A Ddba_db3.phpt26 array(3) {
43 array(3) {
H A Ddba_inifile.phpt30 array(3) {
47 array(3) {
H A Ddba_ndbm.phpt26 array(3) {
43 array(3) {
/PHP-8.1/ext/soap/tests/bugs/
H A Dbug50762.phpt35 $cl = new LocalSoapClient(__DIR__.'/bug50762.wsdl', array('cache_wsdl'=>WSDL_CACHE_NONE, 'trace'=>t…
43 $cl->__setSoapHeaders(array(new SoapHeader('http://sova.pronto.ru/', 'authToken', new authToken('to…
/PHP-8.1/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoSimpleTypesAsStruct", array("arg",34,34.345), array("soapaction"=>"http://…
/PHP-8.1/ext/spl/tests/
H A DarrayObject_getIteratorClass_basic1.phpt43 $ao = new ArrayObject(array('a'=>1,'b'=>2,'c'=>3), 0, "MyIterator");
68 array(3) {
104 array(3) {
H A Diterator_047.phpt58 $it = new MyRecursiveArrayIterator(array(0, array(10), 2, array(30), 4));
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_cms_sign_basic.phpt15 $assoc_headers = array("To" => "test@test", "Subject" => "testing openssl_cms_sign()");
16 $headers = array("test@test", "testing openssl_cms_sign()");
17 $empty_headers = array();
H A Dbug68920.phpt65 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
72 Warning: stream_socket_client(): Expected peer fingerprint must be a string or an array in %s on li…
79 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
88 Warning: stream_socket_client(): Invalid peer_fingerprint array; [algo => fingerprint] form require…
/PHP-8.1/ext/standard/tests/array/
H A Darray_key_exists_variation1.phpt12 $search = array ('zero', 'key' => 'val', 'two', 10 => 'value');
35 $inputs = array(
56 array(),
H A Darray_walk_recursive_variation9.phpt13 $input = array(array('Apple', 'Banana'), 'Mango', array('Orange'));
/PHP-8.1/ext/oci8/tests/
H A Dfetch_object_2.phpt7 $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
17 $stmtarray = array(
61 $stmtarray = array(
/PHP-8.1/ext/standard/tests/time/
H A Dstrptime_basic.phpt40 array(9) {
64 array(9) {
88 array(9) {
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt14 public array $array;
59 valid($test, 'iterable', 'array', [1, 2, 3]);
/PHP-8.1/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt8 prompt> array(1) {
78 * included file is present in the array, but indicates no executable lines.
82 // We expect [5 => 0], but got an empty array ...
/PHP-8.1/ext/pcre/tests/
H A Dpreg_match_error1.phpt10 $regex_array = array('abcdef', //Regex without delimiter
13 '/[a-zA-Z]/F', array('[a-z]', //Array of Regexes
56 preg_match(): Argument #1 ($pattern) must be of type string, array given
H A Dgh10968.phpt9 array(0) {
/PHP-8.1/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_015w.phpt19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoComplexTypeMultiOccurs(array("inputComplexTypeMultiOccurs"=>array($struct1,null,$struc…
/PHP-8.1/tests/lang/
H A Dfunc_get_args.001.phpt14 array(0) {

Completed in 33 milliseconds

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