Searched refs:ctype_punct (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_punct() function : error conditions - incorrect number of args7 /* Prototype : bool ctype_punct(mixed $c)14 * Pass incorrect number of arguments to ctype_punct() to test behaviour17 echo "*** Testing ctype_punct() : error conditions ***\n";22 echo "\n-- Testing ctype_punct() function with Zero arguments --\n";23 var_dump( ctype_punct() );25 //Test ctype_punct with one more than the expected number of arguments29 var_dump( ctype_punct($c, $extra_arg) );35 *** Testing ctype_punct() : error conditions ***37 -- Testing ctype_punct() function with Zero arguments --[all …]
2 Test ctype_punct() function : basic functionality 7 /* Prototype : bool ctype_punct(mixed $c)13 echo "*** Testing ctype_punct() : basic functionality ***\n";20 var_dump(ctype_punct($c1));21 var_dump(ctype_punct($c2));27 *** Testing ctype_punct() : basic functionality ***
2 Test ctype_punct() function : usage variations - Octal and Hexadecimal values7 /* Prototype : bool ctype_punct(mixed $c)14 * Pass different octal and hexadecimal values to ctype_punct() to test behaviour17 echo "*** Testing ctype_punct() : usage variations ***\n";28 var_dump(ctype_punct($c));36 var_dump(ctype_punct($c));44 *** Testing ctype_punct() : usage variations ***
2 Test ctype_punct() function : usage variations - different integers7 /* Prototype : bool ctype_punct(mixed $c)14 * Pass different integers to ctype_punct() to test which character codes are considered18 echo "*** Testing ctype_punct() : usage variations ***\n";23 if (ctype_punct($c)) {32 *** Testing ctype_punct() : usage variations ***
2 Test ctype_punct() function : usage variations - different punctuation7 /* Prototype : bool ctype_punct(mixed $c)14 * Pass strings containing different character types to ctype_punct() to test18 echo "*** Testing ctype_punct() : usage variations ***\n";54 var_dump( ctype_punct($value) );61 *** Testing ctype_punct() : usage variations ***
2 Test ctype_punct() function : usage variations - different data types as $c argument7 /* Prototype : bool ctype_punct(mixed $c)17 echo "*** Testing ctype_punct() : usage variations ***\n";90 // loop through each element of $inputs to check the behavior of ctype_punct94 var_dump( ctype_punct($input) );104 *** Testing ctype_punct() : usage variations ***
24 ctype_test_001("ctype_punct");37 ctype_punct 32
31 ctype_test_002("ctype_punct");46 ctype_punct 32 32 0
9 "ctype_graph", "ctype_lower", "ctype_print", "ctype_punct",
42 static PHP_FUNCTION(ctype_punct);105 PHP_FE(ctype_punct, arginfo_ctype_punct)239 static PHP_FUNCTION(ctype_punct) in PHP_FUNCTION() argument
Completed in 15 milliseconds