Searched refs:orig_name (Results 1 – 2 of 2) sorted by relevance
141 zend_string *orig_name = stmt->columns[col].name; in pdo_stmt_describe_columns() local144 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()
3907 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_function_name() local3912 orig_name, name_ast->attr, &is_fully_qualified)); in zend_compile_function_name()4211 zend_string *orig_name = zend_ast_get_str(args->child[1]->child[0]); in zend_compile_func_cufa() local4519 zend_string *orig_name = zend_ast_get_str(args->child[0]->child[0]); in zend_compile_func_array_slice() local6467 zend_string *orig_name = zend_ast_get_str(ast); in zend_compile_single_typename() local6478 && zend_is_confusable_type(orig_name, &correct_name) in zend_compile_single_typename()6479 && zend_is_not_imported(orig_name)) { in zend_compile_single_typename()6492 ZSTR_VAL(orig_name), ZSTR_VAL(class_name), extra); in zend_compile_single_typename()9807 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const() local10187 zend_string *orig_name = zend_ast_get_str(name_ast); in zend_compile_const_expr_const() local[all …]
Completed in 64 milliseconds