mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Canged back to uppercase. Are all the backslashes on line 69 to 111 really needed?
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ typedef enum {
|
||||
} iv_source;
|
||||
|
||||
/* {{{ proto string mcrypt_create_iv(int size, int source)
|
||||
Create an initializing vector (iv) */
|
||||
Create an initializing vector (IV) */
|
||||
PHP_FUNCTION(mcrypt_create_iv)
|
||||
{
|
||||
pval **size, **psource;
|
||||
|
||||
Reference in New Issue
Block a user