Lines Matching refs:smart_str_appends

601 		smart_str_appends(str, "...");  in _parameter_string()
617 smart_str_appends(str, " = "); in _parameter_string()
624 smart_str_appends(str, "true"); in _parameter_string()
626 smart_str_appends(str, "false"); in _parameter_string()
628 smart_str_appends(str, "NULL"); in _parameter_string()
633 smart_str_appends(str, "..."); in _parameter_string()
637 smart_str_appends(str, "Array"); in _parameter_string()
647 smart_str_appends(str, " ]"); in _parameter_string()
724 smart_str_appends(str, ", deprecated"); in _function_string()
747 smart_str_appends(str, ", ctor"); in _function_string()
750 smart_str_appends(str, ", dtor"); in _function_string()
752 smart_str_appends(str, "> "); in _function_string()
755 smart_str_appends(str, "abstract "); in _function_string()
758 smart_str_appends(str, "final "); in _function_string()
761 smart_str_appends(str, "static "); in _function_string()
768 smart_str_appends(str, "public "); in _function_string()
771 smart_str_appends(str, "private "); in _function_string()
774 smart_str_appends(str, "protected "); in _function_string()
777 smart_str_appends(str, "<visibility error> "); in _function_string()
780 smart_str_appends(str, "method "); in _function_string()
782 smart_str_appends(str, "function "); in _function_string()
809 smart_str_appends(str, "or NULL "); in _function_string()
814 smart_str_appends(str, "or NULL "); in _function_string()
817 smart_str_appends(str, "]\n"); in _function_string()
832 smart_str_appends(str, "<implicit> "); in _property_string()
834 smart_str_appends(str, "<default> "); in _property_string()
841 smart_str_appends(str, "public "); in _property_string()
844 smart_str_appends(str, "private "); in _property_string()
847 smart_str_appends(str, "protected "); in _property_string()
851 smart_str_appends(str, "static "); in _property_string()
860 smart_str_appends(str, " ]\n"); in _property_string()
875 smart_str_appends(str, "ALL"); in _extension_ini_string()
878 smart_str_appends(str, "USER"); in _extension_ini_string()
890 smart_str_appends(str, "> ]\n"); in _extension_ini_string()
941 smart_str_appends(str, "<persistent>"); in _extension_string()
944 smart_str_appends(str, "<temporary>" ); in _extension_string()
953 smart_str_appends(str, "\n - Dependencies {\n"); in _extension_string()
960 smart_str_appends(str, "Required"); in _extension_string()
963 smart_str_appends(str, "Conflicts"); in _extension_string()
966 smart_str_appends(str, "Optional"); in _extension_string()
969 smart_str_appends(str, "Error"); /* shouldn't happen */ in _extension_string()
979 smart_str_appends(str, ") ]\n"); in _extension_string()
1064 smart_str_appends(str, "]\n"); in _zend_extension_string()