home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
Software
/
Topware
/
Scriptworx
/
_SETUP.1
/
php.slf
< prev
next >
Wrap
Text File
|
2000-07-13
|
206b
|
16 lines
<?php
/*******************
This is a comment
********************/
function foo( $bar ) {
$x = 1;
$s = 'string';
echo "test \"$test\"\n
\t and this is all text!";
}
?>