Home
last modified time | relevance | path

Searched refs:source_string (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c322 zend_op_array *phpdbg_compile_string(zval *source_string, char *filename) { in phpdbg_compile_string() argument
330 return PHPDBG_G(compile_string)(source_string, filename); in phpdbg_compile_string()
333 dataptr = emalloc(sizeof(phpdbg_file_source) + sizeof(uint32_t) * Z_STRLEN_P(source_string)); in phpdbg_compile_string()
334 dataptr->buf = estrndup(Z_STRVAL_P(source_string), Z_STRLEN_P(source_string)); in phpdbg_compile_string()
335 dataptr->len = Z_STRLEN_P(source_string); in phpdbg_compile_string()
345 op_array = PHPDBG_G(compile_string)(source_string, filename); in phpdbg_compile_string()
H A Dphpdbg.h280 zend_op_array *(*compile_string)(zval *source_string, char *filename);
/PHP-7.4/Zend/
H A Dzend_compile.h725 extern ZEND_API zend_op_array *(*zend_compile_string)(zval *source_string, char *filename);
783 ZEND_API zend_op_array *compile_string(zval *source_string, char *filename);
H A Dzend_language_scanner.l758 zend_op_array *compile_string(zval *source_string, char *filename) in compile_string() argument
764 if (UNEXPECTED(Z_TYPE_P(source_string) != IS_STRING)) { in compile_string()
765 ZVAL_STR(&tmp, zval_get_string_func(source_string)); in compile_string()
767 ZVAL_COPY(&tmp, source_string); in compile_string()
H A Dzend_compile.c74 ZEND_API zend_op_array *(*zend_compile_string)(zval *source_string, char *filename);

Completed in 43 milliseconds