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()
624 smart_str_appends(str, ", "); in format_default_value()
636 smart_str_appends(str, " => "); in format_default_value()
647 smart_str_appends(str, "::"); in format_default_value()
682 smart_str_appends(str, "..."); in _parameter_string()
689 smart_str_appends(str, " = "); in _parameter_string()
694 smart_str_appends(str, ((zend_internal_arg_info*)arg_info)->default_value); in _parameter_string()
696 smart_str_appends(str, "<default>"); in _parameter_string()
701 smart_str_appends(str, " = "); in _parameter_string()
708 smart_str_appends(str, " ]"); in _parameter_string()
785 smart_str_appends(str, ", deprecated"); in _function_string()
808 smart_str_appends(str, ", ctor"); in _function_string()
810 smart_str_appends(str, "> "); in _function_string()
813 smart_str_appends(str, "abstract "); in _function_string()
816 smart_str_appends(str, "final "); in _function_string()
819 smart_str_appends(str, "static "); in _function_string()
826 smart_str_appends(str, "public "); in _function_string()
829 smart_str_appends(str, "private "); in _function_string()
832 smart_str_appends(str, "protected "); in _function_string()
835 smart_str_appends(str, "<visibility error> "); in _function_string()
838 smart_str_appends(str, "method "); in _function_string()
840 smart_str_appends(str, "function "); in _function_string()
868 smart_str_appends(str, "]\n"); in _function_string()
895 smart_str_appends(str, "public "); in _property_string()
898 smart_str_appends(str, "private "); in _property_string()
901 smart_str_appends(str, "protected "); in _property_string()
905 smart_str_appends(str, "static "); in _property_string()
908 smart_str_appends(str, "readonly "); in _property_string()
924 smart_str_appends(str, " = "); in _property_string()
931 smart_str_appends(str, " ]\n"); in _property_string()
942 smart_str_appends(str, "ALL"); in _extension_ini_string()
945 smart_str_appends(str, "USER"); in _extension_ini_string()
957 smart_str_appends(str, "> ]\n"); in _extension_ini_string()
984 smart_str_appends(str, "<persistent>"); in _extension_string()
987 smart_str_appends(str, "<temporary>" ); in _extension_string()
996 smart_str_appends(str, "\n - Dependencies {\n"); in _extension_string()
1003 smart_str_appends(str, "Required"); in _extension_string()
1006 smart_str_appends(str, "Conflicts"); in _extension_string()
1009 smart_str_appends(str, "Optional"); in _extension_string()
1012 smart_str_appends(str, "Error"); /* shouldn't happen */ in _extension_string()
1022 smart_str_appends(str, ") ]\n"); in _extension_string()
1235 smart_str_appends(str, "]\n"); in _zend_extension_string()
6452 smart_str_appends(&str, "Attribute [ "); in ZEND_METHOD()
6454 smart_str_appends(&str, " ]"); in ZEND_METHOD()
6457 smart_str_appends(&str, " {\n"); in ZEND_METHOD()
6464 smart_str_appends(&str, " = "); in ZEND_METHOD()
6472 smart_str_appends(&str, " ]\n"); in ZEND_METHOD()
6474 smart_str_appends(&str, " }\n"); in ZEND_METHOD()
6476 smart_str_appends(&str, "}\n"); in ZEND_METHOD()