Searched refs:str3 (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/mbstring/tests/ |
H A D | mb_decode_numericentity.phpt | 12 $str3 = 'aŒbœcŠdše€fg'; 16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | strncasecmp_variation7.phpt | 17 $str3 = "Hello,".chr(0)."world"; 19 var_dump( strncasecmp($str3, "Hello,world", 12) );
|
H A D | strncmp_variation9.phpt | 30 $str3 = <<<_identifier_str3 44 $str3,
|
/PHP-7.3/ext/libxml/ |
H A D | libxml.c | 511 error_copy.str3 = NULL; in _php_list_set_error_structure()
|
/PHP-7.3/Zend/ |
H A D | zend_compile.c | 812 zend_string *zend_concat3(char *str1, size_t str1_len, char *str2, size_t str2_len, char *str3, siz… in zend_concat3() argument 819 memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len); in zend_concat3()
|
Completed in 35 milliseconds