home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 December
/
PCWorld_2000-12_cd.bin
/
Software
/
Topware
/
scrworx
/
_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!";
}
?>