Lines Matching refs:z
37 #define EXPECTED_BOOL_IS_TRUE(z) (Z_TYPE_P(z) != IS_FALSE && zend_is_true(z)) argument
48 #define DTOR_AND_UNDEF(z) \ argument
50 zval *_z = z; \
60 #define SET_AS_RETURN_AND_UNDEF(z) \ argument
62 zval *_z = z; \
140 #define ZVAL_EQUALS_STRING(z, s) zend_string_equals_literal(Z_STR_P(z), s) argument
145 #define RETURN_ZVAL_COPY(z) \ argument
147 zval *_z = z; \
199 #define OBJ_HASH_MUST_BE_SCALAR(z) ds_throw_exception( \ argument
201 "Object hash must be scalar, %s given", zend_get_type_by_const(Z_TYPE_P(z)))
203 #define VALUE_MUST_BE_INTEGER(z) ds_throw_exception( \ argument
205 "Value must be of type integer, %d given", zend_get_type_by_const(Z_TYPE_P(z)))
215 #define INTEGER_INDEX_REQUIRED(z) ds_throw_exception( \ argument
217 "Index must be of type integer, %s given", zend_get_type_by_const(Z_TYPE_P(z)))
219 #define INTEGER_LENGTH_REQUIRED(z) ds_throw_exception( \ argument
221 "Length must be of type integer, %s given", zend_get_type_by_const(Z_TYPE_P(z)))