Searched refs:z_len (Results 1 – 1 of 1) sorted by relevance
2772 zend_long z_len; in PHP_FUNCTION() local2782 Z_PARAM_LONG_OR_NULL(z_len, z_len_is_null) in PHP_FUNCTION()2786 if (z_len < 0) { in PHP_FUNCTION()2790 if (z_len > (zend_long)ZSTR_LEN(str)) { in PHP_FUNCTION()2794 len = z_len; in PHP_FUNCTION()
Completed in 16 milliseconds