DrupalBin
Submit Code
About
Recent Posts
Code
26 sec
ago
Fix for Code
1 hour 14 min
ago
Code
1 hour 14 min
ago
example array
1 hour 26 min
ago
more
Tags
CCK
fapi
javascript
jquery
menu
module
Panels
simpletest
template.php
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Fix for maximum function length test
View
Download
Fix
February 15, 2008 - 5:53pm — Anonymous
<?php
$i
=
0
;
while
(
true
)
{
$i
++;
$f
=
str_repeat
(
'l'
,
$i
)
;
$c
=
"function $f() { echo '$i
\n
'; }
\n
$f();"
;
eval
(
$c
)
;
}
test