Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_operators.c531 ZVAL_INTERNED_STR(op, CG(one_char_string)['1']); in _convert_to_string()
1350 ZVAL_INTERNED_STR(result, CG(one_char_string)[not]); in bitwise_not_function()
1399 ZVAL_INTERNED_STR(result, CG(one_char_string)[or]); in bitwise_or_function()
1475 ZVAL_INTERNED_STR(result, CG(one_char_string)[and]); in bitwise_and_function()
1551 ZVAL_INTERNED_STR(result, CG(one_char_string)[xor]); in bitwise_xor_function()
2256 ZVAL_INTERNED_STR(str, CG(one_char_string)['1']); in increment_string()
H A Dzend_API.h578 ZVAL_INTERNED_STR(z, ZSTR_EMPTY_ALLOC()); \
616 #define RETVAL_INTERNED_STR(s) ZVAL_INTERNED_STR(return_value, s)
H A Dzend_types.h630 #define ZVAL_INTERNED_STR(z, s) do { \ macro
H A Dzend_execute.c1358 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_assign_to_string_offset()
1878 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_fetch_dimension_address_read()
H A Dzend_compile.c7565 ZVAL_INTERNED_STR(&result, CG(one_char_string)[c]); in zend_eval_const_expr()
/PHP-7.0/ext/standard/
H A Darray.c2102 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2122 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2135 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
H A Dstring.c2719 ZVAL_INTERNED_STR(return_value, CG(one_char_string)[c]);
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c503 ZVAL_INTERNED_STR(&p->val, p->key); in accel_new_interned_string()

Completed in 220 milliseconds