We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706a9b2 commit d5484bfCopy full SHA for d5484bf
ext/random/csprng.c
@@ -25,7 +25,6 @@
25
26
#include "php.h"
27
28
-#include "zend_result.h"
29
#include "Zend/zend_exceptions.h"
30
31
#include "php_random.h"
ext/random/php_random.h
@@ -32,7 +32,6 @@
32
# define PHP_RANDOM_H
33
34
# include "php.h"
35
-# include "zend_result.h"
36
37
PHPAPI double php_combined_lcg(void);
38
0 commit comments