Skip to content

frectonz/php-src

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frectonz's Horrific PHP Monster

Checkout the demo folder for more examples.

<?php
shout "Hello, World!\n";

function add(.num1, .num2) {
    bababooey .num1 + .num2;
}

.result = add(10, 10);
shout "Result: " . .result;
shout "\n";
?>

How to run it

nix develop
./buildconf
./configure
make cli

About

The PHP Interpreter

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • C 76.4%
  • PHP 22.0%
  • M4 0.3%
  • C++ 0.3%
  • Shell 0.2%
  • Lua 0.2%
  • Other 0.6%