Home
last modified time | relevance | path

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

/php-src/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.h976 #define ZVAL_CHAR(z, c) do { \ macro
1020 #define RETVAL_CHAR(c) ZVAL_CHAR(return_value, c)
H A Dzend_execute.c1877 ZVAL_CHAR(EX_VAR(opline->result.var), c); in zend_assign_to_string_offset()
2835 ZVAL_CHAR(result, c); in zend_fetch_dimension_address_read()
H A Dzend_compile.c4101 ZVAL_CHAR(&result->u.constant, c); in zend_compile_func_chr()
11129 ZVAL_CHAR(&result, c); in zend_eval_const_expr()
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c1160 ZVAL_CHAR(result, (uint8_t)ZSTR_VAL(str)[real_offset]); in zend_jit_fetch_dim_str_is_helper()
1166 ZVAL_CHAR(result, (uint8_t)ZSTR_VAL(str)[offset]); in zend_jit_fetch_dim_str_is_helper()
1371 ZVAL_CHAR(result, c); in zend_assign_to_string_offset()
/php-src/ext/standard/
H A Dbasic_functions.c1247 ZVAL_CHAR(zv, ZSTR_VAL(val)[0]); \
H A Darray.c3110 ZVAL_CHAR(&tmp, low);
/php-src/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 199 milliseconds