Home
last modified time | relevance | path

Searched defs:one_char_string (Results 1 – 7 of 7) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_operators.c530 if (CG(one_char_string)['1']) { in _convert_to_string() local
829 if (CG(one_char_string)['1']) { in _zval_get_string_func() local
1349 if (CG(one_char_string)[not]) { in bitwise_not_function() local
1398 if (CG(one_char_string)[or]) { in bitwise_or_function() local
1474 if (CG(one_char_string)[and]) { in bitwise_and_function() local
1550 if (CG(one_char_string)[xor]) { in bitwise_xor_function() local
2255 if (CG(one_char_string)['1']) { in increment_string() local
H A Dzend_globals.h115 zend_string *one_char_string[256]; member
H A Dzend_execute.c1357 if (CG(one_char_string)[c]) { in zend_assign_to_string_offset() local
1877 if (CG(one_char_string)[c]) { in zend_fetch_dimension_address_read() local
H A Dzend_compile.c7564 if (CG(one_char_string)[c]) { in zend_eval_const_expr() local
/PHP-7.0/ext/standard/
H A Darray.c2101 if (CG(one_char_string)[low]) { local
2121 if (CG(one_char_string)[low]) { local
2134 if (CG(one_char_string)[low]) { local
H A Dstring.c2718 if (CG(one_char_string)[c]) { local
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c526 CG(one_char_string)[j] = accel_new_interned_string(zend_string_init(s, 1, 0)); in accel_use_shm_interned_strings() local

Completed in 85 milliseconds