Skip to content

Instantly share code, notes, and snippets.

View davidcoallier's full-sized avatar

David Coallier davidcoallier

View GitHub Profile
Index: php_spl.c
===================================================================
--- php_spl.c (revision 290576)
+++ php_spl.c (working copy)
@@ -359,6 +359,97 @@
}
}
+
+/* {{{ spl_strrpos_ascii: borrowed from the php ext/standard/string.c */