php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14614 lastchild();
Submitted: 2001-12-20 04:02 UTC Modified: 2001-12-20 04:17 UTC
From: madsosterby at mail1 dot stofanet dot dk Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.1.0 OS: Windows
Private report: No CVE-ID: None
 [2001-12-20 04:02 UTC] madsosterby at mail1 dot stofanet dot dk
Under PHP 4.06 this works fine :

return $parent->lastchild();

Under PHP 4.10 it gives an error: 
"unknown function"

Did you rename this function or what went wrong ?

/ Mads

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-20 04:07 UTC] mfischer@php.net
Yep, its called last_child().

Closing.
 [2001-12-20 04:17 UTC] madsosterby at mail1 dot stofanet dot dk
thanx.

Btw. where can I see the list of changes ?

like : 

[4.06]        [4.10]
lastchild()   last_child()

/ Mads
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 09:01:29 2024 UTC