Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dhebrevc_basic.phpt2 Test hebrevc() function : basic functionality
6 /* Prototype : string hebrevc ( string $hebrew_text [, int $max_chars_per_line ] )
11 echo "*** Testing hebrevc() : basic functionality ***\n";
13 $hebrew_text = "The hebrevc function converts logical Hebrew text to visual text.\nThis function is…
15 var_dump(hebrevc($hebrew_text));
16 var_dump(hebrevc($hebrew_text, 15));
21 *** Testing hebrevc() : basic functionality ***
23 Deprecated: Function hebrevc() is deprecated in %s on line %d
24 string(239) ".The hebrevc function converts logical Hebrew text to visual text<br />
31 Deprecated: Function hebrevc() is deprecated in %s on line %d
[all …]
/PHP-7.4/ext/standard/
H A Dphp_string.h57 PHP_FUNCTION(hebrevc);
H A Dbasic_functions.c2787 PHP_DEP_FE(hebrevc, arginfo_hebrevc)
H A Dstring.c4780 PHP_FUNCTION(hebrevc) argument
/PHP-7.4/
H A DUPGRADING467 . The hebrevc() function is deprecated. It can be replaced with

Completed in 38 milliseconds