Searched refs:str3 (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | strncasecmp_variation7.phpt | 12 $str3 = "Hello,".chr(0)."world"; 14 var_dump( strncasecmp($str3, "Hello,world", 12) );
|
H A D | strncmp_variation9.phpt | 25 $str3 = <<<_identifier_str3 39 $str3,
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 35 $str3 = 'aŒbœcŠdše€fg'; 41 echo "3: " . mb_decode_numericentity($str3, $convmap, "UTF-8") . "\n"; 66 echo "14: " . mb_decode_numericentity($str3, $convmap, "UTF-8") . "\n";
|
/PHP-8.3/Zend/ |
H A D | zend_string.c | 495 const char *str3, size_t str3_len) in zend_string_concat3() argument 502 memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len); in zend_string_concat3()
|
H A D | zend_string.h | 46 const char *str3, size_t str3_len);
|
Completed in 12 milliseconds