Home
last modified time | relevance | path

Searched refs:zend_make_compiled_string_description (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/ext/standard/
H A Dassert.c167 compiled_string_description = zend_make_compiled_string_description("assert code" TSRMLS_CC); in PHP_FUNCTION()
H A Dbasic_functions.c5306 …hicompiled_string_description = zend_make_compiled_string_description("highlighted code" TSRMLS_CC…
/PHP-5.5/ext/mbstring/
H A Dphp_mbregex.c877 description = zend_make_compiled_string_description("mbregex replace" TSRMLS_CC); in _php_mb_regex_ereg_replace_exec()
/PHP-5.5/Zend/
H A Dzend_compile.h696 ZEND_API char *zend_make_compiled_string_description(const char *name TSRMLS_DC);
H A Dzend.c1375 ZEND_API char *zend_make_compiled_string_description(const char *name TSRMLS_DC) /* {{{ */ in zend_make_compiled_string_description() function
H A Dzend_builtin_functions.c1819 eval_name = zend_make_compiled_string_description("runtime-created function" TSRMLS_CC); in ZEND_FUNCTION()
H A Dzend_vm_def.h3815 char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC);
H A Dzend_vm_execute.h2719 char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
8030 char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13347 char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
31017 char *eval_desc = zend_make_compiled_string_description("eval()'d code" TSRMLS_CC); in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c986 compiled_string_description = zend_make_compiled_string_description("regexp code" TSRMLS_CC); in preg_do_eval()

Completed in 155 milliseconds