Test: /Zend/tests/get_class_methods_001.phpt - Version 7.4.0-dev    

There is 1 diff reported by users for this test.

Count Diff
28 (100%)
001+ Parse error: syntax error, unexpected 'Y' (T_LOGICAL_AND), expecting identifier (T_STRING) in %s/get_class_methods_001.php on line 9
001- array(1) {
002- [0]=>
003- string(1) "a"
004- }
005- array(2) {
006- [0]=>
007- string(4) "test"
008- [1]=>
009- string(1) "a"
010- }
011- array(2) {
012- [0]=>
013- string(1) "a"
014- [1]=>
015- string(1) "c"
016- }
017- array(4) {
018- [0]=>
019- string(2) "bb"
020- [1]=>
021- string(4) "test"
022- [2]=>
023- string(1) "a"
024- [3]=>
025- string(1) "c"
026- }