pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
Determine state of keyb...
2 sec ago
Pigs RoSubbed DVDRip Xv...
2 sec ago
Wupload Cookies 12.02.2...
3 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
pblow
13 sec ago
Untitled
14 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 4th, 2010 | Syntax:
None
| Size: 0.12 KB | Hits: 176 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
$foo = ['one', 'two']
# $bar = ['one', 'two'] += ['three'] # syntax error
class foo {
$foo += ['three'] # works
}
create new paste
|
create new version of this paste
RAW Paste Data
$foo = ['one', 'two'] # $bar = ['one', 'two'] += ['three'] # syntax error class foo { $foo += ['three'] # works }