Home
last modified time | relevance | path

Searched refs:compiled_string_description (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/standard/
H A Dassert.c152 char *compiled_string_description; in PHP_FUNCTION() local
181 compiled_string_description = zend_make_compiled_string_description("assert code"); in PHP_FUNCTION()
182 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
183 efree(compiled_string_description); in PHP_FUNCTION()
196 efree(compiled_string_description); in PHP_FUNCTION()
/PHP-7.3/Zend/
H A Dzend.c1593 char *compiled_string_description; in zend_make_compiled_string_description() local
1606 …zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
1607 return compiled_string_description; in zend_make_compiled_string_description()

Completed in 18 milliseconds