Test: /Zend/tests/019.phpt - Version 5.6.0-dev    

There is 1 diff reported by users for this test.

Count Diff
14 (100%)
857+ Segmentation fault
857- object(Point)#%d (3) {
858- ["x"]=>
859- int(30)
860- ["y"]=>
861- int(40)
862- ["lable"]=>
863- NULL
864- }
865- bool(true)
866- bool(false)
867-
868- Notice: Undefined variable: lable in %s on line %d
869- bool(false)
870-
871- Notice: Undefined variable: lable in %s on line %d
872- bool(true)
873-
874- Notice: Undefined variable: lable in %s on line %d
875- bool(false)
876-
877- Notice: Undefined variable: lable in %s on line %d
878- bool(true)
879- object(Point)#%d (3) {
880- ["x"]=>
881- int(30)
882- ["y"]=>
883- int(40)
884- ["lable"]=>
885- string(6) "Point1"
886- }
887- object(Point)#%d (2) {
888- ["y"]=>
889- int(40)
890- ["lable"]=>
891- string(6) "Point1"
892- }
893- bool(false)
894- bool(true)
895- object(Point)#%d (0) {
896- }
897- bool(true)
898- bool(false)
899- bool(false)
900- bool(true)
901-
902- Notice: Undefined variable: point1 in %s on line %d
903- NULL
904- bool(false)
905- bool(true)
906- bool(false)
907- bool(true)
908- array(3) {
909- [0]=>
910- string(5) "Point"
911- [1]=>
912- string(8) "setLable"
913- [2]=>
914- string(9) "testPoint"
915- }
916- object(Point)#%d (3) {
917- ["x"]=>
918- int(5)
919- ["y"]=>
920- int(6)
921- ["lable"]=>
922- NULL
923- }
924-
925- *** Testing possible variation in operation for isset(), empty() & unset() ***
926-
927- ** Testing unset() variation 1: unset on static variable inside a function **
928- value of static_var before unset: 1
929- bool(true)
930- bool(false)
931-
932- Notice: Undefined variable: static_var in %s on line %d
933- value of static_var after unset:
934- bool(false)
935- bool(true)
936- value of static_var after new assignment: 20
937- value of static_var before unset: 2
938- bool(true)
939- bool(false)
940-
941- Notice: Undefined variable: static_var in %s on line %d
942- value of static_var after unset:
943- bool(false)
944- bool(true)
945- value of static_var after new assignment: 20
946- value of static_var before unset: 3
947- bool(true)
948- bool(false)
949-
950- Notice: Undefined variable: static_var in %s on line %d
951- value of static_var after unset:
952- bool(false)
953- bool(true)
954- value of static_var after new assignment: 20
955-
956- ** Testing unset() variation 2: unset on a variable passed by ref. inside of a function **
957- string(5) "value"
958- bool(false)
959- bool(true)
960- string(5) "value"
961-
962- ** Testing unset() variation 3: unset on a global variable inside of a function **
963- int(10)
964- bool(true)
965- bool(false)
966- bool(false)
967- bool(true)
968- int(10)
969- ===DONE===