summaryrefslogtreecommitdiff
path: root/src/tests/disabled_functions_called_file_r.phpt (follow)
AgeCommit message (Collapse)Author
2018-05-03Uniformise some logssimon MAGNIN-FEYSOT
This commit will make certain logs easier to parse.
2018-03-19The filename filter is now matching on callsite instead of implemsite (#167)kkadosh
* Add match on the file where the function is called * Add the test * Constify some params * Fix potentiel null deref * Return more before if execute_data is NULL