php 7 compatibility - preg_replace() with /e #3216
Labels
status: testing required
Someone needs to confirm this issue's existence and write a test to prevent the fix from regressing.
type: bug
A problem that should not be happening
Milestone
The reason:
$textstring .= preg_replace("/\{(.*?)\}/e", '$\1', $ONLINE_TABLE);
The text was updated successfully, but these errors were encountered: