Home
last modified time | relevance | path

Searched refs:_zend_substr (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Dstring.c2266 static inline void _zend_substr(zval *return_value, zend_string *str, zend_long f, bool len_is_null… function
2319 _zend_substr(return_value, str, f, len_is_null, l);
2332 _zend_substr(return_value, str, f, /* len_is_null */ true, 0);
2349 _zend_substr(return_value, str, f, len_is_null, l);

Completed in 20 milliseconds