]> granicus.if.org Git - php/commitdiff
MFB: fixed tests not to rely on actual strings of errors, as those are not defined...
authorAlexey Zakhlestin <indeyets@php.net>
Fri, 4 Jul 2008 14:56:30 +0000 (14:56 +0000)
committerAlexey Zakhlestin <indeyets@php.net>
Fri, 4 Jul 2008 14:56:30 +0000 (14:56 +0000)
ext/posix/tests/posix_strerror_error.phpt
ext/posix/tests/posix_strerror_variation1.phpt

index 6fc17ec0ceb5dc9e937049b13cc259755d2dc2f1..3803f465b21d87c17ca922b9854f0b0b7bbf2ba6 100644 (file)
@@ -24,7 +24,7 @@ var_dump( posix_strerror($errno, $extra_arg) );
 
 echo "\n-- Testing posix_strerror() function with invalid error number --\n";
 $errno = -999;
-var_dump( posix_strerror($errno) );
+echo gettype( posix_strerror($errno) )."\n";
 
 echo "Done";
 ?>
@@ -42,5 +42,5 @@ Warning: posix_strerror() expects exactly 1 parameter, 2 given in %s on line %d
 bool(false)
 
 -- Testing posix_strerror() function with invalid error number --
-string(%d) "Unknown error %d"
+string
 Done
index 84c332de6cd4e07913c5330c022082a50ee49b38..065bfcabf3b31a3cb8bedefde317847e5caf26e3 100644 (file)
@@ -73,7 +73,7 @@ $values = array(
 
 foreach($values as $value) {
       echo "\nArg value $value \n";
-      var_dump( posix_strerror($value) );
+      echo gettype( posix_strerror($value) )."\n";
 };
 
 echo "Done";
@@ -86,97 +86,97 @@ Notice: Undefined variable: undefined_var in %s on line %d
 Notice: Undefined variable: unset_var in %s on line %d
 
 Arg value 10.5 
-string(18) "No child processes"
+string
 
 Arg value -10.5 
-string(%d) "Unknown error %d"
+string
 
 Arg value 101234567000 
-string(%d) "Unknown error %d"
+string
 
 Arg value 1.07654321E-9 
-string(7) "Success"
+string
 
 Arg value 0.5 
-string(7) "Success"
+string
 
 Notice: Array to string conversion in %s on line %d
 
 Arg value Array 
 
 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
-bool(false)
+boolean
 
 Notice: Array to string conversion in %s on line %d
 
 Arg value Array 
 
 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
-bool(false)
+boolean
 
 Notice: Array to string conversion in %s on line %d
 
 Arg value Array 
 
 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
-bool(false)
+boolean
 
 Notice: Array to string conversion in %s on line %d
 
 Arg value Array 
 
 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
-bool(false)
+boolean
 
 Notice: Array to string conversion in %s on line %d
 
 Arg value Array 
 
 Warning: posix_strerror() expects parameter 1 to be long, array given in %s on line %d
-bool(false)
+boolean
 
 Arg value  
-string(7) "Success"
+string
 
 Arg value  
-string(7) "Success"
+string
 
 Arg value 1 
-string(23) "Operation not permitted"
+string
 
 Arg value  
-string(7) "Success"
+string
 
 Arg value 1 
-string(23) "Operation not permitted"
+string
 
 Arg value  
-string(7) "Success"
+string
 
 Arg value  
 
 Warning: posix_strerror() expects parameter 1 to be long, Unicode string given in %s on line %d
-bool(false)
+boolean
 
 Arg value  
 
 Warning: posix_strerror() expects parameter 1 to be long, Unicode string given in %s on line %d
-bool(false)
+boolean
 
 Arg value string 
 
 Warning: posix_strerror() expects parameter 1 to be long, Unicode string given in %s on line %d
-bool(false)
+boolean
 
 Arg value string 
 
 Warning: posix_strerror() expects parameter 1 to be long, Unicode string given in %s on line %d
-bool(false)
+boolean
 
 Arg value  
-string(7) "Success"
+string
 
 Arg value  
-string(7) "Success"
+string
 
 Catchable fatal error: Object of class stdClass could not be converted to string in %s on line %d