]> granicus.if.org Git - php/commitdiff
- Removed the DOS line endings
authorfoobar <sniper@php.net>
Thu, 1 Aug 2002 12:06:46 +0000 (12:06 +0000)
committerfoobar <sniper@php.net>
Thu, 1 Aug 2002 12:06:46 +0000 (12:06 +0000)
- Changed the '//' comment (this is C, not C++) to /* */
# Brad, use some editor which works..

ext/standard/array.c

index 5cd62767cbfa6abe54d9b3169a5fbc06d8e148c9..4007df90d776a8239af8c16111bf80d191c0c23a 100644 (file)
@@ -1693,7 +1693,7 @@ static void _phpi_pop(INTERNAL_FUNCTION_PARAMETERS, int off_the_end)
        zend_hash_get_current_key_ex(Z_ARRVAL_PP(stack), &key, &key_len, &index, 0, NULL);
        zend_hash_del_key_or_index(Z_ARRVAL_PP(stack), key, key_len, index, (key) ? HASH_DEL_KEY : HASH_DEL_INDEX);
        
-       // If we did a shift... re-index like it did before
+       /* If we did a shift... re-index like it did before */
        if(!off_the_end) {
                HANDLE_BLOCK_INTERRUPTIONS();
                {