Home
last modified time | relevance | path

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

/PHP-5.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-5.3/ext/posix/
H A Dphp_posix.h80 PHP_FUNCTION(posix_times);
H A Dposix.c265 PHP_FE(posix_times, arginfo_posix_times)
647 PHP_FUNCTION(posix_times) in PHP_FUNCTION() argument
/PHP-5.3/
H A DNEWS2485 - Fixed bug #49132 (posix_times returns false without error).

Completed in 56 milliseconds