Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/Zend/
H A Dzend_execute.c658 …n_to_object(zval **retval, zval **object_ptr, zval *property_name, int value_type, znode_op *value… in zend_assign_to_object() argument
662 zval *value = get_zval_ptr(value_type, value_op, execute_data, &free_value, BP_VAR_R); in zend_assign_to_object()
705 if (value_type == IS_TMP_VAR) { in zend_assign_to_object()
712 } else if (value_type == IS_CONST) { in zend_assign_to_object()
731 if (value_type == IS_TMP_VAR) { in zend_assign_to_object()
733 } else if (value_type == IS_CONST) { in zend_assign_to_object()
756 …t zend_assign_to_string_offset(const temp_variable *T, const zval *value, int value_type TSRMLS_DC) in zend_assign_to_string_offset()
790 if (value_type != IS_TMP_VAR) { in zend_assign_to_string_offset()
798 if (value_type == IS_TMP_VAR) { in zend_assign_to_string_offset()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h161 int (*value_type)(sqlite3_value*); member
408 #define sqlite3_value_type sqlite3_api->value_type
H A Dsqlite3.c102016 int (*value_type)(sqlite3_value*);
102263 #define sqlite3_value_type sqlite3_api->value_type

Completed in 341 milliseconds