Searched refs:ctype_cntrl (Results 1 – 10 of 10) sorted by relevance
2 Test ctype_cntrl() function : error conditions - Incorrect number of args7 /* Prototype : bool ctype_cntrl(mixed $c)13 * Pass an incorrect number of arguments to ctype_cntrl() to test behaviour16 echo "*** Testing ctype_cntrl() : error conditions ***\n";19 echo "\n-- Testing ctype_cntrl() function with Zero arguments --\n";20 var_dump( ctype_cntrl() );22 //Test ctype_cntrl with one more than the expected number of arguments26 var_dump( ctype_cntrl($c, $extra_arg) );30 *** Testing ctype_cntrl() : error conditions ***32 -- Testing ctype_cntrl() function with Zero arguments --[all …]
2 Test ctype_cntrl() function : basic functionality 7 /* Prototype : bool ctype_cntrl(mixed $c)12 echo "*** Testing ctype_cntrl() : basic functionality ***\n";19 var_dump(ctype_cntrl($c1));20 var_dump(ctype_cntrl($c2));26 *** Testing ctype_cntrl() : basic functionality ***
2 Test ctype_cntrl() function : usage variations - Octal and hexadecimal values7 /* Prototype : bool ctype_cntrl(mixed $c)13 * Pass hexadecimal and octal values to ctype_cntrl() to test behaviour16 echo "*** Testing ctype_cntrl() : usage variations ***\n";27 var_dump(ctype_cntrl($c));35 var_dump(ctype_cntrl($c));42 *** Testing ctype_cntrl() : usage variations ***
2 Test ctype_cntrl() function : usage variations - Different strings7 /* Prototype : bool ctype_cntrl(mixed $c)13 * Pass strings containing different character types to ctype_cntrl() to test17 echo "*** Testing ctype_cntrl() : usage variations ***\n";55 // loop through each element of $values to test behaviour of ctype_cntrl()59 var_dump( ctype_cntrl($value) );67 *** Testing ctype_cntrl() : usage variations ***
2 Test ctype_cntrl() function : usage variations - Different data types as $c arg7 /* Prototype : bool ctype_cntrl(mixed $c)13 * Pass different data types as $c argument to ctype_cntrl() to test behaviour16 echo "*** Testing ctype_cntrl() : usage variations ***\n";90 // loop through each element of $inputs to check the behavior of ctype_cntrl()94 var_dump( ctype_cntrl($input) );104 *** Testing ctype_cntrl() : usage variations ***
2 Test ctype_cntrl() function : usage variations - different integers7 /* Prototype : bool ctype_cntrl(mixed $c)13 * Pass different integers to ctype_cntrl() to test which character codes are considered17 echo "*** Testing ctype_cntrl() : usage variations ***\n";22 if (ctype_cntrl($i)) {31 *** Testing ctype_cntrl() : usage variations ***
21 ctype_test_001("ctype_cntrl"); 34 ctype_cntrl 33
28 ctype_test_002("ctype_cntrl"); 43 ctype_cntrl 33 33 0
8 "ctype_alnum", "ctype_alpha", "ctype_cntrl", "ctype_digit",
37 static PHP_FUNCTION(ctype_cntrl);100 PHP_FE(ctype_cntrl, arginfo_ctype_cntrl)199 static PHP_FUNCTION(ctype_cntrl) in PHP_FUNCTION() argument
Completed in 12 milliseconds