Skip to content

Commit

Permalink
Add create_symbol_table on php 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurigag committed Mar 26, 2017
1 parent 7d52740 commit 74b951f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/requires.zep
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ class Requires
public function requireExternal3(var path)
{
let this->someVariable = "test";
if PHP_MAJOR_VERSION == 5 {
create_symbol_table();
}
require path;
}
}

0 comments on commit 74b951f

Please sign in to comment.