mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
- Cleanup
This commit is contained in:
@@ -1495,7 +1495,7 @@ ZEND_API void execute(zend_op_array *op_array TSRMLS_DC)
|
||||
}
|
||||
#endif
|
||||
|
||||
if (EX(opline)->handler(&execute_data/*, EX(opline), op_array*/ TSRMLS_CC)) {
|
||||
if (EX(opline)->handler(&execute_data TSRMLS_CC)) {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user