version           916 Zend/zend.c    						+ strlen(extension->version)
version           922 Zend/zend.c    	snprintf(new_info, new_info_length, "    with %s v%s, %s, by %s\n", extension->name, extension->version, extension->copyright, extension->author);
version          3603 Zend/zend_API.c 	return module ? module->version : NULL;
version            63 Zend/zend_extensions.h 	char *version;
version            87 Zend/zend_modules.h 	const char *version;
version           121 Zend/zend_modules.h 	const char *version;	/* version */
version            97 ext/com_dotnet/com_typeinfo.c 			char version[20];
version           115 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS != RegEnumKey(hsubkey, j, version, sizeof(version))) {
version           120 ext/com_dotnet/com_typeinfo.c 								if (ERROR_SUCCESS == RegQueryValue(hsubkey, version, libname, &libnamelen)) {
version           126 ext/com_dotnet/com_typeinfo.c 										if (2 != sscanf(version, "%d.%d", &major_tmp, &minor_tmp)) {
version           292 ext/curl/interface.c 	ZEND_ARG_INFO(0, version)
version           516 ext/curl/interface.c 	php_info_print_table_row(2, "cURL Information", d->version);
version          1718 ext/curl/interface.c 	CAAS("version", d->version);
version            60 ext/date/lib/parse_tz.c 	uint32_t version;
version            63 ext/date/lib/parse_tz.c 	version = (*tzf)[3] - '0';
version            78 ext/date/lib/parse_tz.c 	return version;
version           384 ext/date/lib/parse_tz.c 	int version;
version           389 ext/date/lib/parse_tz.c 		version = read_preamble(&tzf, tmp);
version           393 ext/date/lib/parse_tz.c 		if (version == 2) {
version           293 ext/date/lib/timelib_structs.h 	char                           *version;
version           907 ext/date/php_date.c 	php_info_print_table_row(2, "\"Olson\" Timezone Database Version", tzdb->version);
version          1420 ext/date/php_date.c 	if (php_version_compare(tzdb->version, builtin->version) > 0) {
version          4552 ext/date/php_date.c 	RETURN_STRING(tzdb->version);
version           140 ext/dom/document.c 	ZEND_ARG_INFO(0, version)
version           408 ext/dom/document.c 	char *version;
version           415 ext/dom/document.c 	version = (char *) docp->version;
version           417 ext/dom/document.c 	if (version != NULL) {
version           418 ext/dom/document.c 		ZVAL_STRING(retval, version);
version           436 ext/dom/document.c 	if (docp->version != NULL) {
version           437 ext/dom/document.c 		xmlFree((xmlChar *) docp->version );
version           442 ext/dom/document.c 	docp->version = xmlStrdup((const xmlChar *) ZSTR_VAL(str));
version          1260 ext/dom/document.c 	char *encoding, *version = NULL;
version          1264 ext/dom/document.c 	if (zend_parse_parameters_throw(ZEND_NUM_ARGS(), "|ss", &version, &version_len, &encoding, &encoding_len) == FAILURE) {
version          1268 ext/dom/document.c 	docp = xmlNewDoc((xmlChar *) version);
version            33 ext/dom/domimplementation.c 	ZEND_ARG_INFO(0, version)
version            74 ext/dom/domimplementation.c 	char *feature, *version;
version            76 ext/dom/domimplementation.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss", &feature, &feature_len, &version, &version_len) == FAILURE) {
version            80 ext/dom/domimplementation.c 	if (dom_has_feature(feature, version)) {
version            61 ext/dom/node.c 	ZEND_ARG_INFO(0, version)
version            93 ext/dom/node.c 	ZEND_ARG_INFO(0, version)
version          1431 ext/dom/node.c 	char *feature, *version;
version          1433 ext/dom/node.c 	if (zend_parse_method_parameters(ZEND_NUM_ARGS(), getThis(), "Oss", &id, dom_node_class_entry, &feature, &feature_len, &version, &version_len) == FAILURE) {
version          1437 ext/dom/node.c 	if (dom_has_feature(feature, version)) {
version          1328 ext/dom/php_dom.c int dom_has_feature(char *feature, char *version)
version          1332 ext/dom/php_dom.c 	if (!(strcmp (version, "1.0") && strcmp (version,"2.0") && strcmp(version, ""))) {
version          1333 ext/dom/php_dom.c 		if ((!strcasecmp(feature, "Core") && !strcmp (version, "1.0")) || !strcasecmp(feature, "XML"))
version           119 ext/dom/php_dom.h int dom_has_feature(char *feature, char *version);
version          2804 ext/fileinfo/libmagic/apprentice.c 	uint32_t version, entries, nentries;
version          2880 ext/fileinfo/libmagic/apprentice.c 		version = swap4(ptr[1]);
version          2882 ext/fileinfo/libmagic/apprentice.c 		version = ptr[1];
version          2883 ext/fileinfo/libmagic/apprentice.c 	if (version != VERSIONNO) {
version          2886 ext/fileinfo/libmagic/apprentice.c 		    VERSIONNO, dbname, version);
version          2949 ext/fileinfo/libmagic/apprentice.c 	uint32_t version;
version          2962 ext/fileinfo/libmagic/apprentice.c 		version = swap4(ptr[1]);
version          2964 ext/fileinfo/libmagic/apprentice.c 		version = ptr[1];
version          2965 ext/fileinfo/libmagic/apprentice.c 	if (version != VERSIONNO) {
version          2968 ext/fileinfo/libmagic/apprentice.c 		    VERSIONNO, dbname, version);
version          1194 ext/fileinfo/libmagic/cdf.c 	DUMP("%d", version);
version           281 ext/iconv/iconv.c 	char *version = "unknown";
version           290 ext/iconv/iconv.c 		version = buf;
version           293 ext/iconv/iconv.c 	version = (char *)gnu_get_libc_version();
version           295 ext/iconv/iconv.c 	version = "OS built-in";
version           307 ext/iconv/iconv.c 	REGISTER_STRING_CONSTANT("ICONV_VERSION", version, CONST_CS | CONST_PERSISTENT);
version           347 ext/interbase/ibase_query.c 	ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION;
version           367 ext/interbase/ibase_query.c 		ib_query->out_sqlda->version = SQLDA_CURRENT_VERSION;
version           377 ext/interbase/ibase_query.c 	ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION;
version           387 ext/interbase/ibase_query.c 		ib_query->in_sqlda->version = SQLDA_CURRENT_VERSION;
version          1444 ext/interbase/interbase.c 	out_sqlda.version = SQLDA_CURRENT_VERSION;
version           497 ext/intl/uchar/uchar.c 	UVersionInfo version;
version           505 ext/intl/uchar/uchar.c 	u_charAge(cp, version);
version           508 ext/intl/uchar/uchar.c 		add_next_index_long(return_value, version[i]);
version           517 ext/intl/uchar/uchar.c 	UVersionInfo version;
version           521 ext/intl/uchar/uchar.c 	u_getUnicodeVersion(version);
version           524 ext/intl/uchar/uchar.c 		add_next_index_long(return_value, version[i]);
version          2219 ext/oci8/oci8.c 	char version[256];
version          2233 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, OCI_G(err), (text *)version, sizeof(version), OCI_HTYPE_SVCCTX));
version          2517 ext/oci8/oci8.c void php_oci_client_get_version(char *version, size_t version_size)
version          2527 ext/oci8/oci8.c 	snprintf(version, version_size, "%d.%d.%d.%d.%d", major_version, minor_version, update_num, patch_num, port_update_num);
version          2529 ext/oci8/oci8.c 	memcpy(version, "Unknown", sizeof("Unknown"));
version          2538 ext/oci8/oci8.c int php_oci_server_get_version(php_oci_connection *connection, char *version, size_t version_size)
version          2542 ext/oci8/oci8.c 	PHP_OCI_CALL_RETURN(errstatus, OCIServerVersion, (connection->svc, connection->err, (text *)version, (ub4) version_size, OCI_HTYPE_SVCCTX));
version          2084 ext/oci8/oci8_interface.c 	char version[256];
version          2086 ext/oci8/oci8_interface.c 	php_oci_client_get_version(version, sizeof(version));
version          2087 ext/oci8/oci8_interface.c 	RETURN_STRING(version);
version          2097 ext/oci8/oci8_interface.c 	char version[256];
version          2106 ext/oci8/oci8_interface.c 	if (php_oci_server_get_version(connection, version, sizeof(version))) {
version          2110 ext/oci8/oci8_interface.c 	ret = zend_string_init(version, strlen(version), 0);
version           430 ext/oci8/php_oci8_int.h void php_oci_client_get_version(char *version, size_t version_size);
version           431 ext/oci8/php_oci8_int.h int php_oci_server_get_version(php_oci_connection *connection, char *version, size_t version_size);
version           673 ext/opcache/zend_accelerator_module.c 	zval directives, version, blacklist;
version           723 ext/opcache/zend_accelerator_module.c 	array_init(&version);
version           724 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&version, "version", ACCELERATOR_VERSION);
version           725 ext/opcache/zend_accelerator_module.c 	add_assoc_string(&version, "opcache_product_name", ACCELERATOR_PRODUCT_NAME);
version           726 ext/opcache/zend_accelerator_module.c 	add_assoc_zval(return_value, "version", &version);
version           419 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version           441 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version           463 ext/pcre/pcrelib/pcre.h   int          version;           /* Identifies version of block */
version          1297 ext/pcre/pcrelib/pcre_exec.c         cb.version          = 2;   /* Version 1 of the callout block */
version          1707 ext/pcre/pcrelib/pcre_exec.c       cb.version          = 2;   /* Version 1 of the callout block */
version          6369 ext/pcre/pcrelib/pcre_jit_compile.c callout_block->version = 2;
version           146 ext/pdo_firebird/firebird_driver.c 		num_sqlda.version = PDO_FB_SQLDA_VERSION;
version           162 ext/pdo_firebird/firebird_driver.c 		S->out_sqlda.version = PDO_FB_SQLDA_VERSION;
version           186 ext/pdo_firebird/firebird_driver.c 			S->in_sqlda->version = PDO_FB_SQLDA_VERSION;
version           229 ext/pdo_firebird/firebird_driver.c 	in_sqlda.version = out_sqlda.version = PDO_FB_SQLDA_VERSION;
version           544 ext/pdo_oci/oci_driver.c 	char version[256];
version           563 ext/pdo_oci/oci_driver.c 	H->last_err = OCIServerVersion (H->svc, H->err, (text *)version, sizeof(version), OCI_HTYPE_SVCCTX);
version           114 ext/pdo_pgsql/pdo_pgsql.c 	php_info_print_table_row(2, "Module version", pdo_pgsql_module_entry.version);
version          1178 ext/phar/phar.c 	snprintf(mydata->version, sizeof(mydata->version), "%u.%u.%u", manifest_ver >> 12, (manifest_ver >> 8) & 0xF, (manifest_ver >> 4) & 0xF);
version          1407 ext/phar/phar.c 	snprintf(mydata->version, sizeof(mydata->version), "%s", PHP_PHAR_API_VERSION);
version           294 ext/phar/phar_internal.h 	char                     version[12];
version          2768 ext/phar/phar_object.c 	RETURN_STRING(phar_obj->archive->version);
version           769 ext/phar/tar.c 	strncpy(header.version, "00", sizeof("00")-1);
version            84 ext/phar/tar.h 	char version[2];    /* USTAR version */
version           693 ext/posix/posix.c 	add_assoc_string(return_value, "version",  u.version);
version          1030 ext/reflection/php_reflection.c 					(module->version == NO_VERSION_YET) ? "<no_version>" : module->version);
version          1058 ext/reflection/php_reflection.c 			if (dep->version) {
version          1059 ext/reflection/php_reflection.c 				string_printf(str, " %s", dep->version);
version          1138 ext/reflection/php_reflection.c 	if (extension->version) {
version          1139 ext/reflection/php_reflection.c 		string_printf(str, "%s ", extension->version);
version          5614 ext/reflection/php_reflection.c 	if (module->version == NO_VERSION_YET) {
version          5617 ext/reflection/php_reflection.c 		RETURN_STRING(module->version);
version          5830 ext/reflection/php_reflection.c 		if (dep->version) {
version          5831 ext/reflection/php_reflection.c 			len += strlen(dep->version) + 1;
version          5839 ext/reflection/php_reflection.c 						dep->version ? " " : "",
version          5840 ext/reflection/php_reflection.c 						dep->version ? dep->version : "");
version          5981 ext/reflection/php_reflection.c 	if (extension->version) {
version          5982 ext/reflection/php_reflection.c 		RETURN_STRING(extension->version);
version           330 ext/snmp/snmp.c 	ZEND_ARG_INFO(0, version)
version           743 ext/snmp/snmp.c 			if (session->version == SNMP_VERSION_1) {
version          1115 ext/snmp/snmp.c static int netsnmp_session_init(php_snmp_session **session_p, int version, char *hostname, char *community, int timeout, int retries)
version          1134 ext/snmp/snmp.c 	session->version = version;
version          1220 ext/snmp/snmp.c 	if (version == SNMP_VERSION_3) {
version          1414 ext/snmp/snmp.c static void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st, int version)
version          1435 ext/snmp/snmp.c 		if (version == SNMP_VERSION_3) {
version          1499 ext/snmp/snmp.c 		if (netsnmp_session_init(&session, version, a1, a2, timeout, retries)) {
version          1504 ext/snmp/snmp.c 		if (version == SNMP_VERSION_3 && netsnmp_session_set_security(session, a3, a4, a5, a6, a7, NULL, NULL)) {
version          1806 ext/snmp/snmp.c 	zend_long version = SNMP_DEFAULT_VERSION;
version          1811 ext/snmp/snmp.c 	if (zend_parse_parameters_throw(argc, "lss|ll", &version, &a1, &a1_len, &a2, &a2_len, &timeout, &retries) == FAILURE) {
version          1815 ext/snmp/snmp.c 	switch (version) {
version          1830 ext/snmp/snmp.c 	if (netsnmp_session_init(&(snmp_object->session), version, a1, a2, timeout, retries)) {
version            99 ext/soap/php_soap.h 	int        version;
version            62 ext/soap/soap.c static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_params, zval **parameters, int *version, soapHeader **headers);
version            63 ext/soap/soap.c static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name,char *uri,zval *ret, soapHeader *headers, int version);
version            64 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval *arguments, int arg_count, int version, HashTable *soap_headers);
version           364 ext/soap/soap.c 	ZEND_ARG_INFO(0, version)
version          1139 ext/soap/soap.c 	int version = SOAP_1_1;
version          1166 ext/soap/soap.c 				version = Z_LVAL_P(tmp);
version          1231 ext/soap/soap.c 	service->version = version;
version          1536 ext/soap/soap.c 	SOAP_GLOBAL(soap_version) = service->version;
version          2546 ext/soap/soap.c static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, int one_way, zval *response)
version          2583 ext/soap/soap.c 		ZVAL_LONG(&params[3], version);
version          3104 ext/soap/soap.c 	zend_long  version;
version          3112 ext/soap/soap.c 	    &version, &one_way) == FAILURE) {
version          3119 ext/soap/soap.c 		if (make_http_soap_request(this_ptr, buf, location, action, version, NULL)) {
version          3122 ext/soap/soap.c 	} else if (make_http_soap_request(this_ptr, buf, location, action, version,
version          3454 ext/soap/soap.c static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *function_name, int *num_params, zval **parameters, int *version, soapHeader **headers)
version          3470 ext/soap/soap.c 				*version = SOAP_1_1;
version          3475 ext/soap/soap.c 				*version = SOAP_1_2;
version          3493 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3531 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3535 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3544 ext/soap/soap.c 	if (trav != NULL && *version == SOAP_1_2) {
version          3570 ext/soap/soap.c 		if (*version == SOAP_1_1) {
version          3583 ext/soap/soap.c 			if (*version == SOAP_1_2) {
version          3600 ext/soap/soap.c 				if (*version == SOAP_1_2) {
version          3614 ext/soap/soap.c 				if (*version == SOAP_1_1) {
version          3626 ext/soap/soap.c 				} else if (*version == SOAP_1_2) {
version          3715 ext/soap/soap.c static void set_soap_header_attributes(xmlNodePtr h, HashTable *ht, int version)
version          3721 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          3729 ext/soap/soap.c 			if (version == SOAP_1_1) {
version          3735 ext/soap/soap.c 			if (version == SOAP_1_1) {
version          3752 ext/soap/soap.c static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main, xmlNodePtr *node)
version          3797 ext/soap/soap.c 			if (main && version == SOAP_1_2) {
version          3844 ext/soap/soap.c 	if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) {
version          3853 ext/soap/soap.c static xmlDocPtr serialize_response_call(sdlFunctionPtr function, char *function_name, char *uri, zval *ret, soapHeader* headers, int version)
version          3867 ext/soap/soap.c 	if (version == SOAP_1_1) {
version          3871 ext/soap/soap.c 	} else if (version == SOAP_1_2) {
version          3931 ext/soap/soap.c 				if (serialize_response_call2(head, headers->function, Z_STRVAL(headers->function_name), uri, hdr_ret, version, 0, NULL) == SOAP_ENCODED) {
version          3997 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4093 ext/soap/soap.c 			if (use == SOAP_ENCODED && version == SOAP_1_2) {
version          4155 ext/soap/soap.c 						if (serialize_response_call2(head, h->function, Z_STRVAL(h->function_name), uri, hdr_ret, version, 0, &xmlHdr) == SOAP_ENCODED) {
version          4159 ext/soap/soap.c 							set_soap_header_attributes(xmlHdr, ht, version);
version          4171 ext/soap/soap.c 							set_soap_header_attributes(xmlHdr, ht, version);
version          4186 ext/soap/soap.c 		if (serialize_response_call2(body, function, function_name, uri, ret, version, 1, NULL) == SOAP_ENCODED) {
version          4194 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4197 ext/soap/soap.c 		} else if (version == SOAP_1_2) {
version          4212 ext/soap/soap.c static xmlDocPtr serialize_function_call(zval *this_ptr, sdlFunctionPtr function, char *function_name, char *uri, zval *arguments, int arg_count, int version, HashTable *soap_headers)
version          4226 ext/soap/soap.c 	if (version == SOAP_1_1) {
version          4230 ext/soap/soap.c 	} else if (version == SOAP_1_2) {
version          4383 ext/soap/soap.c 				set_soap_header_attributes(h, ht, version);
version          4390 ext/soap/soap.c 		if (version == SOAP_1_1) {
version          4393 ext/soap/soap.c 		} else if (version == SOAP_1_2) {
version          50004 ext/sqlite3/libsqlite/sqlite3.c     u32 version;                  /* Magic value read from WAL header */
version          50044 ext/sqlite3/libsqlite/sqlite3.c     version = sqlite3Get4byte(&aBuf[4]);
version          50045 ext/sqlite3/libsqlite/sqlite3.c     if( version!=WAL_MAX_VERSION ){
version           238 ext/sqlite3/sqlite3.c PHP_METHOD(sqlite3, version)
version          1924 ext/sqlite3/sqlite3.c 	PHP_ME(sqlite3,		version,			arginfo_sqlite3_void, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
version           141 ext/standard/info.c 	if (zend_module->info_func || zend_module->version) {
version           158 ext/standard/info.c 			php_info_print_table_row(2, "Version", zend_module->version);
version           175 ext/standard/info.c 	if (module->info_func || module->version) {
version           185 ext/standard/info.c 	if (!module->info_func && !module->version) {
version           775 ext/standard/info.c 			php_uname = buf.version;
version           780 ext/standard/info.c 					 buf.sysname, buf.nodename, buf.release, buf.version,
version          1331 ext/standard/info.c 		const char *version;
version          1332 ext/standard/info.c 		version = zend_get_module_version(ext_name);
version          1333 ext/standard/info.c 		if (version == NULL) {
version          1336 ext/standard/info.c 		RETURN_STRING(version);
version            40 ext/standard/strnatcmp.c static char const *version UNUSED =
version            34 ext/standard/versioning.c php_canonicalize_version(const char *version)
version            36 ext/standard/versioning.c     int len = strlen(version);
version            45 ext/standard/versioning.c     p = version;
version           285 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       xml_element_attr* version = malloc(sizeof(xml_element_attr));
version           286 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       version->key = strdup(ATTR_VERSION);
version           287 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       version->val = strdup(VAL_VERSION_0_9);
version           303 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       Q_PushTail(&root->attrs, version);
version           701 ext/xmlrpc/libxmlrpc/xmlrpc.c 		if (request->output.version == xmlrpc_version_simple) {
version           704 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_1_0 ||
version           705 ext/xmlrpc/libxmlrpc/xmlrpc.c 					request->output.version == xmlrpc_version_none) {
version           708 ext/xmlrpc/libxmlrpc/xmlrpc.c 		else if (request->output.version == xmlrpc_version_soap_1_1) {
version           817 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_simple;
version           821 ext/xmlrpc/libxmlrpc/xmlrpc.c 				request->output.version = xmlrpc_version_soap_1_1;
version           825 ext/xmlrpc/libxmlrpc/xmlrpc.c             request->output.version = xmlrpc_version_1_0;
version           215 ext/xmlrpc/libxmlrpc/xmlrpc.h    XMLRPC_VERSION                 version;        /* xml vocabulary to use               */
version           367 ext/xmlrpc/xmlrpc-epi-php.c 		options->xmlrpc_out.version = xmlrpc_version_1_0;
version           404 ext/xmlrpc/xmlrpc-epi-php.c 						options->xmlrpc_out.version = xmlrpc_version_1_0;
version           406 ext/xmlrpc/xmlrpc-epi-php.c 						options->xmlrpc_out.version = xmlrpc_version_simple;
version           408 ext/xmlrpc/xmlrpc-epi-php.c 						options->xmlrpc_out.version = xmlrpc_version_soap_1_1;
version          1091 ext/xmlrpc/xmlrpc-epi-php.c 						out.xmlrpc_out.version = opts->version;
version           334 ext/xmlwriter/php_xmlwriter.c 	ZEND_ARG_INFO(0, version)
version           340 ext/xmlwriter/php_xmlwriter.c 	ZEND_ARG_INFO(0, version)
version          1329 ext/xmlwriter/php_xmlwriter.c 	char *version = NULL, *enc = NULL, *alone = NULL;
version          1336 ext/xmlwriter/php_xmlwriter.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s!s!s!", &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) {
version          1341 ext/xmlwriter/php_xmlwriter.c 		if (zend_parse_parameters(ZEND_NUM_ARGS(), "r|s!s!s!", &pind, &version, &version_len, &enc, &enc_len, &alone, &alone_len) == FAILURE) {
version          1352 ext/xmlwriter/php_xmlwriter.c 		retval = xmlTextWriterStartDocument(ptr, version, enc, alone);
version           136 main/fastcgi.c 	unsigned char version;
version          1002 main/fastcgi.c 	hdr->version = FCGI_VERSION_1;
version          1055 main/fastcgi.c 	    hdr.version < FCGI_VERSION_1) {
version          1064 main/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version          1111 main/fastcgi.c 		    hdr.version < FCGI_VERSION_1) {
version          1134 main/fastcgi.c 			    hdr.version < FCGI_VERSION_1) {
version          1214 main/fastcgi.c 			    hdr.version < FCGI_VERSION_1 ||
version          2232 main/main.c    		module->version = PHP_VERSION;