Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_class_methods is not implemented #38

Open
dave-irvine opened this issue Mar 4, 2016 · 0 comments
Open

get_class_methods is not implemented #38

dave-irvine opened this issue Mar 4, 2016 · 0 comments

Comments

@dave-irvine
Copy link

var php = require('uniter').createEngine('PHP');
php.getStdout().on('data', function (text) { console.log(text); });
php.getStderr().on('data', function (text) { console.error(text); });

php.execute('<?php print get_class_methods();');

PHP Fatal error: Call to undefined function get_class_methods()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant