Sha256: 791576ca5a818e1e3e646e3f0856b91b1d2fdab20ac1bc8f198ae10139f95249
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
require "knj/autoload" require "#{$knjpath}php" require "#{$knjpath}php_parser/php_parser" module Knj::Php_parser::Functions def self.my_function(phpvar_arg) Php4r.print("Hejsa.\n") Php4r.print(phpvar_arg + "\n") end end Knj::Php_parser::Functions.my_function("Helloworld.")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knjrbfw-0.0.74 | lib/knj/php_parser/tests/test.rb |