Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_operators.c630 ZVAL_CHAR(op, '1'); in _convert_to_string()
1496 ZVAL_CHAR(result, not); in bitwise_not_function()
1544 ZVAL_CHAR(result, or); in bitwise_or_function()
1626 ZVAL_CHAR(result, and); in bitwise_and_function()
1708 ZVAL_CHAR(result, xor); in bitwise_xor_function()
2363 ZVAL_CHAR(str, '1'); in increment_string()
H A Dzend_API.h758 #define ZVAL_CHAR(z, c) do { \ macro
802 #define RETVAL_CHAR(c) ZVAL_CHAR(return_value, c)
H A Dzend_execute.c1815 ZVAL_CHAR(EX_VAR(opline->result.var), c); in zend_assign_to_string_offset()
2765 ZVAL_CHAR(result, c); in zend_fetch_dimension_address_read()
H A Dzend_compile.c3957 ZVAL_CHAR(&result->u.constant, c); in zend_compile_func_chr()
10548 ZVAL_CHAR(&result, c); in zend_eval_const_expr()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_helpers.c1153 ZVAL_CHAR(result, (zend_uchar)ZSTR_VAL(str)[real_offset]); in zend_jit_fetch_dim_str_is_helper()
1159 ZVAL_CHAR(result, (zend_uchar)ZSTR_VAL(str)[offset]); in zend_jit_fetch_dim_str_is_helper()
1364 ZVAL_CHAR(result, c); in zend_assign_to_string_offset()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c1344 ZVAL_CHAR(zv, ZSTR_VAL(val)[0]); \
H A Darray.c2788 ZVAL_CHAR(&tmp, low);
/PHP-8.1/Zend/Optimizer/
H A Dsccp.c894 ZVAL_CHAR(result, c); in ct_eval_func_call()
/PHP-8.1/ext/ffi/
H A Dffi.c531 ZVAL_CHAR(rv, *(char*)ptr); in zend_ffi_cdata_to_zval()
1135 ZVAL_CHAR(writeobj, *(char*)ptr); in zend_ffi_cdata_cast_object()

Completed in 131 milliseconds