Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dassert.c154 char *compiled_string_description; in PHP_FUNCTION() local
179 compiled_string_description = zend_make_compiled_string_description("assert code"); in PHP_FUNCTION()
180 …if (zend_eval_stringl(myeval, Z_STRLEN_P(assertion), &retval, compiled_string_description) == FAIL… in PHP_FUNCTION()
181 efree(compiled_string_description); in PHP_FUNCTION()
194 efree(compiled_string_description); in PHP_FUNCTION()
/PHP-7.1/Zend/
H A Dzend.c1507 char *compiled_string_description; in zend_make_compiled_string_description() local
1520 …zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
1521 return compiled_string_description; in zend_make_compiled_string_description()

Completed in 20 milliseconds