vrana Mon Aug 20 14:02:44 2007 UTC
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Booleans can be returned as literal strings (bug #33443)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.18&r2=1.19&diff_f
vrana Mon Aug 20 13:49:39 2007 UTC
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Examples are now above notes
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.17&r2=1.18&diff_format=u
Index: phpdoc/en/ref
vrana Thu Aug 16 12:31:30 2007 UTC
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Returns empty string also for null (bug #41937)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.16&r2=1.17&diff_format=u
I
On Thu, 16 Dec 2004, Nuno Lopes wrote:
> > Why not do it like:
> >
> > switch($last) {
> > case 'g':
> > $val *= 1024;
> > case 'm':
> > $val *= 1024;
> > case 'k':
> > $val *= 1024;
> > }
> >
> > is much shorter and cleaner looking.
> >
> > Derick
>
> I've seen your commit. I didn't do it like th
nlopess Thu Dec 16 05:56:58 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
change code, by Derick's suggestion
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/referen
Why not do it like:
switch($last) {
case 'g':
$val *= 1024;
case 'm':
$val *= 1024;
case 'k':
$val *= 1024;
}
is much shorter and cleaner looking.
Derick
I've seen your commit. I didn't do it like that because I think that the
break's missing could confuse someone.
Anyway, I'll follow your suggest
On Wed, 15 Dec 2004, Nuno Lopes wrote:
> nlopess Wed Dec 15 15:20:28 2004 EDT
>
> Modified files:
> /phpdoc/en/reference/info/functions ini-get.xml
> Log:
> add the G ini modifier
>
> http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.11&r
nlopess Wed Dec 15 15:20:28 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
add the G ini modifier
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/info/funct
vrana Sat Aug 7 12:46:14 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
0 can be returned for Off (bug #25865)
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/ini-get.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/refer
philip Wed Aug 4 01:23:47 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Show how to display shorthand notation as bytes as this is how the
php source does it.
And make the example formal.
http://cvs.php.net/diff.php/phpd
didou Sun Oct 26 12:35:37 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
correcting the example (register_globals)
reformating to use screen notation
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/refer
damsThu Feb 13 09:39:13 2003 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml set-time-limit.xml
Log:
use of entities
Index: phpdoc/en/reference/info/functions/ini-get.xml
diff -u phpdoc/en/reference/info/functions/ini-get.xml:1.3
phpdoc/
pollita Sat Nov 30 01:47:29 2002 EDT
Modified files:
/phpdoc/en/reference/info/functions ini-get.xml
Log:
Documentation Bug #17389
Updated with examples on using ini_get() with boolean values and memory size values.
Index: phpdoc/en/reference/info/function
13 matches
Mail list logo