Home
last modified time | relevance | path

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

/PHP-7.3/ext/posix/tests/
H A Dposix_times_error.phpt2 Test posix_times() function : error conditions
9 /* Prototype : proto array posix_times(void)
15 echo "*** Testing posix_times() : error conditions ***\n";
18 echo "\n-- Testing posix_times() function with one argument --\n";
20 var_dump( posix_times($extra_arg) );
25 *** Testing posix_times() : error conditions ***
27 -- Testing posix_times() function with one argument --
29 Warning: posix_times() expects exactly 0 parameters, 1 given in %s on line %d
H A Dposix_times.phpt2 Test posix_times()
17 var_dump(posix_times());
H A Dposix_times_basic.phpt2 Test posix_times() function : basic functionality
11 $times = posix_times();
/PHP-7.3/ext/posix/
H A Dphp_posix.h80 PHP_FUNCTION(posix_times);
H A Dposix.c274 PHP_FE(posix_times, arginfo_posix_times)
715 PHP_FUNCTION(posix_times) in PHP_FUNCTION() argument

Completed in 25 milliseconds