summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_chain_call_skip.phpt (follow)
AgeCommit message (Collapse)Author
2020-12-01In tests, don't `die("skip")` but `print "skip"` instead (#358)jvoisin
This is required since the `die` is making php8 choke
2020-11-29Make the `>` operator skip over functionsjvoisin