php-internal-docs
8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
strtod.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) Alexander Borisov
3
*
4
* Based on nxt_strtod.h from NGINX NJS project
5
*
6
* Copyright (C) Dmitry Volyntsev
7
* Copyright (C) Nginx, Inc.
8
*/
9
10
#ifndef LEXBOR_STRTOD_H
11
#define LEXBOR_STRTOD_H
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
#include "
lexbor/core/base.h
"
18
19
20
LXB_API
double
21
lexbor_strtod_internal
(
const
lxb_char_t
*
start
,
size_t
length,
int
exp
);
22
23
24
#ifdef __cplusplus
25
}
/* extern "C" */
26
#endif
27
28
#endif
/* LEXBOR_STRTOD_H */
exp
exp(float $num)
Definition
basic_functions.stub.php:3206
base.h
LXB_API
#define LXB_API
Definition
def.h:48
start
buf start
Definition
ffi.c:4687
lexbor_strtod_internal
LXB_API double lexbor_strtod_internal(const lxb_char_t *start, size_t length, int exp)
Definition
strtod.c:264
lxb_char_t
unsigned char lxb_char_t
Definition
types.h:27
ext
dom
lexbor
lexbor
core
strtod.h
Generated on Sat Aug 23 2025 01:46:06 for php-internal-docs by
1.13.2