php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49894 void echo ( string $arg1 [, string $angosso.com/public_html] )
Submitted: 2009-10-15 21:58 UTC Modified: 2010-12-20 12:49 UTC
Votes:4
Avg. Score:5.0 ± 0.0
Reproduced:4 of 4 (100.0%)
Same Version:1 (25.0%)
Same OS:1 (25.0%)
From: rombiama at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.2.11 OS: gdb backtrage
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rombiama at gmail dot com
New email:
PHP Version: OS:

 

 [2009-10-15 21:58 UTC] rombiama at gmail dot com
Description:
------------
xs:schema
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
   xmlns:nw="http://openuri.org/nameworld"
   targetNamespace="http://openuri.org/nameworld"
   elementFormDefault="qualified"
   targetNameWeb="http://www.angosso.com/public_html"
   elementFormRel="qualified">
  <xs:element name="nameworld">
    <xs:complexType>
        <xml:atrribute content="http://www.angosso.com"></xml:atrribute>
      <xs:sequence maxOccurs="unbounded">
        <xs:element name="island">
          <xs:complexType>
            <xs:sequence maxOccurs="unbounded">
              <xs:element name="location" type="nw:loc"/>
            </xs:sequence>
            <xs:attribute name="targetNamespace" type="xs:string"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>

  <xs:complexType name="loc">
    <xs:sequence maxOccurs="unbounded">
      <xs:element name="reference">
        <xs:complexType>
          <xs:attribute name="to" type="xs:QName"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="name" type="xs:string"/>
  </xs:complexType>

</xs:schema>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>

Reproduce code:
---------------
---
From manual page: function.crypt#Description
---
<head>
        <meta name="generator" content="HTML Tidy for Linux (vers 6 November 2007), see www.w3.org">
            <title>Les Diasporas Plurielles:: angosso.com - The Plural Diasporas here and in the world</title>
            <meta content="text/html; charset=iso-8859-1">
                <meta name="description" lang="fr;en" content="Les Diasporas Plurielles:: angosso.com en France et ailleurs - The Plural Diasporas's here and in the World">
<input type="hidden" name="domain" value="angosso.com">
bug domain extension: angosso.com/public_html

Expected result:
----------------
angosso.com/php/public_html
Bug #9926: Warning: Undefined index: Service[http://angosso.com/*]
I am dynamically creating input fields in my form with their values stored in an array: <input type="Hidden" name="angosso.com[<?php echo $counter ?>]" value="<?php echo odbc_result($result, "ServiceId") ?>"> These submit fine but I am having trouble acc ...

Actual result:
--------------
  <a href="http://www.angosso.com/%20Services.%20php?action=" class="text/css">Services</a>



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-12-14 11:07 UTC] kalle@php.net
.
 [2010-12-20 12:49 UTC] jani@php.net
-Package: Tidy +Package: *General Issues
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jun 16 22:00:01 2026 UTC