Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcntl/
H A Dpcntl.c548 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
562 if (z_rusage) { in PHP_FUNCTION()
563 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
564 if (!z_rusage) { in PHP_FUNCTION()
583 PHP_RUSAGE_TO_ARRAY(rusage, z_rusage); in PHP_FUNCTION()
597 zval *z_status = NULL, *z_rusage = NULL; in PHP_FUNCTION() local
604 if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|lz", &z_status, &options, &z_rusage) == FAILURE) { in PHP_FUNCTION()
610 if (z_rusage) { in PHP_FUNCTION()
611 z_rusage = zend_try_array_init(z_rusage); in PHP_FUNCTION()
612 if (!z_rusage) { in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds