Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 328) sorted by last modified time

12345678910>>...14

/PHP-7.4/ext/dom/
H A Dnamednodemap.c74 PHP_FALIAS(item, dom_namednodemap_item, arginfo_dom_namednodemap_item)
H A Dnodelist.c48 PHP_FALIAS(item, dom_nodelist_item, arginfo_dom_nodelist_item)
/PHP-7.4/ext/dba/tests/
H A Dbug62490.phpt2 Bug #62490 (dba_delete returns true on missing item (inifile))
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_034.phpt10 foreach (['1', &$this->bar] as &$item) {
11 yield $item;
28 foreach ($foo->getIterator() as &$item) {
29 $foo->baz = &$item;
/PHP-7.4/tests/security/
H A Dopen_basedir.inc39 while (FALSE !== ($item = readdir($handle))) {
40 if ($item != '.') {
41 if ($item != '..') {
42 $path = ($directory.'/'.$item);
/PHP-7.4/ext/zip/tests/
H A Dutils.inc26 while (false !== ($item = readdir($handle))) {
27 if ($item != "." && $item != "..") {
28 if (is_dir($dir . '/' . $item)) {
29 rmdir_rf($dir . '/' . $item);
31 unlink($dir . '/' . $item);
/PHP-7.4/ext/xsl/tests/
H A Dxslt002.phpt16 $res->item(0)->value = "html";
H A Dxslt004.phpt15 $res->item(0)->value = "utf-8";
H A Dxslt005.phpt15 $res->item(0)->value = "yes";
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_array.phpt18 var_dump(strip_tags($string, ['color' => 'red', 'item' => 'pen']));
/PHP-7.4/ext/standard/tests/network/
H A Dnews.rss21 <item rdf:about="http://php.net/index.php#id2015-01-22-3">
26 </item>
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_pipes3.phpt32 Warning: proc_open(): Descriptor item must be either an array or a File-Handle in %s on line %d
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc129 function create_data($id, $item = "", $cp = 65001, $utf8 = true)
134 return create_data_from_utf8($id, $item, $cp);
144 create_verify_dir($prefix, $item, $cp);
147 create_verify_file($prefix, $item, "dummy content", $cp);
H A Dutil_utf8.inc3 function create_data_from_utf8($id, $item = "", $cp = 65001)
24 create_verify_file($prefix, $item, $content);
38 create_verify_file($prefix, $item, "hola");
46 create_verify_file($prefix, $item, "opened an utf8 filename for reading", $cp);
63 create_verify_file($prefix, $item, $content, $cp);
85 create_verify_dir($prefix, $item, $cp);
89 create_verify_file($prefix, $item, "", $cp);
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation2.phpt29 array("color" => "red", "item" => "pen"),
30 /* 10 */ array('color' => 'red', 'item' => 'pen'),
33 array('color' => "red", "item" => 'pen', 1 => "Hi", "" => "Hello" ),
H A Dbug40709.phpt2 Bug #40709 (array_reduce() behaves strange with one item stored arrays)
H A Dbug42850.phpt8 function apply_dumb($item, $key) {};
H A Dbug61967.phpt2 Bug #61967: unset array item in array_walk_recursive cause inconsistent array
H A Dbug69723.phpt6 foreach($array as &$item){
7 $item['nanana'] = 'batman';
8 $item['superhero'] = 'robin';
H A Dbug76778.phpt8 function ($carry, $item) {
H A Darray_unshift_variation2.phpt60 array('color' => 'red', 'item' => 'pen'),
560 ["item"]=>
578 ["item"]=>
H A Darray_unshift_variation6.phpt25 array('color' => 'red', 'item' => 'pen', 'place' => 'LA'),
31 array('a' => 'green', 'red', 'brown', 33, 88, 'orange', 'item' => 'ball')
86 ["item"]=>
118 ["item"]=>
134 ["item"]=>
166 ["item"]=>
176 ["item"]=>
191 ["item"]=>
H A Darray_walk_basic1.phpt15 /* Prototype : test_print(mixed $item, mixed $key)
16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
20 function test_print($item, $key)
24 var_dump($item); // value
28 function with_userdata($item, $key, $user_data)
32 var_dump($item); // value
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_basic1.phpt15 /* Prototype : test_print(mixed $item, mixed $key)
16 * Parameters : item - item in key/item pair
17 * key - key in key/item pair
20 function test_print($item, $key)
24 var_dump($item); // value
28 function with_userdata($item, $key, $user_data)
32 var_dump($item); // value

Completed in 75 milliseconds

12345678910>>...14