Calling PHP_METHOD functions? #1

Open
opened 2026-01-24 11:40:56 +01:00 by admin · 0 comments
Owner

Originally created by @sharksforarms on GitHub (Nov 23, 2019).

I can't seem to trigger a call to a PHP_METHOD defined function...

		char *args[2];
		args[0] = "test123";
		args[1] = "test123";
		fuzzer_call_php_func("SoapClient::__construct", 2, args);

Am I doing something wrong?

Originally created by @sharksforarms on GitHub (Nov 23, 2019). I can't seem to trigger a call to a PHP_METHOD defined function... ``` char *args[2]; args[0] = "test123"; args[1] = "test123"; fuzzer_call_php_func("SoapClient::__construct", 2, args); ``` Am I doing something wrong?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/php-fuzzing-sapi#1