<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://community.activestate.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>ActiveState Community Site - Code browser and type casting in php - Comments</title>
 <link>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php</link>
 <description>Comments for &quot;Code browser and type casting in php&quot;</description>
 <language>en</language>
<item>
 <title>Logged bug</title>
 <link>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php#comment-5217</link>
 <description>&lt;p&gt;Thanks, I&#039;ve logged this bug:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bugs.activestate.com/show_bug.cgi?id=76553&quot; title=&quot;http://bugs.activestate.com/show_bug.cgi?id=76553&quot;&gt;http://bugs.activestate.com/show_bug.cgi?id=76553&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We should be able to take a look at this prior to the 4.4 release at the latest.&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Mon, 28 Apr 2008 09:37:00 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5217 at http://community.activestate.com</guid>
</item>
<item>
 <title>Yes, that&#039;s the problem I&#039;m encountering.</title>
 <link>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php#comment-5209</link>
 <description>&lt;p&gt;Yes, that&#039;s the problem I&#039;m encountering.&lt;br /&gt;
Here&#039;s what I&#039;m seeing (try &lt;a href=&quot;http://img37.imagevenue.com/img.php?image=27481_sshot2_122_969lo.jpg&quot; alt=&quot;Try this link if the image doesn&amp;#039;t show below.&quot;&gt;this link&lt;/a&gt;  if the image doesn&#039;t show below):&lt;br /&gt;
&lt;img src=&quot;http://img176.imageshack.us/img176/6769/sshot2md3.jpg&quot; title=&quot;Typecasted variables don&amp;#039;t show up at all in the code browser...&quot; /&gt;&lt;/p&gt;
&lt;p&gt;For copy-paste pleasure:&lt;/p&gt;
&lt;pre class=&quot;geshifilter&quot;&gt;&amp;lt;?php
    $a = (int) 1;
    $b = (integer) 2;
    $c = (bool) TRUE;
    $d = (boolean) FALSE;
    $e = (float) 0.1;
    $f = (double) 0.1;
    $g = (real) 0.1;
    $h = (string) &#039;string :)&#039;;
    $i = (array) array(&#039;key1&#039; =&amp;gt; &#039;value1&#039;);
    $j = (object) &#039;scalar&#039;;
    $k = (binary) &#039;scalar&#039;;
    
    $l = 1;
    $m = TRUE;
    $n = 0.1;
    $o = &#039;string&#039;;
    $p = array(&#039;key1&#039; =&amp;gt; &#039;value1&#039;);
    
    function testFunction () {
        $q = (int) 1;
        $r = 2;
    }
?&amp;gt;&lt;/pre&gt;&lt;p&gt;
I&#039;ve yet to tune some settings for an optimal experience, still everything else seems to be fine: the php interpreter runs smoothly, errors are signaled and autocompletion works with no issues.&lt;/p&gt;
&lt;p&gt;If you can&#039;t reproduce the issue let me know, I&#039;ll try harder to find out if I&#039;m doing something wrong with the configuration settings.&lt;/p&gt;
&lt;p&gt;Thanks for your time!&lt;/p&gt;
</description>
 <pubDate>Mon, 28 Apr 2008 01:05:09 -0700</pubDate>
 <dc:creator>flexi</dc:creator>
 <guid isPermaLink="false">comment 5209 at http://community.activestate.com</guid>
</item>
<item>
 <title>I&#039;m not completely sure I</title>
 <link>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php#comment-5207</link>
 <description>&lt;p&gt;I&#039;m not completely sure I understand the problem. Are you saying that the variables do not show up at *all*? In this case, can you provide a small code snippet we can use to reproduce the problem?&lt;/p&gt;
&lt;p&gt;--&lt;br /&gt;
JeffG&lt;/p&gt;
</description>
 <pubDate>Sun, 27 Apr 2008 11:13:41 -0700</pubDate>
 <dc:creator>jeffg</dc:creator>
 <guid isPermaLink="false">comment 5207 at http://community.activestate.com</guid>
</item>
<item>
 <title>Code browser and type casting in php</title>
 <link>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php</link>
 <description>&lt;p&gt;Hello, I&#039;m trying out Komodo IDE and I noticed that typecasted variables in php code don&#039;t show up in the code browser.&lt;/p&gt;
&lt;p&gt;I quickly glanced over the program&#039;s preferences and help but couldn&#039;t find anything to address this issue.&lt;/p&gt;
&lt;p&gt;Could this be fixed in one of the next releases?&lt;br /&gt;
Assuming that I&#039;m not missing something, that is.&lt;/p&gt;
</description>
 <comments>http://community.activestate.com/forum-topic/code-browser-and-type-casting-php#comments</comments>
 <category domain="http://community.activestate.com/forums/komodo-support-0">Komodo support</category>
 <category domain="http://community.activestate.com/os/windows-xp-pro">Windows XP Pro</category>
 <pubDate>Sat, 26 Apr 2008 01:03:49 -0700</pubDate>
 <dc:creator>flexi</dc:creator>
 <guid isPermaLink="false">2251 at http://community.activestate.com</guid>
</item>
</channel>
</rss>
