Searched refs:conf_id (Results 1 – 3 of 3) sorted by relevance
454 function posix_sysconf(int $conf_id): int {} argument
1266 zend_long conf_id; in PHP_FUNCTION() local1269 Z_PARAM_LONG(conf_id) in PHP_FUNCTION()1272 RETURN_LONG(sysconf(conf_id)); in PHP_FUNCTION()
171 ZEND_ARG_TYPE_INFO(0, conf_id, IS_LONG, 0)
Completed in 9 milliseconds