Searched refs:fallback_loc_str (Results 1 – 1 of 1) sorted by relevance
1523 zend_string* fallback_loc_str = NULL; in PHP_FUNCTION() local1539 Z_PARAM_STR_OR_NULL(fallback_loc_str) in PHP_FUNCTION()1543 if(fallback_loc_str) { in PHP_FUNCTION()1544 loc_range = ZSTR_VAL(fallback_loc_str); in PHP_FUNCTION()1545 loc_range_len = ZSTR_LEN(fallback_loc_str); in PHP_FUNCTION()1562 if( fallback_loc_str ) { in PHP_FUNCTION()1563 result_str = zend_string_copy(fallback_loc_str); in PHP_FUNCTION()
Completed in 7 milliseconds