int(1)
}
}
+--UEXPECTF--
+object(SplMaxHeap)#1 (3) {
+ [u"flags":u"SplHeap":private]=>
+ int(0)
+ [u"isCorrupted":u"SplHeap":private]=>
+ bool(false)
+ [u"heap":u"SplHeap":private]=>
+ array(4) {
+ [0]=>
+ int(5)
+ [1]=>
+ int(4)
+ [2]=>
+ int(0)
+ [3]=>
+ int(1)
+ }
+}
===DONE===
}
}
}
+--UEXPECTF--
+object(SplPriorityQueue)#1 (3) {
+ [u"flags":u"SplPriorityQueue":private]=>
+ int(1)
+ [u"isCorrupted":u"SplPriorityQueue":private]=>
+ bool(false)
+ [u"heap":u"SplPriorityQueue":private]=>
+ array(4) {
+ [0]=>
+ array(2) {
+ ["data"]=>
+ unicode(1) "c"
+ ["priority"]=>
+ int(5)
+ }
+ [1]=>
+ array(2) {
+ ["data"]=>
+ unicode(1) "a"
+ ["priority"]=>
+ int(0)
+ }
+ [2]=>
+ array(2) {
+ ["data"]=>
+ unicode(1) "b"
+ ["priority"]=>
+ int(1)
+ }
+ [3]=>
+ array(2) {
+ ["data"]=>
+ unicode(1) "d"
+ ["priority"]=>
+ int(-2)
+ }
+ }
+}
===DONE===
--EXPECT--
string(30) "near "asdfesdfa": syntax error"
string(30) "near "asdfesdfa": syntax error"
+--UEXPECT--
+unicode(30) "near "asdfesdfa": syntax error"
+unicode(30) "near "asdfesdfa": syntax error"