phalcon 2.0.0 call memstr() function.
In cphalcon memstr call zephir_memstr_strint zephir_memnstr_str(const zval *haystack, char *needle, unsigned int needle_length ZEPHIR_DEBUG_PARAMS)
.
And zephir_memstr_str call php_memnstr().
What is memstr() in php?