Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_oci/tests/
H A Dbug57702.phpt22 $query = "create table bug57702 (id number, data1 blob, data2 blob)";
26 function do_insert($db, $id, $data1, $data2)
29 … $db->prepare("insert into bug57702 (id, data1, data2) values (:id, empty_blob(), empty_blob()) re…
37 fwrite($blob1, $data1);
52 $stmt = $db->prepare('select data1, data2 from bug57702 order by id');
55 var_dump($row['data1']);
58 var_dump($row['data1']);
65 foreach($db->query("select data1 as d1, data2 as d2 from bug57702 order by id") as $row) {
74 $stmt = $db->prepare('select data1 as d3_1, data2 as d3_2 from bug57702 order by id');
92 foreach($db->query("select data1 as d4_1, data2 as d4_2 from bug57702 order by id") as $row) {
[all …]
/PHP-5.5/ext/reflection/tests/
H A Dbug49074.phpt6 private static $data1 = 1;
18 $m['data1'] = 100;
/PHP-5.5/ext/spl/tests/
H A Dbug34548.phpt19 $data1=array('one', 'two', 'three');
22 $foo=new Collection($data1);
/PHP-5.5/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.phpt26 $data1 = str_repeat("b", $how_much);
28 fwrite(STDERR, $data1);
H A Dproc_open_bug51800.phpt42 $data1 = str_repeat("b", $how_much);
44 fwrite(STDERR, $data1);
/PHP-5.5/ext/standard/tests/file/
H A Dinclude_streams.phpt5 $data1 = $data2 = $data3 = $data4 = $data5 = $data6 = <<<'EOD'
105 echo file_get_contents("test://GLOBALS/data1");
106 include("test://GLOBALS/data1");
123 test://GLOBALS/data1
/PHP-5.5/ext/standard/tests/strings/
H A Dget_meta_tags.phpt16 $data1 = <<<DATA
47 $array = array($data, $data1, $data2, $data3, $data4, "", "<>", "<meta<<<<<");
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_decrypt_3des_ecb.phpt31 $data1 = array(
52 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode));
H A Dmcrypt_ecb_3des_decrypt.phpt33 $data1 = array(
55 special_var_dump(mcrypt_ecb($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
H A Dmcrypt_decrypt_3des_cbc.phpt31 $data1 = array(
53 special_var_dump(mcrypt_decrypt($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
H A Dmcrypt_cbc_3des_decrypt.phpt31 $data1 = array(
54 special_var_dump(mcrypt_cbc($cipher, $keys[$i], base64_decode($data1[$i]), $mode, $iv));
/PHP-5.5/ext/zlib/tests/
H A D005.phpt19 var_dump($data1 = gzcompress($string));
29 var_dump(gzuncompress($data1));
H A D006.phpt19 var_dump($data1 = gzdeflate($string));
30 var_dump(gzinflate($data1));
/PHP-5.5/ext/oci8/tests/
H A Dbug42841.phpt58 $data1[] = $row;
63 var_dump($data1);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c1823 OnigCodePoint i, n1, *data1; in or_code_range_buf() local
1855 GET_CODE_POINT(n1, data1); in or_code_range_buf()
1856 data1++; in or_code_range_buf()
1867 from = data1[i*2]; in or_code_range_buf()
1868 to = data1[i*2+1]; in or_code_range_buf()
1939 GET_CODE_POINT(n1, data1); in and_code_range_buf()
1941 data1++; in and_code_range_buf()
1946 from1 = data1[i*2]; in and_code_range_buf()
1947 to1 = data1[i*2+1]; in and_code_range_buf()
1962 from1 = data1[i*2]; in and_code_range_buf()
[all …]

Completed in 65 milliseconds