Home
last modified time | relevance | path

Searched refs:zend_ffi_parse_decl (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/ext/ffi/
H A Dphp_ffi.h209 int zend_ffi_parse_decl(const char *str, size_t len);
H A Dffi.g881 int zend_ffi_parse_decl(const char *str, size_t len) {
H A Dffi_parser.c3555 int zend_ffi_parse_decl(const char *str, size_t len) { in zend_ffi_parse_decl() function
H A Dffi.c2918 if (zend_ffi_parse_decl(ZSTR_VAL(code), ZSTR_LEN(code)) != SUCCESS) { in ZEND_METHOD()
3218 if (zend_ffi_parse_decl(code_pos, code_size) != SUCCESS) { in zend_ffi_load()

Completed in 36 milliseconds