compiled_string_description 1393 Zend/zend.c    	char *compiled_string_description;
compiled_string_description 1406 Zend/zend.c    	zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, cur_lineno, name);
compiled_string_description 1407 Zend/zend.c    	return compiled_string_description;
compiled_string_description  970 ext/pcre/php_pcre.c 	char        *compiled_string_description;
compiled_string_description 1020 ext/pcre/php_pcre.c 	compiled_string_description = zend_make_compiled_string_description("regexp code" TSRMLS_CC);
compiled_string_description 1022 ext/pcre/php_pcre.c 	if (zend_eval_stringl(code.c, code.len, &retval, compiled_string_description TSRMLS_CC) == FAILURE) {
compiled_string_description 1023 ext/pcre/php_pcre.c 		efree(compiled_string_description);
compiled_string_description 1027 ext/pcre/php_pcre.c 	efree(compiled_string_description);
compiled_string_description  146 ext/standard/assert.c 	char *compiled_string_description, *description = NULL;
compiled_string_description  167 ext/standard/assert.c 		compiled_string_description = zend_make_compiled_string_description("assert code" TSRMLS_CC);
compiled_string_description  168 ext/standard/assert.c 		if (zend_eval_stringl(myeval, Z_STRLEN_PP(assertion), &retval, compiled_string_description TSRMLS_CC) == FAILURE) {
compiled_string_description  169 ext/standard/assert.c 			efree(compiled_string_description);
compiled_string_description  180 ext/standard/assert.c 		efree(compiled_string_description);