Home
last modified time | relevance | path

Searched refs:conf_id (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/posix/
H A Dposix.stub.php447 function posix_sysconf(int $conf_id): int {} argument
H A Dposix.c1267 zend_long conf_id; in PHP_FUNCTION() local
1270 Z_PARAM_LONG(conf_id) in PHP_FUNCTION()
1273 RETURN_LONG(sysconf(conf_id)); in PHP_FUNCTION()
H A Dposix_arginfo.h171 ZEND_ARG_TYPE_INFO(0, conf_id, IS_LONG, 0)

Completed in 11 milliseconds