[prev in list] [next in list] [prev in thread] [next in thread] 

List:       quanta-devel
Subject:    Re: [quanta-devel] xdebug
From:       Linus McCabe <Linus () mccabe ! nu>
Date:       2005-07-19 19:46:52
Message-ID: 200507192146.52558.Linus () mccabe ! nu
[Download RAW message or body]

Hi!

No, it has nothing to do with opening or closing tags. In the attached file, 
it halts on the first line, then line 15, then line 18.

But I've tried with the XDebug command line client and it shows the same 
behaviour, so I'm going to assume it's not an error on my behalf ;)

cheers

/Linus


On Tuesday 19 July 2005 14.21, Brian G. Peterson wrote:
> We didn't experience this with either Maguma or Komodo, which we evaluated.
> As long as we can step through it, I don't think it would be a problem.  I
> suspect that xdebug may be seeing the closing ?> tag and stopping, not
> knowing if this is the end of the script.  I wonder if the other
> environments 'step through' the closing ?> tags automatically, based on
> where xdebug stops in the code.
>
> Regards,
>
>   - Brian
> _______________________________________________
> quanta-devel mailing list
> quanta-devel@kde.org
> https://mail.kde.org/mailman/listinfo/quanta-devel

["test.php" (application/x-php)]

<?php echo '<?xml version="1.0" encoding="iso-8859-1"?>'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" \
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html \
xmlns="http://www.w3.org/1999/xhtml">

   <head>
      <title>Classes Test</title>
      <meta name="GENERATOR" content="Quanta Plus" />
      <link rel="stylesheet" type="text/css" href="../../../default.css" />
   </head>
   <body>
      <h1>
         Classes and objects
      </h1>
      <p>
         This is a script for testing Gubed with classes and objects.
      </p>
      <p>
         <?php
            
            include("baseclass.php");
            include("subclass.php");

            $baseObj = new baseClass("obj1");
            $baseObj->func1("calling func 1");
            $baseObj->func2("calling func 2");
            $baseObj->func3("calling func 3");
            
            echo "<br />";
            $subObj = new subClass("obj2");
            $subObj->func1("calling func 1");
            $subObj->func2("calling func 2");
            $subObj->func3("calling func 3");
             
            echo "<br />";
            $subObj = new subClass();
            $subObj->func1("calling func 1");
            $subObj->func2("calling func 2");
            $subObj->func3("calling func 3");
            
         
         ?>
      </p>
   </body>
</html>



_______________________________________________
quanta-devel mailing list
quanta-devel@kde.org
https://mail.kde.org/mailman/listinfo/quanta-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic