php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_pdo_scanner_t Struct Reference

#include <php_pdo_driver.h>

Data Fields

const char * ptr
 
const char * cur
 
const char * tok
 
const char * end
 

Detailed Description

Definition at line 655 of file php_pdo_driver.h.

Field Documentation

◆ cur

const char * _pdo_scanner_t::cur

Definition at line 656 of file php_pdo_driver.h.

◆ end

const char * _pdo_scanner_t::end

Definition at line 656 of file php_pdo_driver.h.

◆ ptr

const char* _pdo_scanner_t::ptr

Definition at line 656 of file php_pdo_driver.h.

◆ tok

const char * _pdo_scanner_t::tok

Definition at line 656 of file php_pdo_driver.h.


The documentation for this struct was generated from the following file: