Sign in
apache
/
netbeans
/
refs/heads/release240
/
.
/
php
/
php.editor
/
test
/
unit
/
data
/
testfiles
/
nowdoc.inc
blob: 98f9fbaacf4ea9d76853cf352042c7bf2a43cb32 [
file
]
<?
php
// Common definitions for heredoc/nowdoc tests.
$a
=
1
;
$b
=
2
;
$c
=
array
(
'c'
=>
3
,
);
class
d
{
public
function
__construct
()
{
$this
->
d
=
4
;
}
};
$d
=
new
d
;
?>