Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcntl/
H A Dpcntl.c594 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
608 if (z_rusage) { in PHP_FUNCTION()
609 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
610 if (!z_rusage) { in PHP_FUNCTION()
629 PHP_RUSAGE_TO_ARRAY(rusage, z_rusage); in PHP_FUNCTION()
643 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
650 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|lz", &z_status, &options, &z_rusage) == FAILURE) { in PHP_FUNCTION()
656 if (z_rusage) { in PHP_FUNCTION()
657 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
658 if (!z_rusage) { in PHP_FUNCTION()
[all …]

Completed in 9 milliseconds