Home
last modified time | relevance | path

Searched refs:str3 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt12 $str3 = 'aŒbœcŠdše€fg';
16 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
33 echo mb_decode_numericentity($str3, $convmap, "UTF-8")."\n";
/PHP-8.0/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt12 $str3 = "Hello,".chr(0)."world";
14 var_dump( strncasecmp($str3, "Hello,world", 12) );
H A Dstrncmp_variation9.phpt25 $str3 = <<<_identifier_str3
39 $str3,
/PHP-8.0/Zend/
H A Dzend_string.c482 const char *str3, size_t str3_len) in zend_string_concat3() argument
489 memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len); in zend_string_concat3()
H A Dzend_string.h43 const char *str3, size_t str3_len);
/PHP-8.0/ext/libxml/
H A Dlibxml.c507 error_copy.str3 = NULL; in _php_list_set_error_structure()

Completed in 19 milliseconds