Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

MethodReflection will be broken in PHP 7.3 #160

Closed
mvriel opened this issue Sep 23, 2018 · 1 comment
Closed

MethodReflection will be broken in PHP 7.3 #160

mvriel opened this issue Sep 23, 2018 · 1 comment

Comments

@mvriel
Copy link

mvriel commented Sep 23, 2018

When I use the MethodReflection class's extractMethodContents in my unit tests on PHP 7.3 the following warning arises:

!!  In MethodReflection.php line 290:
!!                                                                                 
!!    Warning: "continue" targeting switch is equivalent to "break". Did you mean  
!!     to use "continue 2"?              
@Xerkus
Copy link
Member

Xerkus commented Sep 23, 2018

Fixed by #158 in release 3.3.1

@Xerkus Xerkus closed this as completed Sep 23, 2018
sergeyklay added a commit to zephir-lang/zephir that referenced this issue Oct 14, 2019
dreamsxin pushed a commit to dreamsxin/zephir that referenced this issue Nov 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants