I want to use methods defined in PHP from C#. I used Phalanger to create a .dll from my PHP file (using pure mode) and added it as a reference in my project.
I can successfully call the dll, but the PhPObject I attempt to create is null, so I cannot pass it the correct parameters.
Here is the code I am running: https://i.stack.imgur.com/uQ41X.png
This is the example where I took the code to make the PhPObject: http://wiki.php-compiler.net/Code_Samples/Standard_mode_interoperability
I'm thinking Phalanger might not have installed correctly, but i'm not sure how to fix it since I do not get any errors, the object is just null.