Menu

#51 lines disappearing

open
nobody
None
5
2004-01-22
2004-01-22
Anonymous
No

Jext 3.2 pre3
Win XP
java 1.4.2

when writing "<(" in a php file the line (or more)
disappears.
in appears again, if you change the coding mode.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    same problem with a function starting with &, like :
    function &test()

     
  • nephepatheus

    nephepatheus - 2004-07-17

    Logged In: YES
    user_id=1077227

    The same with match of following regular Expression:
    /[&/`<İ][_a-zA-Z0-9]*\(/

    ( [&/`<İ] is maybe extensible.
    If the "regExp"-matching line is a comment it doesn't
    disappear )

    Tip:
    functions with & can be written as follows to not disappear:

    function &test ()
    ( with a space between functionname and bracket )

     

Log in to post a comment.