mirror of
https://github.com/php/php-src.git
synced 2025-01-12 05:54:13 +08:00
ws
This commit is contained in:
parent
c799f0a1ef
commit
3ea12e99c0
@ -2322,7 +2322,7 @@ ZEND_END_ARG_INFO()
|
||||
|
||||
static
|
||||
ZEND_BEGIN_ARG_INFO_EX(arginfo_stream_supports_lock, 0, 0, 1)
|
||||
ZEND_ARG_INFO(0, stream)
|
||||
ZEND_ARG_INFO(0, stream)
|
||||
ZEND_END_ARG_INFO()
|
||||
|
||||
static
|
||||
@ -3902,8 +3902,8 @@ static void basic_globals_dtor(php_basic_globals *basic_globals_p TSRMLS_DC) /*
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
#define PHP_DOUBLE_INFINITY_HIGH 0x7ff00000
|
||||
#define PHP_DOUBLE_QUIET_NAN_HIGH 0xfff80000
|
||||
#define PHP_DOUBLE_INFINITY_HIGH 0x7ff00000
|
||||
#define PHP_DOUBLE_QUIET_NAN_HIGH 0xfff80000
|
||||
|
||||
PHPAPI double php_get_nan(void) /* {{{ */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user