Hi.
I'm playing with PHP bytecodes. I tried Zend Guard and got it running, but it's just a 3 day trial version, and £600 is way overpriced for a private testing enviroment. Instead I took a look at...
1: There are several ways of compiling your PHP work to be used on a web server. This is mostly used, I believe, for proprietary reasons, but what I would like to know is...
Well, the real project where I need this is a bit more complex than my error handler testing files. There is a lot of different classes in separate files where some classes uses something from...
My bad, I made a typing error in the bad file example.
The error I am triggering in that file is not a parse error do to the missing function name (Which I don't have in the real testing file). I am...
Well figured out the Chrome problem.
The container is a table cell, an although I have a fixed size on the table, the table cell still goes to 0 in height en width when completely empty. If I leave...
Hi.
I build a small Flash image screener (Or what to call it) replacement in JavaScript. You know the small flash images that changes image every second or so (Hate them, and know it's not for me)
...
It will not destroy the object, no. But it will still destroy all the data that takes up space in the memory. And for now that seams to be the closest thing I will get.
There is nothing wrong with that for loop. And I'm not sure what you want to do?
The reason why the output prints 1 every time, is that you are looping more than once pr "for loop". The "for" loops...
Might agree with some of it. But they do provide some useful options when extending classes, that before PHP's support has forced lots of people to do hours, days or/and even month of head spinning...
Nice, You have no idea how many problems I have had some times with preg_replace and subpatterns where this could have helped. This I got to remember :)