Home
last modified time | relevance | path

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

/PHP-7.4/ext/ffi/
H A Dphp_ffi.h278 void zend_ffi_val_string(zend_ffi_val *val, const char *str, size_t str_len);
H A Dffi.g869 {zend_ffi_val_string(val, (const char*)yy_text, yy_pos - yy_text);}
H A Dffi_parser.c3532 zend_ffi_val_string(val, (const char*)yy_text, yy_pos - yy_text); in parse_STRING()
H A Dffi.c7398 void zend_ffi_val_string(zend_ffi_val *val, const char *str, size_t str_len) /* {{{ */ function

Completed in 49 milliseconds