php-src/ext/standard/tests
Wez Furlong a3a2dcd8a9 Relieve scripts of the burden of ensuring that all pipes are closed prior
to calling proc_close().
Implement proc_get_status(resource $process) which returns an array of
information about a process created with proc_open().
The information includes:
array(
	"command" => string "name of the command",
	"pid" => long process identifier,
	"running" => bool true if the process is still running
	"exitcode" => long exitcode if the process exited
	"signaled" => bool true if the process was signaled
	"termsig" => long signal number if signaled
	"stopped" => bool true if the process is stopped
	"stopsig" => long signal number if stopped
);
2003-01-15 18:54:03 +00:00
..
aggregation - Skip if the function is not available (in case pcre was not compiled in). 2002-10-08 09:46:31 +00:00
array - Add test for bug #21182 2002-12-25 20:08:36 +00:00
assert Made assert test pass on systems with short open tags disabled. 2001-10-06 09:38:29 +00:00
file Make it slightly more obvious that the return value is relative to the length 2003-01-06 14:04:23 +00:00
general_functions Relieve scripts of the burden of ensuring that all pipes are closed prior 2003-01-15 18:54:03 +00:00
image -Added colordepth for png 2002-11-18 16:51:02 +00:00
math Fix Bug #21523 - number_format could cause a memory allocation for a 2003-01-09 15:44:49 +00:00
network Add a test case for this "bug" # 20134. 2002-11-14 14:56:35 +00:00
reg * all tests should pass now (expect for the interbase stuff that I haven't 2000-08-31 22:21:47 +00:00
serialize Made unserialize handle floats with an E notation - bug #18654 2002-08-19 19:45:46 +00:00
strings Fixed bug #21453 (improper handling of non-terminated <). 2003-01-06 22:13:03 +00:00
time Only show the first results 2002-11-15 14:46:52 +00:00
versioning * remove version_{lt,le,gt,ge,eq} functions, added a third optional 2001-10-11 10:35:59 +00:00