Lines Matching refs:Z_ISUNDEF
253 if (Z_ISUNDEF(stmt->lazy_object_ref)) { in get_lazy_object()
279 if (!Z_ISUNDEF(param->parameter)) { in param_dtor()
283 if (!Z_ISUNDEF(param->driver_params)) { in param_dtor()
475 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD()
750 } else if (!Z_ISUNDEF(stmt->fetch.cls.ctor_args)) { in do_fetch_class_prepare()
802 if (!Z_ISUNDEF(stmt->fetch.cls.ctor_args)) { in do_fetch_opt_finish()
812 if (!Z_ISUNDEF(stmt->fetch.cls.ctor_args) && free_ctor_agrs) { in do_fetch_opt_finish()
956 if (!Z_ISUNDEF(stmt->fetch.cls.retval)) { in do_fetch()
966 if (Z_ISUNDEF(stmt->fetch.into)) { in do_fetch()
980 if (Z_ISUNDEF(stmt->fetch.func.function)) { in do_fetch()
1148 if (!Z_ISUNDEF(stmt->fetch.cls.retval)) { in do_fetch()
1171 } else if (!Z_ISUNDEF(retval)) { in do_fetch()
1566 if (!Z_ISUNDEF(param.parameter)) { in register_bound_param()
1605 if (!Z_ISUNDEF(param.parameter)) { in PHP_METHOD()
1844 if (!Z_ISUNDEF(stmt->fetch.into)) { in pdo_stmt_setup_fetch_mode()
2341 if (!Z_ISUNDEF(stmt->fetch.into) && stmt->default_fetch_type == PDO_FETCH_INTO) { in php_pdo_free_statement()
2348 if (!Z_ISUNDEF(stmt->database_object_handle)) { in php_pdo_free_statement()
2388 if (!Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_dtor()
2397 return Z_ISUNDEF(I->fetch_ahead) ? FAILURE : SUCCESS; in pdo_stmt_iter_valid()
2405 if (Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_get_data()
2428 if (!Z_ISUNDEF(I->fetch_ahead)) { in pdo_stmt_iter_move_forwards()