Edit report at https://bugs.php.net/bug.php?id=61681&edit=1

 ID:                 61681
 Updated by:         larue...@php.net
 Reported by:        larue...@php.net
 Summary:            Malformed grammar
 Status:             Open
 Type:               Bug
 Package:            *General Issues
 PHP Version:        5.3.10
-Assigned To:        
+Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

Dmitry, do you think this is okey? 

or should we document this behavior?


Previous Comments:
------------------------------------------------------------------------
[2012-04-09 15:33:02] larue...@php.net

Description:
------------
if use '@', you can call function in a string substitution context.

Test script:
---------------
<?php
$la = "ooxx";

$a = "${@substr('laruence', 0, 2)}"; 

echo $a;

Expected result:
----------------
PHP Error: syntax error 

Actual result:
--------------
ooxx


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=61681&edit=1

Reply via email to