| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Comments:
<0> hi, lig! Loved your email to php-users on friday :) <1> :D <1> now Which one Stormchaser? <1> It's Monday - so the brain isn't working well yet <0> lig: About what PHP stands for ;) <1> LOL <1> What - isn't that what it means? ;)
<2> domas: It's just odd.. All I've done was set it up through the installer (Windows).. <0> lig: Well, that too ;) <3> bonjour <3> weird problem <4> Is there any difference in behaviour between is_null() and !isset() ? <5> DeltaF: php4 by default is linked against bundled 3.23 libs that do not speak 4.1-ish auth protocol <0> yes <3> Parse error: syntax error, unexpected '=' in C:\Program\Apache Group\Apache2\htdocs\cart.php on line 142 this is line 142: myticker = 0; <3> its within a while loop <3> without that line, the script works perfect <3> but i need that ticker <6> verbatim, what is the _code_ ? <0> Dwonis: One checks, if variable is set, the other checks, if variable is null <3> colder, the code is myticker = 0; <0> Where is $? <6> well, $myticker = 0. <3> im sorry. i just woke up <3> oh god <3> wow <0> !+enter <3> thanks :( <7> Don't use the enter key as puncuation. Think in complete thoughts, then type. <2> too much bash? <3> sorry i was just expressing my disbelief <3> i guess its because ive been coding C this whole week <5> verbatim: you mentioned 'god', that already qualifies as 'belief' <4> Stormchaser, right but if I do: "$x = null; print isset($x) ? 'TRUE' : 'FALSE';", I get FALSE <3> lol ok domas sorry for redundancy
<0> Dwonis: True... isset() returns false, if the variable doesn't exists oor if the value is NULL. <5> null is part of developer BDSM conspiracy <8> what's the easiest way to parse something like this. I get a string that says "Title: (some text here) Details: (some more test)". How can I parse this into two variables, $title and $details? <4> Stormchaser, likewise, if I do: "$y = array(); print is_null($y['foo']) ? 'TRUE' : 'FALSE';", I get TRUE <6> Dwonis, NULL is a type <6> Dwonis, you're probably looking for empty() <6> ah sorry, didn't read it well <8> hmm.. anyone on that parsing question? it should be pretty easy, I'm just not so familiar with php string parsing <0> Dwonis: Raise your error reporting level to E_ALL, as the last portin of code WILL throw you a notice about undefined index. <6> Dwonis, is_null will return true if the var is undefined. <9> Hey, does xml_parse not work well with @ signs and numbers in element tags? <4> Ok, so is there ever a scenario where isset(...) != !is_null(...) ? <4> colder: also, thanks for the mention of empty() <6> Dwonis, a variable set to null behaves like an undefined variable, without any error reported. <10> is there any target date (like, month/year) 6.0.0 is expected to be going beta/rc <11> Bizzy, no. <0> Bizzy: 25 years. <10> ahh <10> very good <10> so my php 5 install will be good for a while <11> yes. <6> Dwonis, no. http://php.net/language.types.null <12> hee hee! pwn3d! It could arguably be said that, 'You got Bizzy!' <4> colder: perfect, thanks! <4> Stormchaser: thanks <13> Can I hire someone for a small, basic php project? <13> in #php? <3> hey <0> !+jobs <7> no job posting / asking for jobs on ##php (see /msg php-bot g7). You might want to check out: ##php.jobs http://www.geekfinder.com, http://www.monster.com, http://www.rentacoder.com or http://www.getacoder.com, or php.net/links, "Developers and Job Opportunities".
Return to
#php or Go to some related
logs:
what is count(*) in sql mplayerplug-in fc5 selinux mysqldb OPENBSD CHROOT
md5sum encript EX_CANTCREAT quota sendmail #openssh #suse #math alaskastar hydrogen
installing libpcre ubuntu
|
|