Home
last modified time | relevance | path

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

/PHP-7.4/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";
/PHP-7.4/ext/standard/tests/strings/
H A Dstrncasecmp_variation7.phpt17 $str3 = "Hello,".chr(0)."world";
19 var_dump( strncasecmp($str3, "Hello,world", 12) );
H A Dstrncmp_variation9.phpt30 $str3 = <<<_identifier_str3
44 $str3,
/PHP-7.4/ext/libxml/
H A Dlibxml.c556 error_copy.str3 = NULL; in _php_list_set_error_structure()
/PHP-7.4/Zend/
H A Dzend_compile.c788 zend_string *zend_concat3(char *str1, size_t str1_len, char *str2, size_t str2_len, char *str3, siz… in zend_concat3() argument
795 memcpy(ZSTR_VAL(res) + str1_len + str2_len, str3, str3_len); in zend_concat3()

Completed in 40 milliseconds