Home
last modified time | relevance | path

Searched refs:ord (Results 51 – 57 of 57) sorted by last modified time

123

/php-src/ext/iconv/tests/
H A Diconv_substr.phpt12 printf("%02x", ord($str[$i]));
/php-src/ext/gd/tests/
H A Dbug79615.phpt15 echo decbin(ord(ob_get_clean()[0xA]));
/php-src/ext/date/tests/
H A Dbug65184.phpt19 printf("%x ", ord($s[$i]));
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt25 dump_error(fn() => ord($foo?->foo()));
55 Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in %s on …
/php-src/Zend/tests/multibyte/
H A Dmultibyte_encoding_001.phpt12 printf("%x:%x", ord($s[0]), ord($s[1]));
/php-src/Zend/tests/
H A Dclass_constants_005.phpt7 define ("A", "." . ord(26) . ".");
H A Dbug60350.phpt6 if (ord($str) == 27) {

Completed in 10 milliseconds

123