too much php

7,362
Reputation
595 views

Registered User

Name too much php
Member for 1 year
Seen yesterday
Website
Location Brisbane
Age
Nov
20
answered Call a function in Vim’s `autocmd` command
Nov
18
accepted How to “apply” backspace characters within a text file (ideally in vim).
Nov
18
accepted document.getElementById(variable) Help!!
Nov
2
comment What are five things you hate about your favorite language?
@Click Upvote: But Fatal errors are not the same as compile errors - if you have null instead of an object than trying to call a method results in a Fatal Error. Could you imagine trying to build a reliable Java program if the NullPointerException instantly crashed your program and there was no way to catch the exception?
Nov
2
comment What are five things you hate about your favorite language?
5.3 has fixed #2, and that is all. Custom error handlers still can't catch fatal errors, so try/catch still can't catch all errors.
Nov
1
answered Is it possible to use || in PHP switch?
Oct
26
awarded  Popular Question
Oct
23
answered Tab Vs Space preferences in Vim
Oct
22
accepted Regex match a string with spaces (use quotes?) in an if statement
Oct
21
comment Regex match a string with spaces (use quotes?) in an if statement
That's good to hear. I've never used bash regexes before, I just experimented and found that \ worked. On S.O., it's correct until proven wrong!
Oct
21
answered Regex match a string with spaces (use quotes?) in an if statement
Oct
21
answered Preferred method to store PHP arrays (json_encode vs serialize)
Oct
21
comment How to insert a word/text in the beginning of each line
@Jefromi: You should make your comment an answer, ctrl-V is easier to use than :s.
Oct
20
answered PHP Type Hinting: array supported, object NOT?
Oct
19
answered vim: delete display lines instead of physical lines
Oct
18
awarded  Yearling
Oct
15
comment Tab Vs Space preferences in Vim
@kaizer.se: Thanks for the correction
Oct
15
revised Tab Vs Space preferences in Vim
added 238 characters in body
Oct
15
accepted PHP - Format date from database?
Oct
15
comment Using vi, how can I remove all lines that contain [searchterm]?
But that regex doesn't work in vim! It doesn't even work in Perl.
Oct
14
comment Problems with PHP PCRE
You should probably include the the /.../ delimiters in your pattern.
Oct
14
answered Tab Vs Space preferences in Vim
Oct
13
answered Copy and paste from external source
Oct
13
answered Setting Vim whitespace preferences by filetype
Oct
13
answered Mapping of <ctrl-#> characters
Oct
13
accepted Making inserting a single character in Vim an atomic operation
Oct
13
answered Making inserting a single character in Vim an atomic operation
Oct
13
comment how do I do redo (i.e. “undo undo”) in vim
@Brian: Do you have a link to the document where this consensus was reached?
Oct
13
accepted How do I get a PHP class constructor to call its parent’s parent’s constructor
Oct
13
comment How do I get a PHP class constructor to call its parent’s parent’s constructor
No, it works as expected.
Oct
13
comment iTunes does not show podcast image
Yes, the <image> is under the <channel> element.
Oct
13
asked iTunes does not show podcast image
Oct
13
answered How do I get a PHP class constructor to call its parent’s parent’s constructor
Oct
12
answered VIM count / determine number of errors in quickfix
Oct
12
comment Alternative conditional syntax (if-else) failing on PHP 5.3.0 (xampp)
For changes in 5.3, just see php.net/migration53 . You can search for short tags very easily - search for '<? ' or '<?$' or '<?[^p]', depending on whether or not you want to use grep / regex, etc.
Oct
12
accepted Alternative conditional syntax (if-else) failing on PHP 5.3.0 (xampp)
Oct
12
revised Alternative conditional syntax (if-else) failing on PHP 5.3.0 (xampp)
added 234 characters in body
Oct
12
answered Alternative conditional syntax (if-else) failing on PHP 5.3.0 (xampp)
Oct
12
comment Heredoc this PHP-HTML
Since you are using the same CSS class ('err-cls') for both inputs, you may as well just put that in a $variable above your heredoc.
Oct
12
accepted Heredoc this PHP-HTML
Oct
12
answered Heredoc this PHP-HTML
Oct
12
answered VIM highlight variable under cursor like in netbeans
Oct
12
answered Copying live sites to local
Oct
10
awarded  Necromancer
Oct
9
answered PHP error logging does not work via .htaccess
Oct
9
answered make gvim 7.2 background black
Oct
9
accepted How do I close all buffers that aren’t shown in a window in vim?
Oct
8
accepted Finding repetition by Vim’s Regex and globbing
Oct
8
comment Variables inside and outside of a class __init__() function
That's not what python does for me. Lists/dicts/etc get shared between all instances if you don't create them in __init__().
Oct
8
revised Finding repetition by Vim’s Regex and globbing
added 348 characters in body