Home
last modified time | relevance | path

Searched refs:PHP_CLI_API (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/sapi/cli/
H A Dcli.h25 # define PHP_CLI_API __declspec(dllexport) macro
27 # define PHP_CLI_API __attribute__ ((visibility("default"))) macro
29 # define PHP_CLI_API macro
33 extern PHP_CLI_API size_t sapi_cli_single_write(const char *str, uint str_length TSRMLS_DC);
41 extern PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks();
H A Dphp_cli.c118 PHP_CLI_API cli_shell_callbacks_t *php_cli_get_shell_callbacks() in php_cli_get_shell_callbacks()
252 PHP_CLI_API size_t sapi_cli_single_write(const char *str, uint str_length TSRMLS_DC) /* {{{ */ in sapi_cli_single_write()

Completed in 6 milliseconds