| /PHP_TRUNK/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_dandarpc.c | 60 #define ATTR_VERSION "version" 285 xml_element_attr* version = malloc(sizeof(xml_element_attr)); local 286 version->key = strdup(ATTR_VERSION); 287 version->val = strdup(VAL_VERSION_0_9); 303 Q_PushTail(&root->attrs, version);
|
| H A D | xmlrpc.h | 44 /* allow version to be specified via compile line define */ 198 xmlrpc_version_soap_1_1 = 3 /* SOAP. version 1.1 */ 215 XMLRPC_VERSION version; /* xml vocabulary to use */ member in struct:_xmlrpc_request_output_options
|
| /PHP_TRUNK/Zend/ |
| H A D | zend_extensions.h | 7 | This source file is subject to version 2.00 of the Zend license, | 28 /* The first number is the engine version and the rest is the date. 61 char *version; member in struct:_zend_extension
|
| H A D | zend_modules.h | 7 | This source file is subject to version 2.00 of the Zend license, | 87 const char *version; member in struct:_zend_module_entry 120 const char *rel; /* version relationship: NULL (exists), lt|le|eq|ge|gt (to given version) */ 121 const char *version; /* version */ member in struct:_zend_module_dep
|
| /PHP_TRUNK/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 7 | This source file is subject to version 3.01 of the PHP license, | 97 char version[20]; local 115 if (ERROR_SUCCESS != RegEnumKey(hsubkey, j, version, sizeof(version))) { 120 if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) { 125 /* fetch the GUID and add the version numbers */ 126 if (2 != sscanf(version, "%d.%d", &major_tmp, &minor_tmp)) {
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | timelib_structs.h | 7 | This source file is subject to version 3.01 of the PHP license, | 201 char *version; member in struct:_timelib_tzdb
|
| /PHP_TRUNK/ext/dom/ |
| H A D | document.c | 7 | This source file is subject to version 3.01 of the PHP license, | 139 ZEND_ARG_INFO(0, version) 458 /* {{{ version string 460 URL: http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030226/DOM3-Core.html#core-Document3-version 466 char *version; local 475 version = (char *) docp->version; 478 if (version != NULL) { 479 ZVAL_STRING(*retval, version, 1); 499 if (docp->version ! 1457 char *encoding, *version = NULL; local [all...] |
| H A D | domimplementation.c | 7 | This source file is subject to version 3.01 of the PHP license, | 33 ZEND_ARG_INFO(0, version) 67 /* {{{ proto boolean dom_domimplementation_has_feature(string feature, string version); 74 char *feature, *version; local 76 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &feature, &feature_len, &version, &version_len) == FAILURE) { 80 if (dom_has_feature(feature, version)) { 200 /* currently letting libxml2 set the version string */ 249 /* {{{ proto DOMNode dom_domimplementation_get_feature(string feature, string version);
|
| H A D | node.c | 7 | This source file is subject to version 3.01 of the PHP license, | 61 ZEND_ARG_INFO(0, version) 93 ZEND_ARG_INFO(0, version) 1506 /* {{{ proto boolean dom_node_is_supported(string feature, string version); 1514 char *feature, *version; local 1516 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &version, &version_len) == FAILURE) { 1520 if (dom_has_feature(feature, version)) { 1718 /* {{{ proto DomNode dom_node_get_feature(string feature, string version);
|
| H A D | php_dom.c | 7 | This source file is subject to version 3.01 of the PHP license, | 746 dom_register_prop_handler(&dom_document_prop_handlers, "version", dom_document_version_read, dom_document_version_write TSRMLS_CC); 880 dom_register_prop_handler(&dom_entity_prop_handlers, "version", dom_entity_version_read, dom_entity_version_write TSRMLS_CC); 1462 /* {{{ dom_has_feature(char *feature, char *version) */ 1463 int dom_has_feature(char *feature, char *version) argument 1467 if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) { 1468 if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML"))
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 7 | This source file is subject to version 3.01 of the PHP license, | 51 #include <gnu/libc-version.h> 244 char *version = "unknown"; local 253 version = buf; 256 version = (char *)gnu_get_libc_version(); 258 version = "OS built-in"; 270 REGISTER_STRING_CONSTANT("ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT); 306 php_info_print_table_row(2, "iconv library version", Z_STRVAL(iconv_ver));
|
| /PHP_TRUNK/ext/oci8/ |
| H A D | oci8_interface.c | 7 | This source file is subject to version 3.01 of the PHP license, | 2006 Return a string containing runtime client library version information */ 2009 char *version = NULL; local 2011 php_oci_client_get_version(&version TSRMLS_CC); 2012 RETURN_STRING(version, 0); 2017 Return a string containing server version information */ 2022 char *version = NULL; local 2030 if (php_oci_server_get_version(connection, &version TSRMLS_CC)) { 2034 RETURN_STRING(version, 0);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | versioning.c | 7 | This source file is subject to version 3.01 of the PHP license, | 34 php_canonicalize_version(const char *version) argument 36 int len = strlen(version); 45 p = version; 209 Compares two "PHP-standardized" version number strings */
|
| H A D | info.c | 7 | This source file is subject to version 3.01 of the PHP license, | 145 if (zend_module->info_func || zend_module->version) { 157 php_info_print_table_row(2, "Version", zend_module->version); 173 if (module->info_func || module->version) { 182 if (!module->info_func && !module->version) { 340 major = "Unknown Windows version"; 610 php_uname = buf.version; 615 buf.sysname, buf.nodename, buf.release, buf.version, 1154 Return the current PHP version */ 1167 const char *version; local [all...] |
| /PHP_TRUNK/ext/xmlwriter/ |
| H A D | php_xmlwriter.c | 7 | This source file is subject to version 3.01 of the PHP license, | 348 ZEND_ARG_INFO(0, version) 354 ZEND_ARG_INFO(0, version) 1378 /* {{{ proto bool xmlwriter_start_document(resource xmlwriter, string version, string encoding, string standalone) 1385 char *version = NULL, *enc = NULL, *alone = NULL; local 1392 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|s!s!s!", &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) { 1399 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!s!s!", &pind, &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) { 1408 retval = xmlTextWriterStartDocument(ptr, version, enc, alone);
|
| /PHP_TRUNK/sapi/cgi/ |
| H A D | fastcgi.h | 7 | This source file is subject to version 3.01 of the PHP license, | 73 unsigned char version; member in struct:_fcgi_header
|
| /PHP_TRUNK/sapi/fpm/fpm/ |
| H A D | fastcgi.h | 7 | This source file is subject to version 3.01 of the PHP license, | 56 unsigned char version; member in struct:_fcgi_header
|
| /PHP_TRUNK/ext/phar/ |
| H A D | phar_internal.h | 7 | This source file is subject to version 3.01 of the PHP license, | 312 char version[12]; member in struct:_phar_archive_data
|
| H A D | tar.h | 9 | This source file is subject to version 3.01 of the PHP license, | 84 char version[2]; /* USTAR version */ member in struct:_tar_header
|
| /PHP_TRUNK/ext/pdo_oci/ |
| H A D | oci_driver.c | 7 | This source file is subject to version 3.01 of the PHP license, | 490 (int)((vernum>>24) & 0xFF), /* version number */ 505 /* Run time client version */ 513 /* Compile time client version */ 540 char version[256]; local 558 H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre.h | 42 /* The current PCRE version information. */ 404 int version; /* Identifies version of block */ member in struct:pcre_callout_block 426 int version; /* Identifies version of block */ member in struct:pcre16_callout_block 448 int version; /* Identifies version of block */ member in struct:pcre32_callout_block
|
| /PHP_TRUNK/win32/build/ |
| H A D | mkdist.php | 63 * but the debug version (msvcrtd.dll) and those from visual studio.net 262 $version = phpversion(); variable 267 Version: $version 315 add sanity check and test if all required DLLs are present, per version 316 This version works at least for 3.6, 3.8 and 4.0 (5.3-vc6, 5.3-vc9 and HEAD). 483 foreach ($packages as $name => $version) { 484 $filename = "$name-$version.tgz";
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | zend_accelerator_module.c | 7 | This source file is subject to version 3.01 of the PHP license, | 578 zval *directives,*version,*blacklist; local 626 /*version */ 627 MAKE_STD_ZVAL(version); 628 array_init(version); 629 add_assoc_string(version, "version", ACCELERATOR_VERSION, 1); 630 add_assoc_string(version, "opcache_product_name", ACCELERATOR_PRODUCT_NAME, 1); 631 add_assoc_zval(return_value, "version", version); [all...] |
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 172 * Given that the OS X version of file 5.04 did the same, I guess that passes 283 * Given that the OS X version of file 5.04 did 2322 * Copy the converted version to "m->value.s", and the length in m->vallen. 2591 uint32_t version, entries, nentries; local 2673 version = swap4(ptr[1]); 2675 version = ptr[1]; 2676 if (version != VERSIONNO) { 2677 file_error(ms, 0, "File %d.%d supports only version %d magic " 2678 "files. `%s' is version %d", FILE_VERSION_MAJOR, patchlevel, 2679 VERSIONNO, dbname, version); [all...] |
| /PHP_TRUNK/ext/soap/ |
| H A D | php_soap.h | 7 | This source file is subject to version 3.01 of the PHP license, | 101 int version; member in struct:_soapService
|