Update of /cvsroot/binaryphp/binaryphp/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv8334/examples
Modified Files:
helloworld.php
Log Message:
Functions work\!
Index: helloworld.php
===================================================================
RCS file: /cvsroot/binaryphp/binaryphp/examples/helloworld.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** helloworld.php 9 Aug 2003 03:58:34 -0000 1.3
--- helloworld.php 9 Aug 2003 05:57:13 -0000 1.4
***************
*** 1,5 ****
<?php
! $var = 'bleh';
! $var = 'foo';
! echo $var;
?>
--- 1,3 ----
<?php
! echo strlen('bleh!');
?>
|