Home
last modified time | relevance | path

Searched refs:data1 (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/reflection/tests/
H A Dgh10623.phpt6 $data1 = 1;
10 $closure = function($var) use($data1) {};
16 $closure = function($var, ...$variadic) use($data1) {};
19 $closure = function($var, ...$variadic) use($data1, $data2, $data3) {};
22 $closure = function(...$variadic) use($data1) {};
28 $closure = function($var, $var2, $var3, ...$variadic) use($data1, $data2, $data3) {};
34 ["data1"]=>
40 ["data1"]=>
44 ["data1"]=>
52 ["data1"]=>
[all …]
H A Dbug49074.phpt6 private static $data1 = 1;
18 $m['data1'] = 100;
/PHP-8.2/ext/pdo_oci/tests/
H A Dbug57702.phpt24 $query = "create table bug57702 (id number, data1 blob, data2 blob)";
28 function do_insert($db, $id, $data1, $data2)
31 … $db->prepare("insert into bug57702 (id, data1, data2) values (:id, empty_blob(), empty_blob()) re…
39 fwrite($blob1, $data1);
54 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
57 var_dump($row['data1']);
60 var_dump($row['data1']);
67 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
76 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
93 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
[all …]
H A Dpdo_oci_stream_2.phpt23 $query = "create table pdo_oci_stream_2 (id number, data1 blob, data2 blob)";
27 function do_insert($db, $id, $data1, $data2)
30 …epare("insert into pdo_oci_stream_2 (id, data1, data2) values (:id, empty_blob(), empty_blob()) re…
38 fwrite($blob1, $data1);
83 foreach($db->query("select data1 as d4_1, data2 as d4_2 from pdo_oci_stream_2 order by id") as $row…
/PHP-8.2/ext/spl/tests/
H A Dbug34548.phpt19 $data1=array('one', 'two', 'three');
22 $foo=new Collection($data1);
/PHP-8.2/ext/standard/tests/streams/
H A Dproc_open_bug51800_right2.phpt25 $data1 = str_repeat("b", $how_much);
29 while ($i0 < strlen($data0) && $i1 < strlen($data1)) {
31 fwrite(STDERR, substr($data1, $i1, $step));
H A Dproc_open_bug51800_right.phpt32 $data1 = str_repeat("b", $how_much);
34 fwrite(STDERR, $data1);
/PHP-8.2/ext/standard/tests/file/
H A Dinclude_streams.phpt5 $data1 = $data2 = $data3 = $data4 = $data5 = $data6 = <<<'EOD'
109 echo file_get_contents("test://GLOBALS/data1");
110 include("test://GLOBALS/data1");
127 test://GLOBALS/data1
/PHP-8.2/ext/standard/tests/array/
H A Dbug75653.phpt6 $array[] = 'data1';
/PHP-8.2/ext/zlib/tests/
H A D005.phpt22 var_dump($data1 = gzcompress($string));
40 var_dump(gzuncompress($data1));
H A D006.phpt23 var_dump($data1 = gzdeflate($string));
38 var_dump(gzinflate($data1));
/PHP-8.2/ext/standard/tests/strings/
H A Dget_meta_tags.phpt16 $data1 = <<<DATA
47 $array = array($data, $data1, $data2, $data3, $data4, "", "<>", "<meta<<<<<");
/PHP-8.2/ext/oci8/tests/
H A Dbug42841.phpt60 $data1[] = $row;
65 var_dump($data1);
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfuncs.c752 uint32_t data1; member
764 &g->data1, &g->data2, &g->data3, &g->data4[0], &g->data4[1], in file_parse_guid()
777 g->data1, g->data2, g->data3, g->data4[0], g->data4[1], in file_print_guid()

Completed in 15 milliseconds