Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute.h59 …always_inline zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar value_type) in zend_assign_to_variable() argument
63 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && Z_ISREF_P(value)) { in zend_assign_to_variable()
83 if (ZEND_CONST_COND(value_type & (IS_VAR|IS_CV), 1) && variable_ptr == value) { in zend_assign_to_variable()
84 if (value_type == IS_VAR && ref) { in zend_assign_to_variable()
93 if (ZEND_CONST_COND(value_type == IS_CONST, 0)) { in zend_assign_to_variable()
97 } else if (value_type & (IS_CONST|IS_CV)) { in zend_assign_to_variable()
101 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
120 if (ZEND_CONST_COND(value_type == IS_CONST, 0)) { in zend_assign_to_variable()
124 } else if (value_type & (IS_CONST|IS_CV)) { in zend_assign_to_variable()
128 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
H A Dzend_vm_def.h5844 uint32_t value_type; variable
5863 value_type = Z_TYPE_INFO_P(value);
5903 value_type = Z_TYPE_INFO_P(value);
5971 value_type = Z_TYPE_INFO_P(value);
5995 uint32_t value_type; variable
6014 value_type = Z_TYPE_INFO_P(value);
6053 value_type = Z_TYPE_INFO_P(value);
6121 value_type = Z_TYPE_INFO_P(value);
8824 uint32_t value_type; variable
8841 value_type = Z_TYPE_INFO_P(value);
[all …]
H A Dzend_vm_execute.h21183 uint32_t value_type; local
21202 value_type = Z_TYPE_INFO_P(value);
21242 value_type = Z_TYPE_INFO_P(value);
21310 value_type = Z_TYPE_INFO_P(value);
21334 uint32_t value_type; local
21353 value_type = Z_TYPE_INFO_P(value);
21460 value_type = Z_TYPE_INFO_P(value);
30345 uint32_t value_type; local
30362 value_type = Z_TYPE_INFO_P(value);
30397 uint32_t value_type; local
[all …]
H A Dzend_execute.c624 …_to_variable_reference(zval *variable_ptr, zval *value_ptr, zend_uchar value_type OPLINE_DC EXECUT… in zend_wrong_assign_to_variable_reference()
631 value_ptr = zend_assign_to_variable(variable_ptr, value_ptr, value_type); in zend_wrong_assign_to_variable_reference()
/PHP-7.3/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.3/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.3/ext/opcache/Optimizer/
H A Dzend_inference.c2105 uint32_t arr_type, uint32_t dim_type, uint32_t value_type, zend_uchar dim_op_type) { in assign_dim_result_type() argument
2119 if (value_type & MAY_BE_UNDEF) { in assign_dim_result_type()
2142 tmp |= (value_type & MAY_BE_ANY) << MAY_BE_ARRAY_SHIFT; in assign_dim_result_type()

Completed in 793 milliseconds