We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is this different than hooking into another function for some reason?
echo is not a function, but an opcode. See https://www.phpinternalsbook.com/php7/extensions_design/hooks.html#replacing-opcode-handlers
echo
Activity
jonbarnettk commentedon Mar 3, 2022
Is this different than hooking into another function for some reason?
smola commentedon Mar 9, 2022
echo
is not a function, but an opcode. See https://www.phpinternalsbook.com/php7/extensions_design/hooks.html#replacing-opcode-handlers