|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-07-16 11:37 UTC] hholzgra@php.net
[2001-07-16 16:03 UTC] wedro at gmx dot net
[2001-07-16 16:23 UTC] cmv@php.net
[2001-07-17 05:06 UTC] wedro at gmx dot net
[2001-08-20 12:16 UTC] sniper@php.net
[2001-12-19 22:14 UTC] yohgaki@php.net
[2002-01-09 02:04 UTC] lobbin@php.net
[2003-04-20 15:37 UTC] admin at webctr dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
class A { var $a; function add(){ $this->a++; } } session_register('a'); if (!is_object($a)){ $a = new A(); } $a->add(); print_r($a); ======================================================================================================================== Modules : "./configure" \ "--with-iconv" \ "--with-mysql" \ "--with-apxs=/usr/local/apache/bin/apxs" \ "--with-xml" \ "--with-sablot" \ "--with-swf=/usr/local/src/dist" \ "-enable-sysvsem" \ "-enable-sysvshm" \ "-enable-trans-sid" \ "-enable-track-vars" \ "-enable-register-globals" \ "$@" ============================================================