Lines Matching refs:smart_str_appends

572 		smart_str_appends(str, "Array");  in _class_const_string()
574 smart_str_appends(str, "Object"); in _class_const_string()
581 smart_str_appends(str, " }\n"); in _class_const_string()
628 smart_str_appends(str, ", "); in format_default_value()
640 smart_str_appends(str, " => "); in format_default_value()
651 smart_str_appends(str, "::"); in format_default_value()
686 smart_str_appends(str, "..."); in _parameter_string()
693 smart_str_appends(str, " = "); in _parameter_string()
698 smart_str_appends(str, ((zend_internal_arg_info*)arg_info)->default_value); in _parameter_string()
700 smart_str_appends(str, "<default>"); in _parameter_string()
705 smart_str_appends(str, " = "); in _parameter_string()
712 smart_str_appends(str, " ]"); in _parameter_string()
789 smart_str_appends(str, ", deprecated"); in _function_string()
812 smart_str_appends(str, ", ctor"); in _function_string()
814 smart_str_appends(str, "> "); in _function_string()
817 smart_str_appends(str, "abstract "); in _function_string()
820 smart_str_appends(str, "final "); in _function_string()
823 smart_str_appends(str, "static "); in _function_string()
830 smart_str_appends(str, "public "); in _function_string()
833 smart_str_appends(str, "private "); in _function_string()
836 smart_str_appends(str, "protected "); in _function_string()
839 smart_str_appends(str, "<visibility error> "); in _function_string()
842 smart_str_appends(str, "method "); in _function_string()
844 smart_str_appends(str, "function "); in _function_string()
872 smart_str_appends(str, "]\n"); in _function_string()
899 smart_str_appends(str, "public "); in _property_string()
902 smart_str_appends(str, "private "); in _property_string()
905 smart_str_appends(str, "protected "); in _property_string()
909 smart_str_appends(str, "static "); in _property_string()
912 smart_str_appends(str, "readonly "); in _property_string()
928 smart_str_appends(str, " = "); in _property_string()
935 smart_str_appends(str, " ]\n"); in _property_string()
946 smart_str_appends(str, "ALL"); in _extension_ini_string()
949 smart_str_appends(str, "USER"); in _extension_ini_string()
961 smart_str_appends(str, "> ]\n"); in _extension_ini_string()
988 smart_str_appends(str, "<persistent>"); in _extension_string()
991 smart_str_appends(str, "<temporary>" ); in _extension_string()
1000 smart_str_appends(str, "\n - Dependencies {\n"); in _extension_string()
1007 smart_str_appends(str, "Required"); in _extension_string()
1010 smart_str_appends(str, "Conflicts"); in _extension_string()
1013 smart_str_appends(str, "Optional"); in _extension_string()
1016 smart_str_appends(str, "Error"); /* shouldn't happen */ in _extension_string()
1026 smart_str_appends(str, ") ]\n"); in _extension_string()
1239 smart_str_appends(str, "]\n"); in _zend_extension_string()
6550 smart_str_appends(&str, "Attribute [ "); in ZEND_METHOD()
6552 smart_str_appends(&str, " ]"); in ZEND_METHOD()
6555 smart_str_appends(&str, " {\n"); in ZEND_METHOD()
6562 smart_str_appends(&str, " = "); in ZEND_METHOD()
6570 smart_str_appends(&str, " ]\n"); in ZEND_METHOD()
6572 smart_str_appends(&str, " }\n"); in ZEND_METHOD()
6574 smart_str_appends(&str, "}\n"); in ZEND_METHOD()