Need Tool To Find Matching Braces

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ralphNOSPAM@primemail.com

    Need Tool To Find Matching Braces

    Can anyone recommend a tool that can check a .php script for
    matching/missing braces?

    Thanks...

  • PHPGB

    #2
    Re: Need Tool To Find Matching Braces

    <comp.lang.ph p , , ralphNOSPAM@pri memail.com>
    <6rmug1lnsoadpg rrc652oi03nl6c0 8piip@4ax.com>
    <Fri, 26 Aug 2005 11:12:58 -0700>
    [color=blue]
    > Can anyone recommend a tool that can check a .php script for
    > matching/missing braces?
    >[/color]

    Would imagine the geeks on here could write a small util to do the job
    in less than 10 minutes flat .


    --

    Comment

    • Marcin Dobrucki

      #3
      Re: Need Tool To Find Matching Braces

      ralphNOSPAM@pri memail.com wrote:[color=blue]
      > Can anyone recommend a tool that can check a .php script for
      > matching/missing braces?[/color]

      'emacs'

      any flavor your like.
      /Marcin

      Comment

      • Malcolm Dew-Jones

        #4
        Re: Need Tool To Find Matching Braces

        ralphNOSPAM@pri memail.com wrote:
        : Can anyone recommend a tool that can check a .php script for
        : matching/missing braces?

        : Thanks...

        Align all your braces either vertically or (for simple expressions)
        horizontally.

        It works with any editor, it even works without an editor, like while
        reading a print out.

        --

        This programmer available for rent.

        Comment

        • varungupta

          #5
          Re: Need Tool To Find Matching Braces

          Zend Studio. It is the solution to all the needs of PHP coders.

          Comment

          • Mladen Gogala

            #6
            Re: Need Tool To Find Matching Braces

            On Fri, 26 Aug 2005 19:17:22 +0100, PHPGB wrote:
            [color=blue]
            > Would imagine the geeks on here could write a small util to do the job
            > in less than 10 minutes flat .[/color]


            Too late. It's already done: PEAR, PHP_BEAUTIFIER, ver. 0.1.6 beta

            --


            Comment

            Working...