/PHP-8.2/ext/dom/ |
H A D | domimplementation.c | 38 zend_string *feature, *version; in PHP_METHOD() local 224 char *feature, *version; in PHP_METHOD() local
|
H A D | php_dom.stub.php | 379 public function isSupported(string $feature, string $version): bool {} 433 public function getFeature(string $feature, string $version): never {} 436 public function hasFeature(string $feature, string $version): bool {} 667 public ?string $version; variable in DOMDocument 702 public function __construct(string $version = "1.0", string $encoding = "") {} 884 public ?string $version = null; variable in DOMEntity
|
/PHP-8.2/ext/pdo_firebird/ |
H A D | pdo_firebird.c | 84 char version[64]; in PHP_MINFO_FUNCTION() local
|
/PHP-8.2/ext/date/lib/ |
H A D | parse_tz.c | 96 uint32_t version; in read_php_preamble() local 119 uint32_t version; in read_tzif_preamble() local 666 int version; in timelib_parse_tzfile() local
|
/PHP-8.2/Zend/ |
H A D | zend_modules.h | 85 const char *version; member 119 const char *version; /* version */ member
|
H A D | zend_gdb.c | 47 uint32_t version; member
|
H A D | zend_extensions.h | 79 const char *version; member
|
/PHP-8.2/ext/curl/ |
H A D | sync-constants.php | 291 function getHexVersion(string $version) : string
|
/PHP-8.2/ext/standard/ |
H A D | versioning.c | 28 php_canonicalize_version(const char *version) in php_canonicalize_version()
|
H A D | info.c | 1308 const char *version; in PHP_FUNCTION() local
|
/PHP-8.2/ext/soap/ |
H A D | soap.c | 786 int version = SOAP_1_1; in PHP_METHOD() local 2093 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b… 2624 zend_long version; local 2947 static xmlNodePtr get_envelope(xmlNodePtr trav, int *version, char **envelope_ns) { 2972 …char* actor, zval *function_name, int *num_params, zval **parameters, int *version, soapHeader **h… 3215 static void set_soap_header_attributes(xmlNodePtr h, zval *header, int version) /* {{{ */ 3250 …y, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main, xmlN… 3352 …tr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int version) /* {{{ */ 3725 …ction, char *function_name, char *uri, zval *arguments, int arg_count, int version, HashTable *soa…
|
H A D | soap.stub.php | 588 …public function __doRequest(string $request, string $location, string $action, int $version, bool …
|
/PHP-8.2/ext/intl/uchar/ |
H A D | uchar.c | 461 UVersionInfo version; in IC_METHOD() local 478 UVersionInfo version; in IC_METHOD() local
|
/PHP-8.2/ext/phar/ |
H A D | tar.h | 84 char version[2]; /* USTAR version */ member
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_dotnet.c | 130 char *version; in dotnet_bind_runtime() local
|
H A D | com_typeinfo.c | 120 char version[20]; in php_com_load_typelib() local
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.stub.php | 55 function xmlwriter_start_document(XMLWriter $writer, ?string $version = "1.0", ?string $encoding = … 247 …public function startDocument(?string $version = "1.0", ?string $encoding = null, ?string $standal…
|
/PHP-8.2/ext/snmp/ |
H A D | snmp.c | 792 static bool netsnmp_session_init(php_snmp_session **session_p, int version, zend_string *hostname, … in netsnmp_session_init() 1130 static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version) in php_snmp() 1535 zend_long version = SNMP_DEFAULT_VERSION; in PHP_METHOD() local
|
H A D | snmp.stub.php | 270 …public function __construct(int $version, string $hostname, string $community, int $timeout = -1, …
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_elf.h | 39 uint32_t version; member
|
H A D | zend_jit_perf_dump.c | 81 uint32_t version; member
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_driver.c | 672 char version[256]; in pdo_oci_check_liveness() local
|
/PHP-8.2/ext/oci8/ |
H A D | oci8.c | 1501 void php_oci_client_get_version(char *version, size_t version_size) in php_oci_client_get_version() 1518 int php_oci_server_get_version(php_oci_connection *connection, char *version, size_t version_size) in php_oci_server_get_version()
|
/PHP-8.2/ext/opcache/ |
H A D | zend_accelerator_module.c | 739 zval directives, version, blacklist; local
|
/PHP-8.2/ext/sqlite3/ |
H A D | sqlite3.stub.php | 318 public static function version(): array {} function in SQLite3
|