Lines Matching refs:zval

243 static void get_lazy_object(pdo_stmt_t *stmt, zval *return_value) /* {{{ */  in get_lazy_object()
258 static void param_dtor(zval *el) /* {{{ */ in param_dtor()
285 zval *parameter; in really_register_bound_param()
423 zval *input_params = NULL; in PHP_METHOD()
436 zval *tmp; in PHP_METHOD()
529 static inline void fetch_value(pdo_stmt_t *stmt, zval *dest, int colno, int *type_override) /* {{{ … in fetch_value()
555 if (value && value_len == sizeof(zval)) { in fetch_value()
556 ZVAL_COPY_VALUE(dest, (zval *)value); in fetch_value()
755 static int make_callable_ex(pdo_stmt_t *stmt, zval *callable, zend_fcall_info * fci, zend_fcall_inf… in make_callable_ex()
774 fci->params = safe_emalloc(sizeof(zval), num_args, 0); in make_callable_ex()
788 stmt->fetch.func.values = safe_emalloc(sizeof(zval), stmt->column_count, 0); in do_fetch_func_prepare()
822 …stmt_t *stmt, int do_bind, zval *return_value, enum pdo_fetch_type how, enum pdo_fetch_orientation… in do_fetch()
826 zval grp_val, *pgrp, retval, old_ctor_args; in do_fetch()
908 zval val; in do_fetch()
1008 zval val; in do_fetch()
1018 zval tmp; in do_fetch()
1044 zval *curr_val; in do_fetch()
1046 zval arr; in do_fetch()
1057 zval cur; in do_fetch()
1183 zval grp; in do_fetch()
1290 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD()
1376 zval data, *return_all; in PHP_METHOD()
1377 zval *arg2; in PHP_METHOD()
1379 zval old_ctor_args, *ctor_args = NULL; in PHP_METHOD()
1539 zval *parameter, *driver_params = NULL; in register_bound_param()
1583 zval *parameter; in PHP_METHOD()
1703 zval *value = NULL; in PHP_METHOD()
1733 static int generic_stmt_attr_get(pdo_stmt_t *stmt, zval *return_value, zend_long attr) in generic_stmt_attr_get()
1841 zval *args; in pdo_stmt_setup_fetch_mode()
1864 args = safe_emalloc(ZEND_NUM_ARGS(), sizeof(zval), 0); in pdo_stmt_setup_fetch_mode()
2202 static void dbstmt_prop_write(zval *object, zval *member, zval *value, void **cache_slot) in dbstmt_prop_write()
2215 static void dbstmt_prop_delete(zval *object, zval *member, void **cache_slot) in dbstmt_prop_delete()
2228 …end_function *dbstmt_method_get(zend_object **object_pp, zend_string *method_name, const zval *key) in dbstmt_method_get()
2266 static int dbstmt_compare(zval *object1, zval *object2) in dbstmt_compare()
2272 static int pdo_row_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_…
2383 zval fetch_ahead;
2404 static zval *pdo_stmt_iter_get_data(zend_object_iterator *iter) in pdo_stmt_iter_get_data()
2416 static void pdo_stmt_iter_get_key(zend_object_iterator *iter, zval *key) in pdo_stmt_iter_get_key()
2459 zend_object_iterator *pdo_stmt_iter_get(zend_class_entry *ce, zval *object, int by_ref) in pdo_stmt_iter_get()
2492 static zval *row_prop_read(zval *object, zval *member, int type, void **cache_slot, zval *rv) in row_prop_read()
2497 zval zobj; in row_prop_read()
2533 static zval *row_dim_read(zval *object, zval *member, int type, zval *rv) in row_dim_read()
2538 static void row_prop_write(zval *object, zval *member, zval *value, void **cache_slot) in row_prop_write()
2543 static void row_dim_write(zval *object, zval *member, zval *value) in row_dim_write()
2548 static int row_prop_exists(zval *object, zval *member, int check_empty, void **cache_slot) in row_prop_exists()
2572 zval val; in row_prop_exists()
2586 static int row_dim_exists(zval *object, zval *member, int check_empty) in row_dim_exists()
2591 static void row_prop_delete(zval *object, zval *offset, void **cache_slot) in row_prop_delete()
2596 static void row_dim_delete(zval *object, zval *offset) in row_dim_delete()
2601 static HashTable *row_get_properties(zval *object) in row_get_properties()
2615 zval val; in row_get_properties()
2626 zend_string *method_name, const zval *key) in row_method_get()
2659 static int row_compare(zval *object1, zval *object2) in row_compare()
2713 static int pdo_row_serialize(zval *object, unsigned char **buffer, size_t *buf_len, zend_serialize_… in pdo_row_serialize()