1 #ifndef __SP_HARDEN_RAND_H 2 #define __SP_HARDEN_RAND_H 3 4 #include "ext/standard/php_rand.h" 5 #include "ext/standard/php_random.h" 6 #include "zend_exceptions.h" 7 8 int hook_rand(void); 9 10 #endif /* __SP_HARDEN_RAND_H */ 11
1 #ifndef __SP_HARDEN_RAND_H 2 #define __SP_HARDEN_RAND_H 3 4 #include "ext/standard/php_rand.h" 5 #include "ext/standard/php_random.h" 6 #include "zend_exceptions.h" 7 8 int hook_rand(void); 9 10 #endif /* __SP_HARDEN_RAND_H */ 11