Skip to content

Commit

Permalink
Remove TSRMLS_CC support from ZE3 backend
Browse files Browse the repository at this point in the history
See: #1865
  • Loading branch information
sergeyklay committed Oct 17, 2019
1 parent 54960d1 commit 78477d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Backends/ZendEngine3/Backend.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function getTypeofCondition(
break;

case 'callable':
$condition = 'zephir_is_callable('.$variableName.' TSRMLS_CC) '.$operator.' 1';
$condition = 'zephir_is_callable('.$variableName.') '.$operator.' 1';
break;

default:
Expand Down

0 comments on commit 78477d0

Please sign in to comment.