Searched refs:_zend_substr (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/standard/ |
H A D | string.c | 2234 static inline void _zend_substr(zval *return_value, zend_string *str, zend_long f, bool len_is_null… function 2287 _zend_substr(return_value, str, f, len_is_null, l); 2300 _zend_substr(return_value, str, f, /* len_is_null */ true, 0); 2317 _zend_substr(return_value, str, f, len_is_null, l);
|
Completed in 17 milliseconds