Searched refs:nullable_str (Results 1 – 1 of 1) sorted by relevance
1515 zend_string *nullable_str = zend_string_concat2("?", 1, ZSTR_VAL(str), ZSTR_LEN(str)); in zend_type_to_string_resolved() local1517 return nullable_str; in zend_type_to_string_resolved()8677 zend_string *nullable_str = zend_type_to_string(type); in zend_compile_prop_decl() local8682 ZSTR_VAL(str), ZSTR_VAL(nullable_str)); in zend_compile_prop_decl()
Completed in 36 milliseconds