#include <stdio.h>
#include "php.h"
#include <ctype.h>
#include "php_string.h"
#include "ext/standard/file.h"
#include "basic_functions.h"
#include "exec.h"
#include "SAPI.h"
#include <signal.h>
#include <limits.h>
Go to the source code of this file.
◆ php_escape_shell_arg()
◆ php_escape_shell_cmd()
◆ php_exec()
PHPAPI int php_exec |
( |
int | type, |
|
|
const char * | cmd, |
|
|
zval * | array, |
|
|
zval * | return_value ) |
◆ PHP_FUNCTION() [1/6]
◆ PHP_FUNCTION() [2/6]
◆ PHP_FUNCTION() [3/6]
◆ PHP_FUNCTION() [4/6]
◆ PHP_FUNCTION() [5/6]
◆ PHP_FUNCTION() [6/6]
◆ PHP_MINIT_FUNCTION()
PHP_MINIT_FUNCTION |
( |
exec | | ) |
|