ZEND_FILE_LINE_CC 3440 Zend/zend_API.c 			i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  375 Zend/zend_API.h #define array_init(arg)			_array_init((arg), 0 ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  376 Zend/zend_API.h #define array_init_size(arg, size) _array_init((arg), (size) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  377 Zend/zend_API.h #define object_init(arg)		_object_init((arg) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  378 Zend/zend_API.h #define object_init_ex(arg, ce)	_object_init_ex((arg), (ce) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  379 Zend/zend_API.h #define object_and_properties_init(arg, ce, properties)	_object_and_properties_init((arg), (ce), (properties) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC 2190 Zend/zend_alloc.c 				heap->custom_heap.debug._free(heap ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC);
ZEND_FILE_LINE_CC 2834 Zend/zend_alloc.c 	storage = _zend_mm_alloc(heap, sizeof(zend_mm_storage) + data_size ZEND_FILE_LINE_CC ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  159 Zend/zend_alloc.h #define emalloc(size)						_emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  160 Zend/zend_alloc.h #define emalloc_large(size)					_emalloc_large((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  161 Zend/zend_alloc.h #define emalloc_huge(size)					_emalloc_huge((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  162 Zend/zend_alloc.h #define safe_emalloc(nmemb, size, offset)	_safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  163 Zend/zend_alloc.h #define efree(ptr)							_efree((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  164 Zend/zend_alloc.h #define efree_large(ptr)					_efree_large((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  165 Zend/zend_alloc.h #define efree_huge(ptr)						_efree_huge((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  166 Zend/zend_alloc.h #define ecalloc(nmemb, size)				_ecalloc((nmemb), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  167 Zend/zend_alloc.h #define erealloc(ptr, size)					_erealloc((ptr), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  168 Zend/zend_alloc.h #define erealloc2(ptr, size, copy_size)		_erealloc2((ptr), (size), (copy_size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  169 Zend/zend_alloc.h #define safe_erealloc(ptr, nmemb, size, offset)	_safe_erealloc((ptr), (nmemb), (size), (offset) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  170 Zend/zend_alloc.h #define erealloc_recoverable(ptr, size)		_erealloc((ptr), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  171 Zend/zend_alloc.h #define erealloc2_recoverable(ptr, size, copy_size) _erealloc2((ptr), (size), (copy_size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  172 Zend/zend_alloc.h #define estrdup(s)							_estrdup((s) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  173 Zend/zend_alloc.h #define estrndup(s, length)					_estrndup((s), (length) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  174 Zend/zend_alloc.h #define zend_mem_block_size(ptr)			_zend_mem_block_size((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  177 Zend/zend_alloc.h #define emalloc_rel(size)						_emalloc((size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  178 Zend/zend_alloc.h #define safe_emalloc_rel(nmemb, size, offset)	_safe_emalloc((nmemb), (size), (offset) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  179 Zend/zend_alloc.h #define efree_rel(ptr)							_efree((ptr) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  180 Zend/zend_alloc.h #define ecalloc_rel(nmemb, size)				_ecalloc((nmemb), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  181 Zend/zend_alloc.h #define erealloc_rel(ptr, size)					_erealloc((ptr), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  182 Zend/zend_alloc.h #define erealloc2_rel(ptr, size, copy_size)		_erealloc2((ptr), (size), (copy_size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  183 Zend/zend_alloc.h #define erealloc_recoverable_rel(ptr, size)		_erealloc((ptr), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  184 Zend/zend_alloc.h #define erealloc2_recoverable_rel(ptr, size, copy_size) _erealloc2((ptr), (size), (copy_size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  185 Zend/zend_alloc.h #define safe_erealloc_rel(ptr, nmemb, size, offset)	_safe_erealloc((ptr), (nmemb), (size), (offset) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  186 Zend/zend_alloc.h #define estrdup_rel(s)							_estrdup((s) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  187 Zend/zend_alloc.h #define estrndup_rel(s, length)					_estrndup((s), (length) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  188 Zend/zend_alloc.h #define zend_mem_block_size_rel(ptr)			_zend_mem_block_size((ptr) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  250 Zend/zend_alloc.h #define zend_mm_alloc(heap, size)			_zend_mm_alloc((heap), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  251 Zend/zend_alloc.h #define zend_mm_free(heap, p)				_zend_mm_free((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  252 Zend/zend_alloc.h #define zend_mm_realloc(heap, p, size)		_zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  253 Zend/zend_alloc.h #define zend_mm_realloc2(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy_size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  254 Zend/zend_alloc.h #define zend_mm_block_size(heap, p)			_zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC  256 Zend/zend_alloc.h #define zend_mm_alloc_rel(heap, size)		_zend_mm_alloc((heap), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  257 Zend/zend_alloc.h #define zend_mm_free_rel(heap, p)			_zend_mm_free((heap), (p) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  258 Zend/zend_alloc.h #define zend_mm_realloc_rel(heap, p, size)	_zend_mm_realloc((heap), (p), (size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  259 Zend/zend_alloc.h #define zend_mm_realloc2_rel(heap, p, size, copy_size) _zend_mm_realloc2((heap), (p), (size), (copy_size) ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  260 Zend/zend_alloc.h #define zend_mm_block_size_rel(heap, p)		_zend_mm_block_size((heap), (p) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC)
ZEND_FILE_LINE_CC   92 Zend/zend_execute.c #define zval_ptr_dtor(zv) i_zval_ptr_dtor(zv ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  208 Zend/zend_execute_API.c 	i_zval_ptr_dtor(zv ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  542 Zend/zend_execute_API.c 			_zval_internal_dtor_for_ptr(zval_ptr ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1335 Zend/zend_hash.c 				i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1339 Zend/zend_hash.c 				i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1347 Zend/zend_hash.c 					i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1445 Zend/zend_hash.c 				i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1449 Zend/zend_hash.c 				i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1455 Zend/zend_hash.c 					i_zval_ptr_dtor(&p->val ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC   61 Zend/zend_hash.h #define zend_hash_init(ht, nSize, pHashFunction, pDestructor, persistent)						_zend_hash_init((ht), (nSize), (pDestructor), (persistent) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   62 Zend/zend_hash.h #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection)		_zend_hash_init_ex((ht), (nSize), (pDestructor), (persistent), (bApplyProtection) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   77 Zend/zend_hash.h 		_zend_hash_update(ht, key, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   79 Zend/zend_hash.h 		_zend_hash_update_ind(ht, key, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   81 Zend/zend_hash.h 		_zend_hash_add(ht, key, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   83 Zend/zend_hash.h 		_zend_hash_add_new(ht, key, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   92 Zend/zend_hash.h 		_zend_hash_str_update(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   94 Zend/zend_hash.h 		_zend_hash_str_update_ind(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   96 Zend/zend_hash.h 		_zend_hash_str_add(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   98 Zend/zend_hash.h 		_zend_hash_str_add_new(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  108 Zend/zend_hash.h 		_zend_hash_index_add(ht, h, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  110 Zend/zend_hash.h 		_zend_hash_index_add_new(ht, h, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  112 Zend/zend_hash.h 		_zend_hash_index_update(ht, h, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  114 Zend/zend_hash.h 		_zend_hash_next_index_insert(ht, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  116 Zend/zend_hash.h 		_zend_hash_next_index_insert_new(ht, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  206 Zend/zend_hash.h 	_zend_hash_merge(target, source, pCopyConstructor, overwrite ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   69 Zend/zend_objects.c 			i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  177 Zend/zend_objects.c 			i_zval_ptr_dtor(dst ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  167 Zend/zend_opcode.c 			i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  188 Zend/zend_opcode.c 			i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  264 Zend/zend_opcode.c 					i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  274 Zend/zend_opcode.c 					i_zval_ptr_dtor(p ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  502 Zend/zend_operators.c 		_convert_to_string(op ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  273 Zend/zend_operators.h #define convert_to_cstring(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_cstring((op) ZEND_FILE_LINE_CC); }
ZEND_FILE_LINE_CC  274 Zend/zend_operators.h #define convert_to_string(op) if (Z_TYPE_P(op) != IS_STRING) { _convert_to_string((op) ZEND_FILE_LINE_CC); }
ZEND_FILE_LINE_CC   46 Zend/zend_ts_hash.h 	_zend_ts_hash_init(ht, nSize, pDestructor, persistent ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   48 Zend/zend_ts_hash.h 	_zend_ts_hash_init_ex(ht, nSize, pDestructor, persistent, bApplyProtection ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   54 Zend/zend_ts_hash.h 		_zend_ts_hash_add_or_update(ht, key, pData, HASH_UPDATE ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   56 Zend/zend_ts_hash.h 		_zend_ts_hash_add_or_update(ht, key, pData, HASH_ADD ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   60 Zend/zend_ts_hash.h 		_zend_ts_hash_index_add_or_update(ht, h, pData, HASH_UPDATE ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   62 Zend/zend_ts_hash.h 		_zend_ts_hash_index_add_or_update(ht, ht->nNextFreeElement, pData, HASH_ADD ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  110 Zend/zend_ts_hash.h 		_zend_ts_hash_str_update(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  112 Zend/zend_ts_hash.h 		_zend_ts_hash_str_add(ht, key, len, pData ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  878 Zend/zend_types.h 				_zval_copy_ctor_func(_z1 ZEND_FILE_LINE_CC); \
ZEND_FILE_LINE_CC  260 Zend/zend_variables.c 	i_zval_ptr_dtor(zval_ptr ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC   35 Zend/zend_variables.h #define zval_dtor_func(zv)         _zval_dtor_func(zv ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   36 Zend/zend_variables.h #define zval_dtor_func_for_ptr(zv) _zval_dtor_func_for_ptr(zv ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   37 Zend/zend_variables.h #define zval_copy_ctor_func(zv)    _zval_copy_ctor_func(zv ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  117 Zend/zend_variables.h #define zval_copy_ctor(zvalue) _zval_copy_ctor((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  118 Zend/zend_variables.h #define zval_opt_copy_ctor(zvalue) _zval_opt_copy_ctor((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  119 Zend/zend_variables.h #define zval_copy_ctor_no_imm(zvalue) _zval_copy_ctor_no_imm((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  120 Zend/zend_variables.h #define zval_opt_copy_ctor_no_imm(zvalue) _zval_opt_copy_ctor_no_imm((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  121 Zend/zend_variables.h #define zval_dtor(zvalue) _zval_dtor((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  122 Zend/zend_variables.h #define zval_ptr_dtor(zval_ptr) _zval_ptr_dtor((zval_ptr) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  123 Zend/zend_variables.h #define zval_ptr_dtor_nogc(zval_ptr) _zval_ptr_dtor_nogc((zval_ptr) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  124 Zend/zend_variables.h #define zval_internal_dtor(zvalue) _zval_internal_dtor((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  125 Zend/zend_variables.h #define zval_internal_ptr_dtor(zvalue) _zval_internal_ptr_dtor((zvalue) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC 2638 ext/mysqlnd/mysqlnd.c 	mysqlnd_fill_stats_hash(conn->stats, mysqlnd_stats_values_names, return_value ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  103 ext/mysqlnd/mysqlnd.h #define mysqlnd_fetch_into(result, flags, ret_val, ext)	(result)->m.fetch_into((result), (flags), (ret_val), (ext) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  105 ext/mysqlnd/mysqlnd.h #define mysqlnd_fetch_all(result, flags, return_value)	(result)->m.fetch_all((result), (flags), (return_value) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  107 ext/mysqlnd/mysqlnd.h #define mysqlnd_get_connection_stats(conn, values)		((conn)->data)->m->get_statistics((conn)->data,  (values) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC  108 ext/mysqlnd/mysqlnd.h #define mysqlnd_get_client_stats(values)				_mysqlnd_get_client_stats((values) ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   97 ext/mysqlnd/mysqlnd_alloc.c 		ret = _emalloc(REAL_SIZE(size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  137 ext/mysqlnd/mysqlnd_alloc.c 		ret = (persistent) ? __zend_malloc(REAL_SIZE(size)) : _emalloc(REAL_SIZE(size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  181 ext/mysqlnd/mysqlnd_alloc.c 		ret = _ecalloc(nmemb, REAL_SIZE(size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  220 ext/mysqlnd/mysqlnd_alloc.c 		ret = (persistent) ? __zend_calloc(nmemb, REAL_SIZE(size)) : _ecalloc(nmemb, REAL_SIZE(size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  265 ext/mysqlnd/mysqlnd_alloc.c 		ret = _erealloc(REAL_PTR(ptr), REAL_SIZE(new_size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  347 ext/mysqlnd/mysqlnd_alloc.c 		_efree(REAL_PTR(ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  378 ext/mysqlnd/mysqlnd_alloc.c 		(persistent) ? free(REAL_PTR(ptr)) : _efree(REAL_PTR(ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  560 ext/mysqlnd/mysqlnd_alloc.c 	ret = (persistent) ? __zend_malloc(REAL_SIZE(length + 1)) : _emalloc(REAL_SIZE(length + 1) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC  600 ext/mysqlnd/mysqlnd_alloc.c 	ret = (persistent) ? __zend_malloc(ZSTR_LEN(tmp_str.s) + sizeof(size_t)) : _emalloc(REAL_SIZE(ZSTR_LEN(tmp_str.s) + sizeof(size_t)) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
ZEND_FILE_LINE_CC   30 ext/mysqlnd/mysqlnd_alloc.h #define MYSQLND_MEM_C	ZEND_FILE_LINE_CC
ZEND_FILE_LINE_CC  226 ext/mysqlnd/mysqlnd_statistics.c 	mysqlnd_fill_stats_hash(stats_ptr, mysqlnd_stats_values_names, return_value ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC   67 ext/mysqlnd/php_mysqlnd.c 		mysqlnd_fill_stats_hash(plugin_header->plugin_stats.values, plugin_header->plugin_stats.names, &values ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC  388 ext/soap/php_packet_soap.c 				_zval_dtor_func(garbage ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC 1063 ext/standard/array.c 			_zval_dtor_func(arr ZEND_FILE_LINE_CC);
ZEND_FILE_LINE_CC   44 main/php_streams.h # define STREAMS_C			0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC
ZEND_FILE_LINE_CC   45 main/php_streams.h # define STREAMS_REL_C		__php_stream_call_depth + 1 ZEND_FILE_LINE_CC, \
ZEND_FILE_LINE_CC   26 main/streams/php_streams_int.h 		? _emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_RELAY_CC) \
ZEND_FILE_LINE_CC   27 main/streams/php_streams_int.h 		: _emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC) )
ZEND_FILE_LINE_CC   31 main/streams/php_streams_int.h 		? _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_RELAY_CC) \
ZEND_FILE_LINE_CC   32 main/streams/php_streams_int.h 		: _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC) )
ZEND_FILE_LINE_CC   76 sapi/phpdbg/phpdbg.h 	_zend_hash_str_add(__VA_ARGS__ ZEND_FILE_LINE_CC)
ZEND_FILE_LINE_CC   79 sapi/phpdbg/phpdbg.h 	_zend_hash_str_add(ht, key, len, pData ZEND_FILE_LINE_CC)