Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_operators.c739 ZVAL_CHAR(op, '1'); in _convert_to_string()
1605 ZVAL_CHAR(result, not); in bitwise_not_function()
1653 ZVAL_CHAR(result, or); in bitwise_or_function()
1735 ZVAL_CHAR(result, and); in bitwise_and_function()
1817 ZVAL_CHAR(result, xor); in bitwise_xor_function()
2525 ZVAL_CHAR(str, '1'); in increment_string()
H A Dzend_API.h971 #define ZVAL_CHAR(z, c) do { \ macro
1015 #define RETVAL_CHAR(c) ZVAL_CHAR(return_value, c)
H A Dzend_execute.c1875 ZVAL_CHAR(EX_VAR(opline->result.var), c); in zend_assign_to_string_offset()
2833 ZVAL_CHAR(result, c); in zend_fetch_dimension_address_read()
H A Dzend_compile.c4095 ZVAL_CHAR(&result->u.constant, c); in zend_compile_func_chr()
10903 ZVAL_CHAR(&result, c); in zend_eval_const_expr()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1152 ZVAL_CHAR(result, (uint8_t)ZSTR_VAL(str)[real_offset]); in zend_jit_fetch_dim_str_is_helper()
1158 ZVAL_CHAR(result, (uint8_t)ZSTR_VAL(str)[offset]); in zend_jit_fetch_dim_str_is_helper()
1363 ZVAL_CHAR(result, c); in zend_assign_to_string_offset()
/PHP-8.3/ext/standard/
H A Dbasic_functions.c1282 ZVAL_CHAR(zv, ZSTR_VAL(val)[0]); \
H A Darray.c2999 ZVAL_CHAR(&tmp, low);
/PHP-8.3/ext/ffi/
H A Dffi.c590 ZVAL_CHAR(rv, *(char*)ptr); in zend_ffi_cdata_to_zval()
1195 ZVAL_CHAR(writeobj, *(char*)ptr); in zend_ffi_cdata_cast_object()

Completed in 150 milliseconds