PHP function calls returning references

Let's say we have this function:

<?php
function &collector() {
  static
$c = array();
  return
$c;
}
?>

we can use this like the following (very familiar to D7 coders):
<?php
 
// Note that $x = collector(); won't work.
 
$x = &collector();
 
$x[] = 'foo';
?>

Say you wanted to have one line code:
<?php
  array_push
(&collector(), 'foo');
?>

PHP Fatal error:  Can't use function return value in write context.

Makes sense? Not to me. However, the following works:

<?php
  array_push
(collector(), 'foo');
?>

How can this work? Well it turns out the Zend Engine has a special case to handle this so do not try to deduce it from knowledge of how references work in general. It works "just because".

Comments

Deprecated

To be fair, if it weren't for the fatal error, you'd be getting a deprecated warning instead: "Call-time pass-by-reference has been deprecated".

Not at all if the error of

Not at all if the error of deprecated error occur then you must check your apache server version or php version mostly outdated function occur deprecated errors.

Hi, I must say that you have

Hi, I must say that you have made some good points in the post. I performed searches on the topic and found most people will agree with your blog. Thanks for sharing this information.
mole removal at home

Thanks for your help. It is

Thanks for your help. It is very much needed for me. Keep posting like this.Sparks Nevada DUI Attorney

reply

you got the points, so far its the best resources for php i ever found :)

waterproof camera

Hi, I agree with every

Hi, I agree with every statement that you have made in the post and I really appreciate your effort in gathering up the information. Thanks for it. mole treatment

I visited this page first

I visited this page first time and found it Very Good Job of acknowledgment and a marvelous source of info.........Thanks Admin!
biogetica

I was very happy that I

I was very happy that I discovered this website. I needed to thank you for this excellent information!! I undoubtedly appreciated every bit of it and I have bookmarked your blog to check out the new stuff you post down the road.mole removal at home

This is highly informatics,

This is highly informatics, crisp and clear. I think that everything has been described in systematic manner so that reader could get maximum information and learn many things. This is one of the best blogs I have read.
bar supplies

Hi, I appreciate the

Hi, I appreciate the information that you have provided in the post. It is worth noting and I really liked the presentation as well. I will surely come back for more of interesting posts.
skin tag remover

Pretty good post. I just

Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts.I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have enjoyed reading. Nice blog. I will keep visiting. stop smoking with hypnosis

Howdy! Do you know if they

Howdy! Do you know if they make any plugins to assist with Search Engine Optimization? I'm trying to get my blog to rank for some targeted keywords but I'm not seeing very good gains. If you know of any please share. Thanks! Natural Mole Removal

I'm impressed. You're truly

I'm impressed. You're truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. I'm saving this for future use.removal of skin tags

I am absolutely amazed at how

I am absolutely amazed at how terrific the stuff is on this site. I have saved this webpage and I truly intend on visiting the site in the upcoming days. Keep up the excellent work!
christmas flowers uk

A real informative blog like

A real informative blog like this is an exceptionally cool helping resource for a needy information seeker like me! Thanks a lot...
gifts to Pakistan | gift Pakistan

Yes, this is a nice site, 'cept for the fscking spammers

Can something please be done about these spammers? Perhaps an actual verification scheme (captcha or so.) This is ridiculous.

This is a very interesting

This is a very interesting article. Thank you! I am looking forward to seeing more stuff like this!

Its really a very interesting

Its really a very interesting posting indeed. Thanks for sharing such interesting posting with us.

I tried to think so, but i

I tried to think so, but i found it was not as the same in the actual process. As you mentioned, I still have doubts, but really thank you for sharing!
Wound Care

Post very nicely written, and

Post very nicely written, and it contains useful facts. I am happy to find your distinguished way of writing the post. Now you make it easy for me to understand and implement. Thanks for sharing with us.
divorce lawyers

I used to be more than happy

I used to be more than happy to seek out this internet-site.I wanted to thanks in your time for this glorious read!! I positively enjoying each little bit of it and I have you bookmarked to check out new stuff you weblog post
Dollars to pounds

It is great to have the

It is great to have the opportunity to read a good quality article with useful information on topics that plenty are interested on
1z0-047 exam
642-611 exam
LX0-101 exam
70-631 exam
117-102 exam
1z0-007 exam
70-681 exam
EC0-349 exam

I enjoyed reading your easy

I enjoyed reading your easy transformations. I see you offer priceless info. Stumbled into this blog by chance but I’m sure glad I clicked on that link. Forexhandel
divorce help

It is so lucky to read your

It is so lucky to read your blog,it is full of useful message.I wish we both can do better in the future.It great honor if you can visit our website,and give us some suggestion.
SK0-002 dumps
642-437 dumps
642-892 dumps
117-101 dumps
310-200 dumps
640-864 dumps
350-050 dumps
PMI-002 dumps

Beats By Dre

ADFDF Beats By Dre: sport earbuds, Philips earbuds, dr re earbuds, retractable earbuds, earbuds with microphone, cheap earbuds, hoodies with earbuds, koss earbuds, custom earbuds, good earbuds, noise isolating earbuds, monster earbuds, monster stereo earbuds, Bluetooth stereo earbuds, cordless earbuds, best earbuds are cheap. Monster Dr Dre Beats Studio Lamborghini Diamond Headphones and Monster Beats Butterfly By Vivienne Tam Headphones are hot sale in Monster Beats Store. Beats headphones

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options