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

There are 2 different diffs reported by users for this test.

Count Diff
16 (94%)
928+ Segmentation fault (core dumped)
928- value of static_var before unset: 1
929- bool(true)
930- bool(false)
930+ Termsig=11
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===
1 (6%)
928+ Segmentation fault (core dumped)
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===