Home
last modified time | relevance | path

Searched refs:value_type (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_execute.h61 …always_inline zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type) in zend_assign_to_variable() argument
65 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && Z_ISREF_P(value)) { in zend_assign_to_variable()
85 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && variable_ptr == value) { in zend_assign_to_variable()
86 if (value_type == IS_VAR && ref) { in zend_assign_to_variable()
95 if (value_type & (IS_CONST|IS_CV)) { in zend_assign_to_variable()
99 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
118 if (value_type & (IS_CONST|IS_CV)) { in zend_assign_to_variable()
122 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
H A Dzend_vm_def.h5874 uint32_t value_type; variable
5891 value_type = Z_TYPE_INFO_P(value);
5930 value_type = Z_TYPE_INFO_P(value);
6001 value_type = Z_TYPE_INFO_P(value);
6034 uint32_t value_type; variable
6053 value_type = Z_TYPE_INFO_P(value);
6095 value_type = Z_TYPE_INFO_P(value);
6166 value_type = Z_TYPE_INFO_P(value);
8837 uint32_t value_type; variable
8854 value_type = Z_TYPE_INFO_P(value);
[all …]
H A Dzend_vm_execute.h16840 uint32_t value_type; local
16857 value_type = Z_TYPE_INFO_P(value);
16896 value_type = Z_TYPE_INFO_P(value);
16967 value_type = Z_TYPE_INFO_P(value);
17000 uint32_t value_type; local
17019 value_type = Z_TYPE_INFO_P(value);
17132 value_type = Z_TYPE_INFO_P(value);
24401 uint32_t value_type; local
24418 value_type = Z_TYPE_INFO_P(value);
24453 uint32_t value_type; local
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt27 $value_type = gettype($value);
36 if (gettype($value) != $value_type) {
38 $offset, $value_type, gettype($value));
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h159 int (*value_type)(sqlite3_value*); member
473 #define sqlite3_value_type sqlite3_api->value_type
H A Dsqlite3.c119227 int (*value_type)(sqlite3_value*);
119541 #define sqlite3_value_type sqlite3_api->value_type
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2082 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_result_type() argument
2096 if (value_type & MAY_BE_UNDEF) { in assign_dim_result_type()
2119 tmp |= (value_type & MAY_BE_ANY) << MAY_BE_ARRAY_SHIFT; in assign_dim_result_type()

Completed in 593 milliseconds