php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55080
Patch run-tests.patch revision 2011-06-30 05:58 UTC by fedora at famillecollet dot com

Patch run-tests.patch for Unknown/Other Function Bug #55080

Patch version 2011-06-30 05:58 UTC

Return to Bug #55080 | Download this patch
Patch Revisions:

Developer: fedora@famillecollet.com

--- run-tests.php.orig	2011-06-25 17:58:54.297118436 +0200
+++ run-tests.php	2011-06-25 18:16:48.153119294 +0200
@@ -486,7 +486,7 @@
 		$argv = array(__FILE__);
 	}
 
-	$argv = array_merge($argv, split(' ', getenv('TEST_PHP_ARGS')));
+	$argv = array_merge($argv, explode(' ', getenv('TEST_PHP_ARGS')));
 	$argc = count($argv);
 }
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC