Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_string.c100 memset(CG(one_char_string), 0, sizeof(CG(one_char_string))); in zend_interned_strings_init()
H A Dzend_operators.c534 if (CG(one_char_string)['1']) { in _convert_to_string() local
535 ZVAL_INTERNED_STR(op, CG(one_char_string)['1']); in _convert_to_string()
865 if (CG(one_char_string)['1']) { in _zval_get_string_func() local
866 return CG(one_char_string)['1']; in _zval_get_string_func()
1364 if (CG(one_char_string)[not]) { in bitwise_not_function() local
1413 if (CG(one_char_string)[or]) { in bitwise_or_function() local
1414 ZVAL_INTERNED_STR(result, CG(one_char_string)[or]); in bitwise_or_function()
1489 if (CG(one_char_string)[and]) { in bitwise_and_function() local
1565 if (CG(one_char_string)[xor]) { in bitwise_xor_function() local
2270 if (CG(one_char_string)['1']) { in increment_string() local
[all …]
H A Dzend_globals.h116 zend_string *one_char_string[256]; member
H A Dzend.c518 memset(compiler_globals->one_char_string, 0, sizeof(compiler_globals->one_char_string)); in compiler_globals_ctor()
H A Dzend_execute.c1359 if (CG(one_char_string)[c]) { in zend_assign_to_string_offset() local
1360 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_assign_to_string_offset()
1864 if (CG(one_char_string)[c]) { in zend_fetch_dimension_address_read() local
1865 ZVAL_INTERNED_STR(result, CG(one_char_string)[c]); in zend_fetch_dimension_address_read()
H A Dzend_compile.c3483 if (CG(one_char_string)[c]) { in zend_compile_func_chr() local
3484 ZVAL_INTERNED_STR(&result->u.constant, CG(one_char_string)[c]); in zend_compile_func_chr()
8265 if (CG(one_char_string)[c]) { in zend_eval_const_expr() local
8266 ZVAL_INTERNED_STR(&result, CG(one_char_string)[c]); in zend_eval_const_expr()
/PHP-7.1/ext/standard/
H A Darray.c2152 if (CG(one_char_string)[low]) { local
2153 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2172 if (CG(one_char_string)[low]) { local
2173 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
2185 if (CG(one_char_string)[low]) { local
2186 ZVAL_INTERNED_STR(&tmp, CG(one_char_string)[low]);
H A Dstring.c2734 if (CG(one_char_string)[c]) { local
2735 ZVAL_INTERNED_STR(return_value, CG(one_char_string)[c]);
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c529 CG(one_char_string)[j] = accel_new_interned_string(zend_string_init(s, 1, 0)); in accel_use_shm_interned_strings() local

Completed in 92 milliseconds