Home
last modified time | relevance | path

Searched refs:ord (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt6 function so($a,$b) { return ord($a) - ord($b); }
H A Dstrncasecmp_variation6.phpt20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivalent ASCII value for the character in binar…
29 $str2 = decbin( ord( chr(256) ));
H A Dstrncmp_variation6.phpt20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivalent ASCII value for the character in binar…
30 $str2 = decbin( ord( chr(256) ));
H A Dget_html_translation_table_basic5.phpt1184 [⩝] => ⩝
H A Dhtml_entity_decode_html5.phpt1580 "⩝",
3714 ⩝ => ⩝ e2a99d
H A Dhtmlentities_html5.phpt1302 ⩝ U+02A5D
/PHP-7.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc103 function _pear2tarchecksum($a, $b) {return $a + ord($b);}
105 $checksum = 256; // 8 * ord(' ');
H A Dcorrupt_tarmaker.php.inc110 function _pear2tarchecksum($a, $b) {return $a + ord($b);}
112 $checksum = 256; // 8 * ord(' ');
H A Dmake.dangerous.tar.php.inc104 function _pear2tarchecksum($a, $b) {return $a + ord($b);}
106 $checksum = 256; // 8 * ord(' ');
/PHP-7.3/ext/iconv/tests/
H A Diconv_substr.phpt12 printf("%02x", ord($str[$i]));
/PHP-7.3/win32/build/
H A Dmkdist.php188 $checksum += ord($hdr_data[$i]);
192 $checksum += ord($hdr_data[$i]);
/PHP-7.3/ext/standard/
H A Dphp_string.h67 PHP_FUNCTION(ord);
H A Dbasic_functions.c2848 PHP_FE(ord, arginfo_ord)
H A Dstring.c2790 PHP_FUNCTION(ord) argument
/PHP-7.3/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt24 $ncp = IntlChar::ord($cp);
/PHP-7.3/ext/standard/html_tables/
H A Dhtml_table_gen.php731 $hash = (int)(((int)(((int)($hash << 5)) + $hash)) + ord($str[$pos++]))
H A Dents_html5.txt1575 ord 02A5D
/PHP-7.3/ext/intl/uchar/
H A Duchar.c81 IC_METHOD(ord) { in IC_METHOD() argument
674 IC_ME(ord)
/PHP-7.3/
H A Drun-tests.php2834 return sprintf('[[0x%02x]]', ord($c[0]));

Completed in 75 milliseconds

12