Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_operators.c535 ZVAL_INTERNED_STR(op, CG(one_char_string)['1']); in _convert_to_string()
1365 ZVAL_INTERNED_STR(result, CG(one_char_string)[not]); in bitwise_not_function()
1414 ZVAL_INTERNED_STR(result, CG(one_char_string)[or]); in bitwise_or_function()
1490 ZVAL_INTERNED_STR(result, CG(one_char_string)[and]); in bitwise_and_function()
1566 ZVAL_INTERNED_STR(result, CG(one_char_string)[xor]); in bitwise_xor_function()
2271 ZVAL_INTERNED_STR(str, CG(one_char_string)['1']); in increment_string()
H A Dzend_builtin_functions.c2719 ZVAL_INTERNED_STR(&tmp, CG(known_strings)[ZEND_STR_OBJECT_OPERATOR]); in zend_fetch_debug_backtrace()
2724 ZVAL_INTERNED_STR(&tmp, CG(known_strings)[ZEND_STR_PAAMAYIM_NEKUDOTAYIM]); in zend_fetch_debug_backtrace()
2783 ZVAL_INTERNED_STR(&tmp, pseudo_function_name); in zend_fetch_debug_backtrace()
H A Dzend_API.h589 ZVAL_INTERNED_STR(z, ZSTR_EMPTY_ALLOC()); \
627 #define RETVAL_INTERNED_STR(s) ZVAL_INTERNED_STR(return_value, s)
H A Dzend_types.h637 #define ZVAL_INTERNED_STR(z, s) do { \ macro
H A Dzend_language_parser.y1033 { zval zv; ZVAL_INTERNED_STR(&zv, CG(known_strings)[ZEND_STR_STATIC]);
H A Dzend_execute.c1360 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_assign_to_string_offset()
1865 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_fetch_dimension_address_read()
H A Dzend_compile.c3484 ZVAL_INTERNED_STR(&result->u.constant, CG(one_char_string)[c]); in zend_compile_func_chr()
8266 ZVAL_INTERNED_STR(&result, CG(one_char_string)[c]); in zend_eval_const_expr()
/PHP-7.1/ext/standard/
H A Darray.c2153 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2173 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2186 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
H A Dstring.c2735 ZVAL_INTERNED_STR(return_value, CG(one_char_string)[c]);
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c506 ZVAL_INTERNED_STR(&p->val, p->key); in accel_new_interned_string()

Completed in 148 milliseconds