Sha256: f05edbb8f810fa2ba267d18e12a7c57e41f8dfdeeb20bed74a98b382a8c1c65b

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

require "knj/autoload"
require "knj/php"
require "knj/php_parser/php_parser"

module Knj::Php_parser::Functions
	def self.my_function(phpvar_arg)
		Knj::Php.print("Hejsa.\n")
		Knj::Php.print(phpvar_arg + "\n")
	end
end
Knj::Php_parser::Functions.my_function("Helloworld.")

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
knjrbfw-0.0.8 lib/knj/php_parser/tests/test.rb
knjrbfw-0.0.7 lib/knj/php_parser/tests/test.rb
knjrbfw-0.0.4 lib/knj/php_parser/tests/test.rb
knjrbfw-0.0.3 lib/knj/php_parser/tests/test.rb