Home
last modified time | relevance | path

Searched defs:pdo_bound_param_data (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h545 struct pdo_bound_param_data { struct
546 zval parameter; /* the variable itself */
548 zval driver_params; /* optional parameter(s) for the driver */
550 zend_long paramno; /* if -1, then it has a name, and we don't know the index *yet* */
551 zend_string *name;
553 zend_long max_value_len; /* as a hint for pre-allocation */
555 void *driver_data;
557 pdo_stmt_t *stmt; /* for convenience in dtor */
559 enum pdo_param_type param_type; /* desired or suggested variable type */
561 int is_param; /* parameter or column ? */

Completed in 20 milliseconds