Opened 5 years ago

Closed 4 years ago

#646 closed Bugs (invalid)

The PHP Editor defines variable as uninitialized while it was initialized using eval() php function.

Reported by: slmark Owned by: incastrix
Priority: 1 Milestone: 1.5.0
Component: PHP Editor Version: 1.2.x
Keywords: Cc:

Description

The PHP Editor defines variable as uninitialized while it was initialized using eval() php function.

Example:

eval('$n = 666;');
echo $n;

Change History (3)

comment:1 Changed 5 years ago by ed_mann

  • Milestone set to 1.3.x

comment:2 Changed 4 years ago by incastrix

  • Milestone changed from 1.3.0 to 1.5.0
  • os_platform changed from Windows to Any
  • Owner set to incastrix
  • Status changed from new to assigned
  • Version changed from 1.2.0-nightly to 1.2.x

too complex!

comment:3 Changed 4 years ago by incastrix

  • Resolution set to invalid
  • Status changed from assigned to closed

Can't evaluate at compile time eval code.

Note: See TracTickets for help on using tickets.