From 4525c2d41e0716ee12d1d8c8070bfefdcb6e0499 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 17 Nov 2008 21:54:47 +0000 Subject: [PATCH] Missed test for previous commit --- .../tests/openssl_random_pseudo_bytes.phpt | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ext/openssl/tests/openssl_random_pseudo_bytes.phpt diff --git a/ext/openssl/tests/openssl_random_pseudo_bytes.phpt b/ext/openssl/tests/openssl_random_pseudo_bytes.phpt new file mode 100644 index 0000000000..ac5a3079a1 --- /dev/null +++ b/ext/openssl/tests/openssl_random_pseudo_bytes.phpt @@ -0,0 +1,22 @@ +--TEST-- +openssl_random_pseudo_bytes() tests +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +string(0) "" +string(2) "%s" +string(4) "%s" +string(6) "%s" +string(8) "%s" +string(10) "%s" +string(12) "%s" +string(14) "%s" +string(16) "%s" +string(18) "%s" \ No newline at end of file -- 2.50.1