description      3362 ext/imap/php_imap.c 	if (body->description) {
description      3364 ext/imap/php_imap.c 		add_property_string(return_value, "description", body->description);
description      3655 ext/imap/php_imap.c 				bod->description = cpystr(Z_STRVAL_P(pvalue));
description      3759 ext/imap/php_imap.c 				bod->description = cpystr(Z_STRVAL_P(pvalue));
description      4591 ext/imap/php_imap.c 	if (body->description) {
description      4593 ext/imap/php_imap.c 		add_property_string(arg, "description", body->description);
description       809 ext/mbstring/php_mbregex.c 	char *description = NULL;
description       875 ext/mbstring/php_mbregex.c 		description = zend_make_compiled_string_description("mbregex replace");
description       878 ext/mbstring/php_mbregex.c 		description = NULL;
description       941 ext/mbstring/php_mbregex.c 				if (zend_eval_stringl(ZSTR_VAL(eval_buf.s), ZSTR_LEN(eval_buf.s), &v, description) == FAILURE) {
description       942 ext/mbstring/php_mbregex.c 					efree(description);
description       979 ext/mbstring/php_mbregex.c 					efree(description);
description      1005 ext/mbstring/php_mbregex.c 	if (description) {
description      1006 ext/mbstring/php_mbregex.c 		efree(description);
description       708 ext/pcre/pcrelib/sljit/sljitConfigInternal.h #define SLJIT_COMPILE_ASSERT(x, description) \
description       151 ext/standard/assert.c 	zval *description = NULL;
description       160 ext/standard/assert.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "z|z", &assertion, &description) == FAILURE) {
description       179 ext/standard/assert.c 			if (!description) {
description       182 ext/standard/assert.c 				zend_string *str = zval_get_string(description);
description       214 ext/standard/assert.c 		zval *args = safe_emalloc(!description ? 3 : 4, sizeof(zval), 0);
description       227 ext/standard/assert.c 		if (!description) {
description       233 ext/standard/assert.c 			ZVAL_STR(&args[3], zval_get_string(description));
description       245 ext/standard/assert.c 		if (!description) {
description       247 ext/standard/assert.c 		} else if (Z_TYPE_P(description) == IS_OBJECT &&
description       248 ext/standard/assert.c 			instanceof_function(Z_OBJCE_P(description), zend_ce_throwable)) {
description       249 ext/standard/assert.c 			Z_ADDREF_P(description);
description       250 ext/standard/assert.c 			zend_throw_exception_object(description);
description       252 ext/standard/assert.c 			zend_string *str = zval_get_string(description);
description       257 ext/standard/assert.c 		if (!description) {
description       264 ext/standard/assert.c 			zend_string *str = zval_get_string(description);
description       842 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, description)
description      2766 ext/xmlrpc/libxmlrpc/xmlrpc.c    simplestring description;
description      2767 ext/xmlrpc/libxmlrpc/xmlrpc.c    simplestring_init(&description);
description      2802 ext/xmlrpc/libxmlrpc/xmlrpc.c    simplestring_add(&description, string);
description      2805 ext/xmlrpc/libxmlrpc/xmlrpc.c       simplestring_add(&description, "\n\n");
description      2807 ext/xmlrpc/libxmlrpc/xmlrpc.c    simplestring_add(&description, fault_string);
description      2810 ext/xmlrpc/libxmlrpc/xmlrpc.c    if(description.len) {
description      2813 ext/xmlrpc/libxmlrpc/xmlrpc.c 		XMLRPC_VectorAppendString (xOutput, "faultString", description.str,
description      2814 ext/xmlrpc/libxmlrpc/xmlrpc.c 											description.len);
description      2818 ext/xmlrpc/libxmlrpc/xmlrpc.c    simplestring_free(&description);