summaryrefslogtreecommitdiff
path: root/tests/php/phpt/variables/028-compare1.phpt
blob: 2885fe8f44d856a13753a77b827526c58ece76bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--TEST--
Test bool Value::operator==(const Value &value) const
--SKIPIF--
<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--
<?php

TestVariables\test_compare1();

--EXPECT--
true:
1
1
1
1
1
1
1
1
1
1
1
1
false:
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Compare array:
0
0
0
1
0
Compare NULL:
0
0
0
1
1
1