Searched refs:type_def (Results 1 – 1 of 1) sorted by relevance
3622 zend_string *type_def = NULL; in ZEND_METHOD() local3635 Z_PARAM_STR(type_def) in ZEND_METHOD()3652 if (type_def) { in ZEND_METHOD()3666 if (zend_ffi_parse_type(ZSTR_VAL(type_def), ZSTR_LEN(type_def), &dcl) != SUCCESS) { in ZEND_METHOD()3779 zend_string *type_def = NULL; in ZEND_METHOD() local3790 Z_PARAM_STR(type_def) in ZEND_METHOD()3800 if (type_def) { in ZEND_METHOD()3814 if (zend_ffi_parse_type(ZSTR_VAL(type_def), ZSTR_LEN(type_def), &dcl) != SUCCESS) { in ZEND_METHOD()3957 zend_string *type_def; in ZEND_METHOD() local3961 Z_PARAM_STR(type_def); in ZEND_METHOD()[all …]
Completed in 24 milliseconds