mirror of
https://github.com/php/php-src.git
synced 2026-04-14 19:41:05 +02:00
This one slipped away
This commit is contained in:
@@ -1863,6 +1863,7 @@ void do_require(znode *filename CLS_DC)
|
||||
if (filename->op_type==IS_CONST
|
||||
&& filename->u.constant.type==IS_STRING) {
|
||||
require_filename(filename->u.constant.value.str.val CLS_CC);
|
||||
zval_dtor(&filename->u.constant);
|
||||
} else {
|
||||
znode result;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user