Searched refs:php_dl (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | dl.h | 23 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now);
|
H A D | dl.c | 69 php_dl(filename, MODULE_TEMPORARY, return_value, 0); in PHP_FUNCTION() 297 PHPAPI void php_dl(const char *file, int type, zval *return_value, int start_now) in php_dl() function
|
/PHP-8.3/sapi/fpm/fpm/ |
H A D | fpm_php.c | 96 php_dl(value, MODULE_PERSISTENT, &zv, 1); in fpm_php_apply_defines_ex()
|
Completed in 11 milliseconds