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
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: madsosterby at mail1 dot stofanet dot dk
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 06:01:29 2025 UTC