Searched refs:php_dl (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | dl.h | 27 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
|
H A D | dl.c | 85 php_dl(filename, MODULE_TEMPORARY, return_value, 0 TSRMLS_CC); in PHP_FUNCTION() 265 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl() function 283 PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC) in php_dl() function
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_php.c | 91 php_dl(value, MODULE_PERSISTENT, &zv, 1 TSRMLS_CC); in fpm_php_apply_defines_ex()
|
Completed in 9 milliseconds