Home
last modified time | relevance | path

Searched refs:item (Results 76 – 100 of 328) sorted by relevance

12345678910>>...14

/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
17 * Parameters : item - value in key/value pair
22 function test_alter(&$item, $key, $prefix)
26 var_dump($item); // value
32 /* Prototype : test_print(mixed $item, mixed $key)
33 * Parameters : item - value in key/value pair
37 function test_print($item, $key)
41 var_dump($item); // value
H A Darray_walk_recursive_basic2.phpt16 /* Prototype : test_alter(mixed $item, mixed $key, string $prefix)
17 * Parameters : item - value in key/value pair
22 function test_alter(&$item, $key, $prefix)
26 var_dump($item); // value
32 /* Prototype : test_print(mixed $item, mixed $key)
33 * Parameters : item - value in key/value pair
37 function test_print($item, $key)
41 var_dump($item); // value
H A Darray_fill_variation5.phpt28 /* 5 */ array('color' => 'red' , 'item' => 'pen'),
30 array("colour" => "red" , "item" => "pen"),
33 /* 10 */ array( 1 => "Hi" , "color" => "red" , 'item' => 'pen'),
136 ["item"]=>
143 ["item"]=>
170 ["item"]=>
177 ["item"]=>
223 ["item"]=>
232 ["item"]=>
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015w.phpt29item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
31item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
H A Dr2_base_015p.phpt28item xsi:type="SOAP-ENC:Struct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="…
30item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/PHP-7.4/ext/dom/tests/
H A DDOMNamedNodeMap_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
H A DDomNodeList_count.phpt17 $item = $document->createElement('item');
18 $root->appendChild($item);
H A Dbug38438.phpt2 Bug #38438 (DOMNodeList->item(0) segfault on empty NodeList)
8 var_dump($list->item(0));
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp874_to_utf8_1.phpt24 $item = "เป็นแฟ้มที่ทดสอบ11";
25 $prefix = create_data("file_cp874", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_3.phpt24 $item = "ქართველები55";
25 $prefix = create_data("file_kartuli", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_1.phpt26 $item = "�okbaytl� i�leri";
27 $prefix = create_data("dir_cp1254", "${item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_big5_1.phpt26 $item = "���զh�r�`���|"; // BIG5 string
27 $prefix = create_data("dir_big5", $item . "5", 950);
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
30 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp1254_to_utf8_1.phpt23 $item = "çokbaytlı işleri";
24 $prefix = create_data("dir_cp1254", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
27 $subpath = $path . DIRECTORY_SEPARATOR . "${item}4";
H A Dtest_cp1254_to_utf8_3.phpt24 $item = "çokbaytlı işleri";
25 $prefix = create_data("file_cp1254", $item);
26 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp874_1.phpt27 $item = "�������跴�ͺ11";
28 $prefix = create_data("file_cp874", $item, 874);
29 $fn = __DIR__ . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_0.phpt26 $item = "gef��";
27 $prefix = create_data("file", $item, 1252);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_3.phpt27 $item = "�okbaytl� i�leri";
28 $prefix = create_data("file_cp1254", $item, 1254);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_kartuli_utf8_0.phpt23 $item = "ქართველები";
24 $prefix = create_data("file_kartuli", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_61755.phpt22 echo "Length of item 0: ".strlen($r[0]).", Value of item 1: ".$r[1]."\n";
36 Length of item 0: 3, Value of item 1: c
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt28item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
30item xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">arg</varString><varInt xsi:type="x…
/PHP-7.4/ext/gettext/tests/
H A Dgettext_dgettext.phpt22 var_dump(gettext('item'));
23 var_dump(dgettext('dgettextTest_switch', 'item'));
24 var_dump(gettext('item'));
/PHP-7.4/ext/soap/tests/schema/
H A Dschema023.phpt22 …ype="xsd:int[2]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema027.phpt22 …e="xsd:int[2,1]" xsi:type="ns1:testType"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
H A Dschema081.phpt22 …e="xsd:int[2]" xsi:type="SOAP-ENC:Array"><item xsi:type="xsd:int">123</item><item xsi:type="xsd:in…
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_005w.phpt19 …="ns2:ArrayOfFloat"><item xsi:type="xsd:float">12.345</item><item xsi:type="xsd:float">45</item><i…

Completed in 32 milliseconds

12345678910>>...14