Searched refs:zend_ffi_val_float_number (Results 1 – 4 of 4) sorted by relevance
276 void zend_ffi_val_float_number(zend_ffi_val *val, const char *str, size_t str_len);
864 {zend_ffi_val_float_number(val, (const char*)yy_text, yy_pos - yy_text);}
3584 zend_ffi_val_float_number(val, (const char*)yy_text, yy_pos - yy_text); in parse_FLOATNUMBER()
7809 void zend_ffi_val_float_number(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */ function
Completed in 62 milliseconds