SleePyCode Forums

General Category => The test zone => Topic started by: sinan on Jul 28, 2008, 06:02 PM

Title: Code Test
Post by: sinan on Jul 28, 2008, 06:02 PM
A test for code-tag-eating tabs:

'test' => array(
'Test' => '123',
);
Title: Re: Code Test
Post by: SleePy on Oct 20, 2008, 03:11 AM


<?php
echo 'Hello World';
?>

Title: Re: Code Test
Post by: SleePy on Oct 20, 2008, 03:14 AM

<?php
echo 'Hello World';
?>


<?php
echo 'Hello World';
?>

Title: Re: Code Test
Post by: SleePy on Oct 20, 2008, 03:15 AM

<?php
echo 'Hello World';
?>


<?php
echo 'Hello World';
?>

Title: Re: Code Test
Post by: wmcintosh on Oct 28, 2008, 08:01 PM
Just to let you know, I go by same name on SMF, now playin or testing.


<?php
$txt
['what'] = 'Hello World';
echo 
$txt['what'];
?>