Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcntl/
H A Dpcntl.c706 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
720 if (z_rusage) { in PHP_FUNCTION()
721 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
722 if (!z_rusage) { in PHP_FUNCTION()
741 PHP_RUSAGE_TO_ARRAY(rusage, z_rusage); in PHP_FUNCTION()
756 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
763 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|lz", &z_status, &options, &z_rusage) == FAILURE) { in PHP_FUNCTION()
769 if (z_rusage) { in PHP_FUNCTION()
770 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
771 if (!z_rusage) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds