Home
last modified time | relevance | path

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

/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c141 zend_string *orig_name = stmt->columns[col].name; in pdo_stmt_describe_columns() local
144 stmt->columns[col].name = zend_string_tolower(orig_name); in pdo_stmt_describe_columns()
145 zend_string_release(orig_name); in pdo_stmt_describe_columns()
148 stmt->columns[col].name = zend_string_separate(orig_name, 0); in pdo_stmt_describe_columns()
/PHP-8.0/Zend/
H A Dzend_compile.c3590 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local
3595 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()
3875 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local
4183 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local
6051 zend_string *orig_name = zend_ast_get_str(ast); in zend_compile_single_typename() local
6062 && zend_is_confusable_type(orig_name, &correct_name) in zend_compile_single_typename()
6063 && zend_is_not_imported(orig_name)) { in zend_compile_single_typename()
6076 ZSTR_VAL(orig_name), ZSTR_VAL(class_name), extra); in zend_compile_single_typename()
8916 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local
9278 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local
[all …]

Completed in 39 milliseconds