Home
last modified time | relevance | path

Searched refs:hasBinaryProperty (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt28 printf(" hasBinaryProperty(%s): %s\n",
30 IntlChar::hasBinaryProperty($cp, $prop) ? "true" : "false"
56 hasBinaryProperty(Alphabetic): true
84 hasBinaryProperty(Alphabetic): true
112 hasBinaryProperty(Alphabetic): false
/PHP-8.2/ext/intl/uchar/
H A Duchar.c85 IC_METHOD(hasBinaryProperty) { in IC_METHOD() argument
H A Duchar.stub.php3384 public static function hasBinaryProperty(int|string $codepoint, int $property): ?bool {} function in IntlChar
H A Duchar_arginfo.h186 ZEND_METHOD(IntlChar, hasBinaryProperty);
250 …ZEND_ME(IntlChar, hasBinaryProperty, arginfo_class_IntlChar_hasBinaryProperty, ZEND_ACC_PUBLIC|ZEN…

Completed in 47 milliseconds