| Newsgroups |
php.qa.reports |
| Message-ID |
<[email protected]> |
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
ctype on integers [tests/001.phpt]
ctype on strings [tests/002.phpt]
Bug #25745 (ctype functions fail with non-ascii characters) [tests/bug25745.phpt]
Bug #34645 (ctype corrupts memory when validating large numbers) [tests/bug34645.phpt]
Test ctype_alnum() function : basic functionality [tests/ctype_alnum_basic.phpt]
Test ctype_alnum() function : error conditions - Incorrect number of args [tests/ctype_alnum_error.phpt]
Test ctype_alnum() function : usage variations - Different data types as $c arg [tests/ctype_alnum_variation1.phpt]
Test ctype_alnum() function : usage variations - different integers [tests/ctype_alnum_variation2.phpt]
Test ctype_alnum() function : usage variations - different string values [tests/ctype_alnum_variation3.phpt]
Test ctype_alnum() function : usage variations - octal and hexadecimal values [tests/ctype_alnum_variation4.phpt]
Test ctype_alpha() function : basic functionality [tests/ctype_alpha_basic.phpt]
Test ctype_alpha() function : error conditions - Incorrect number of arguments [tests/ctype_alpha_error.phpt]
Test ctype_alpha() function : usage variations - different data types as $c arg [tests/ctype_alpha_variation1.phpt]
Test ctype_alpha() function : usage variations - different integers [tests/ctype_alpha_variation2.phpt]
Test ctype_alpha() function : usage variations - different strings [tests/ctype_alpha_variation3.phpt]
Test ctype_alpha() function : usage variations - Octal and hexadecimal values [tests/ctype_alpha_variation4.phpt]
Test ctype_cntrl() function : basic functionality [tests/ctype_cntrl_basic.phpt]
Test ctype_cntrl() function : error conditions - Incorrect number of args [tests/ctype_cntrl_error.phpt]
Test ctype_cntrl() function : usage variations - Different data types as $c arg [tests/ctype_cntrl_variation1.phpt]
Test ctype_cntrl() function : usage variations - different integers [tests/ctype_cntrl_variation2.phpt]
Test ctype_cntrl() function : usage variations - Different strings [tests/ctype_cntrl_variation3.phpt]
Test ctype_cntrl() function : usage variations - Octal and hexadecimal values [tests/ctype_cntrl_variation4.phpt]
Test ctype_digit() function : basic functionality [tests/ctype_digit_basic.phpt]
Test ctype_digit() function : error conditions - incorrect number of arguments [tests/ctype_digit_error.phpt]
Test ctype_digit() function : usage variations - different data types as $c arg [tests/ctype_digit_variation1.phpt]
Test ctype_digit() function : usage variations - different integers [tests/ctype_digit_variation2.phpt]
Test ctype_digit() function : usage variations - different strings [tests/ctype_digit_variation3.phpt]
Test ctype_digit() function : usage variations - octal and hexadecimal values [tests/ctype_digit_variation4.phpt]
Test ctype_graph() function : basic functionality [tests/ctype_graph_basic.phpt]
Test ctype_graph() function : error conditions - incorrect number of arguments [tests/ctype_graph_error.phpt]
Test ctype_graph() function : usage variations - different data types as $c arg [tests/ctype_graph_variation1.phpt]
Test ctype_graph() function : usage variations - different integers [tests/ctype_graph_variation2.phpt]
Test ctype_graph() function : usage variations - different strings [tests/ctype_graph_variation3.phpt]
Test ctype_graph() function : usage variations - octal and hexadecimal values [tests/ctype_graph_variation4.phpt]
Test ctype_lower() function : basic functionality [tests/ctype_lower_basic.phpt]
Test ctype_lower() function : error conditions - incorrect number of args [tests/ctype_lower_error.phpt]
Test ctype_lower() function : usage variations - different data types as $c arg [tests/ctype_lower_variation1.phpt]
Test ctype_lower() function : usage variations - different integers [tests/ctype_lower_variation2.phpt]
Test ctype_lower() function : usage variations - different strings [tests/ctype_lower_variation3.phpt]
Test ctype_lower() function : usage variations - octal and hexadecimal values [tests/ctype_lower_variation4.phpt]
Test ctype_print() function : basic functionality [tests/ctype_print_basic.phpt]
Test ctype_print() function : error conditions - incorrect number of args [tests/ctype_print_error.phpt]
Test ctype_print() function : usage variations - different data types as $c arg [tests/ctype_print_variation1.phpt]
Test ctype_print() function : usage variations - different integers [tests/ctype_print_variation2.phpt]
Test ctype_print() function : usage variations - different strings [tests/ctype_print_variation3.phpt]
Test ctype_print() function : usage variations - octal and hexadecimal values [tests/ctype_print_variation4.phpt]
Test ctype_punct() function : basic functionality [tests/ctype_punct_basic.phpt]
Test ctype_punct() function : error conditions - incorrect number of args [tests/ctype_punct_error.phpt]
Test ctype_punct() function : usage variations - different data types as $c argument [tests/ctype_punct_variation1.phpt]
Test ctype_punct() function : usage variations - different integers [tests/ctype_punct_variation2.phpt]
Test ctype_punct() function : usage variations - different punctuation [tests/ctype_punct_variation3.phpt]
Test ctype_punct() function : usage variations - Octal and Hexadecimal values [tests/ctype_punct_variation4.phpt]
Test ctype_space() function : basic functionality [tests/ctype_space_basic.phpt]
Test ctype_space() function : error conditions - Incorrect number of args [tests/ctype_space_error.phpt]
Test ctype_space() function : usage variations - different data types as $c argument [tests/ctype_space_variation1.phpt]
Test ctype_space() function : usage variations - different integers [tests/ctype_space_variation2.phpt]
Test ctype_space() function : usage variations - different strings [tests/ctype_space_variation3.phpt]
Test ctype_space() function : usage variations - octal and hexadecimal values [tests/ctype_space_variation4.phpt]
Test ctype_upper() function : basic functionality [tests/ctype_upper_basic.phpt]
Test ctype_upper() function : error conditions - incorrect number of args [tests/ctype_upper_error.phpt]
Test ctype_upper() function : usage variations - different data types [tests/ctype_upper_variation1.phpt]
Test ctype_upper() function : usage variations - different integers [tests/ctype_upper_variation2.phpt]
Test ctype_upper() function : usage variations - different strings [tests/ctype_upper_variation3.phpt]
Test ctype_upper() function : usage variations - octal and hexadecimal values [tests/ctype_upper_variation4.phpt]
Test ctype_xdigit() function : basic functionality [tests/ctype_xdigit_basic.phpt]
Test ctype_xdigit() function : error conditions - Incorrect number of args [tests/ctype_xdigit_error.phpt]
Test ctype_xdigit() function : usage variations - different data typse as $c arg [tests/ctype_xdigit_variation1.phpt]
Test ctype_xdigit() function : usage variations - different integers [tests/ctype_xdigit_variation2.phpt]
Test ctype_xdigit() function : usage variations - Different strings [tests/ctype_xdigit_variation3.phpt]
Test ctype_xdigit() function : usage variations - heaxadecimal and octal values [tests/ctype_xdigit_variation4.phpt]
=====================================================================
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 0
Exts tested : 27
---------------------------------------------------------------------
Number of tests : 70 70
Tests skipped : 0 ( 0.0%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 70 (100.0%) (100.0%)
Expected fail : 0 ( 0.0%) ( 0.0%)
Tests passed : 0 ( 0.0%) ( 0.0%)
---------------------------------------------------------------------
Time taken : 3 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
ctype on integers [tests/001.phpt]
ctype on strings [tests/002.phpt]
Bug #25745 (ctype functions fail with non-ascii characters) [tests/bug25745.phpt]
Bug #34645 (ctype corrupts memory when validating large numbers) [tests/bug34645.phpt]
Test ctype_alnum() function : basic functionality [tests/ctype_alnum_basic.phpt]
Test ctype_alnum() function : error conditions - Incorrect number of args [tests/ctype_alnum_error.phpt]
Test ctype_alnum() function : usage variations - Different data types as $c arg [tests/ctype_alnum_variation1.phpt]
Test ctype_alnum() function : usage variations - different integers [tests/ctype_alnum_variation2.phpt]
Test ctype_alnum() function : usage variations - different string values [tests/ctype_alnum_variation3.phpt]
Test ctype_alnum() function : usage variations - octal and hexadecimal values [tests/ctype_alnum_variation4.phpt]
Test ctype_alpha() function : basic functionality [tests/ctype_alpha_basic.phpt]
Test ctype_alpha() function : error conditions - Incorrect number of arguments [tests/ctype_alpha_error.phpt]
Test ctype_alpha() function : usage variations - different data types as $c arg [tests/ctype_alpha_variation1.phpt]
Test ctype_alpha() function : usage variations - different integers [tests/ctype_alpha_variation2.phpt]
Test ctype_alpha() function : usage variations - different strings [tests/ctype_alpha_variation3.phpt]
Test ctype_alpha() function : usage variations - Octal and hexadecimal values [tests/ctype_alpha_variation4.phpt]
Test ctype_cntrl() function : basic functionality [tests/ctype_cntrl_basic.phpt]
Test ctype_cntrl() function : error conditions - Incorrect number of args [tests/ctype_cntrl_error.phpt]
Test ctype_cntrl() function : usage variations - Different data types as $c arg [tests/ctype_cntrl_variation1.phpt]
Test ctype_cntrl() function : usage variations - different integers [tests/ctype_cntrl_variation2.phpt]
Test ctype_cntrl() function : usage variations - Different strings [tests/ctype_cntrl_variation3.phpt]
Test ctype_cntrl() function : usage variations - Octal and hexadecimal values [tests/ctype_cntrl_variation4.phpt]
Test ctype_digit() function : basic functionality [tests/ctype_digit_basic.phpt]
Test ctype_digit() function : error conditions - incorrect number of arguments [tests/ctype_digit_error.phpt]
Test ctype_digit() function : usage variations - different data types as $c arg [tests/ctype_digit_variation1.phpt]
Test ctype_digit() function : usage variations - different integers [tests/ctype_digit_variation2.phpt]
Test ctype_digit() function : usage variations - different strings [tests/ctype_digit_variation3.phpt]
Test ctype_digit() function : usage variations - octal and hexadecimal values [tests/ctype_digit_variation4.phpt]
Test ctype_graph() function : basic functionality [tests/ctype_graph_basic.phpt]
Test ctype_graph() function : error conditions - incorrect number of arguments [tests/ctype_graph_error.phpt]
Test ctype_graph() function : usage variations - different data types as $c arg [tests/ctype_graph_variation1.phpt]
Test ctype_graph() function : usage variations - different integers [tests/ctype_graph_variation2.phpt]
Test ctype_graph() function : usage variations - different strings [tests/ctype_graph_variation3.phpt]
Test ctype_graph() function : usage variations - octal and hexadecimal values [tests/ctype_graph_variation4.phpt]
Test ctype_lower() function : basic functionality [tests/ctype_lower_basic.phpt]
Test ctype_lower() function : error conditions - incorrect number of args [tests/ctype_lower_error.phpt]
Test ctype_lower() function : usage variations - different data types as $c arg [tests/ctype_lower_variation1.phpt]
Test ctype_lower() function : usage variations - different integers [tests/ctype_lower_variation2.phpt]
Test ctype_lower() function : usage variations - different strings [tests/ctype_lower_variation3.phpt]
Test ctype_lower() function : usage variations - octal and hexadecimal values [tests/ctype_lower_variation4.phpt]
Test ctype_print() function : basic functionality [tests/ctype_print_basic.phpt]
Test ctype_print() function : error conditions - incorrect number of args [tests/ctype_print_error.phpt]
Test ctype_print() function : usage variations - different data types as $c arg [tests/ctype_print_variation1.phpt]
Test ctype_print() function : usage variations - different integers [tests/ctype_print_variation2.phpt]
Test ctype_print() function : usage variations - different strings [tests/ctype_print_variation3.phpt]
Test ctype_print() function : usage variations - octal and hexadecimal values [tests/ctype_print_variation4.phpt]
Test ctype_punct() function : basic functionality [tests/ctype_punct_basic.phpt]
Test ctype_punct() function : error conditions - incorrect number of args [tests/ctype_punct_error.phpt]
Test ctype_punct() function : usage variations - different data types as $c argument [tests/ctype_punct_variation1.phpt]
Test ctype_punct() function : usage variations - different integers [tests/ctype_punct_variation2.phpt]
Test ctype_punct() function : usage variations - different punctuation [tests/ctype_punct_variation3.phpt]
Test ctype_punct() function : usage variations - Octal and Hexadecimal values [tests/ctype_punct_variation4.phpt]
Test ctype_space() function : basic functionality [tests/ctype_space_basic.phpt]
Test ctype_space() function : error conditions - Incorrect number of args [tests/ctype_space_error.phpt]
Test ctype_space() function : usage variations - different data types as $c argument [tests/ctype_space_variation1.phpt]
Test ctype_space() function : usage variations - different integers [tests/ctype_space_variation2.phpt]
Test ctype_space() function : usage variations - different strings [tests/ctype_space_variation3.phpt]
Test ctype_space() function : usage variations - octal and hexadecimal values [tests/ctype_space_variation4.phpt]
Test ctype_upper() function : basic functionality [tests/ctype_upper_basic.phpt]
Test ctype_upper() function : error conditions - incorrect number of args [tests/ctype_upper_error.phpt]
Test ctype_upper() function : usage variations - different data types [tests/ctype_upper_variation1.phpt]
Test ctype_upper() function : usage variations - different integers [tests/ctype_upper_variation2.phpt]
Test ctype_upper() function : usage variations - different strings [tests/ctype_upper_variation3.phpt]
Test ctype_upper() function : usage variations - octal and hexadecimal values [tests/ctype_upper_variation4.phpt]
Test ctype_xdigit() function : basic functionality [tests/ctype_xdigit_basic.phpt]
Test ctype_xdigit() function : error conditions - Incorrect number of args [tests/ctype_xdigit_error.phpt]
Test ctype_xdigit() function : usage variations - different data typse as $c arg [tests/ctype_xdigit_variation1.phpt]
Test ctype_xdigit() function : usage variations - different integers [tests/ctype_xdigit_variation2.phpt]
Test ctype_xdigit() function : usage variations - Different strings [tests/ctype_xdigit_variation3.phpt]
Test ctype_xdigit() function : usage variations - heaxadecimal and octal values [tests/ctype_xdigit_variation4.phpt]
=====================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/001.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
ctype_lower 26
ctype_upper 26
ctype_alpha 52
ctype_digit 10
ctype_alnum 62
ctype_cntrl 33
ctype_graph 94
ctype_print 95
ctype_punct 32
ctype_space 6
ctype_xdigit 22
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/002.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
LOCALE is 'C'
ctype_lower 26 26 0
ctype_upper 26 26 0
ctype_alpha 52 52 0
ctype_digit 10 10 0
ctype_alnum 62 62 0
ctype_cntrl 33 33 0
ctype_graph 94 94 94
ctype_print 95 95 95
ctype_punct 32 32 0
ctype_space 6 6 0
ctype_xdigit 22 22 0
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/bug25745.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
ok
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/bug34645.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
bool(true)
int(394829384)
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : error conditions ***
-- Testing ctype_alnum() function with Zero arguments --
Warning: ctype_alnum() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_error.php on line 17
NULL
-- Testing ctype_alnum() function with more than expected no. of arguments --
Warning: ctype_alnum() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_error.php on line 23
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : usage variations ***
character code 48 is alpha numeric
character code 49 is alpha numeric
character code 50 is alpha numeric
character code 51 is alpha numeric
character code 52 is alpha numeric
character code 53 is alpha numeric
character code 54 is alpha numeric
character code 55 is alpha numeric
character code 56 is alpha numeric
character code 57 is alpha numeric
character code 65 is alpha numeric
character code 66 is alpha numeric
character code 67 is alpha numeric
character code 68 is alpha numeric
character code 69 is alpha numeric
character code 70 is alpha numeric
character code 71 is alpha numeric
character code 72 is alpha numeric
character code 73 is alpha numeric
character code 74 is alpha numeric
character code 75 is alpha numeric
character code 76 is alpha numeric
character code 77 is alpha numeric
character code 78 is alpha numeric
character code 79 is alpha numeric
character code 80 is alpha numeric
character code 81 is alpha numeric
character code 82 is alpha numeric
character code 83 is alpha numeric
character code 84 is alpha numeric
character code 85 is alpha numeric
character code 86 is alpha numeric
character code 87 is alpha numeric
character code 88 is alpha numeric
character code 89 is alpha numeric
character code 90 is alpha numeric
character code 97 is alpha numeric
character code 98 is alpha numeric
character code 99 is alpha numeric
character code 100 is alpha numeric
character code 101 is alpha numeric
character code 102 is alpha numeric
character code 103 is alpha numeric
character code 104 is alpha numeric
character code 105 is alpha numeric
character code 106 is alpha numeric
character code 107 is alpha numeric
character code 108 is alpha numeric
character code 109 is alpha numeric
character code 110 is alpha numeric
character code 111 is alpha numeric
character code 112 is alpha numeric
character code 113 is alpha numeric
character code 114 is alpha numeric
character code 115 is alpha numeric
character code 116 is alpha numeric
character code 117 is alpha numeric
character code 118 is alpha numeric
character code 119 is alpha numeric
character code 120 is alpha numeric
character code 121 is alpha numeric
character code 122 is alpha numeric
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
-- Iteration 7 --
bool(true)
-- Iteration 8 --
bool(true)
-- Iteration 9 --
bool(true)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(true)
-- Iteration 12 --
bool(true)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(true)
-- Iteration 18 --
bool(true)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alnum_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alnum() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : error conditions ***
-- Testing ctype_alpha() function with Zero arguments --
Warning: ctype_alpha() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_error.php on line 15
NULL
-- Testing ctype_alpha() function with more than expected no. of arguments --
Warning: ctype_alpha() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : usage variations ***
character code 65 is alphabetic
character code 66 is alphabetic
character code 67 is alphabetic
character code 68 is alphabetic
character code 69 is alphabetic
character code 70 is alphabetic
character code 71 is alphabetic
character code 72 is alphabetic
character code 73 is alphabetic
character code 74 is alphabetic
character code 75 is alphabetic
character code 76 is alphabetic
character code 77 is alphabetic
character code 78 is alphabetic
character code 79 is alphabetic
character code 80 is alphabetic
character code 81 is alphabetic
character code 82 is alphabetic
character code 83 is alphabetic
character code 84 is alphabetic
character code 85 is alphabetic
character code 86 is alphabetic
character code 87 is alphabetic
character code 88 is alphabetic
character code 89 is alphabetic
character code 90 is alphabetic
character code 97 is alphabetic
character code 98 is alphabetic
character code 99 is alphabetic
character code 100 is alphabetic
character code 101 is alphabetic
character code 102 is alphabetic
character code 103 is alphabetic
character code 104 is alphabetic
character code 105 is alphabetic
character code 106 is alphabetic
character code 107 is alphabetic
character code 108 is alphabetic
character code 109 is alphabetic
character code 110 is alphabetic
character code 111 is alphabetic
character code 112 is alphabetic
character code 113 is alphabetic
character code 114 is alphabetic
character code 115 is alphabetic
character code 116 is alphabetic
character code 117 is alphabetic
character code 118 is alphabetic
character code 119 is alphabetic
character code 120 is alphabetic
character code 121 is alphabetic
character code 122 is alphabetic
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
-- Iteration 7 --
bool(true)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_alpha_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_alpha() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : error conditions ***
-- Testing ctype_cntrl() function with Zero arguments --
Warning: ctype_cntrl() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_error.php on line 15
NULL
-- Testing ctype_cntrl() function with more than expected no. of arguments --
Warning: ctype_cntrl() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : usage variations ***
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : usage variations ***
character code 0 is control character
character code 1 is control character
character code 2 is control character
character code 3 is control character
character code 4 is control character
character code 5 is control character
character code 6 is control character
character code 7 is control character
character code 8 is control character
character code 9 is control character
character code 10 is control character
character code 11 is control character
character code 12 is control character
character code 13 is control character
character code 14 is control character
character code 15 is control character
character code 16 is control character
character code 17 is control character
character code 18 is control character
character code 19 is control character
character code 20 is control character
character code 21 is control character
character code 22 is control character
character code 23 is control character
character code 24 is control character
character code 25 is control character
character code 26 is control character
character code 27 is control character
character code 28 is control character
character code 29 is control character
character code 30 is control character
character code 31 is control character
character code 127 is control character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(true)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(true)
-- Iteration 25 --
bool(true)
-- Iteration 26 --
bool(true)
-- Iteration 27 --
bool(false)
-- Iteration 28 --
bool(false)
-- Iteration 29 --
bool(false)
-- Iteration 30 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_cntrl_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_cntrl() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : error conditions ***
-- Testing ctype_digit() function with Zero arguments --
Warning: ctype_digit() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_error.php on line 15
NULL
-- Testing ctype_digit() function with more than expected no. of arguments --
Warning: ctype_digit() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : usage variations ***
character code 48 is a numeric digit
character code 49 is a numeric digit
character code 50 is a numeric digit
character code 51 is a numeric digit
character code 52 is a numeric digit
character code 53 is a numeric digit
character code 54 is a numeric digit
character code 55 is a numeric digit
character code 56 is a numeric digit
character code 57 is a numeric digit
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(true)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(true)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(true)
-- Iteration 18 --
bool(true)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(true)
-- Iteration 23 --
bool(true)
-- Iteration 24 --
bool(true)
-- Iteration 25 --
bool(false)
-- Iteration 26 --
bool(false)
-- Iteration 27 --
bool(false)
-- Iteration 28 --
bool(false)
-- Iteration 29 --
bool(false)
-- Iteration 30 --
bool(false)
-- Iteration 31 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_digit_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_digit() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : error conditions ***
-- Testing ctype_graph() function with Zero arguments --
Warning: ctype_graph() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_error.php on line 15
NULL
-- Testing ctype_graph() function with more than expected no. of arguments --
Warning: ctype_graph() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : usage variations ***
character code 33 is a printable character
character code 34 is a printable character
character code 35 is a printable character
character code 36 is a printable character
character code 37 is a printable character
character code 38 is a printable character
character code 39 is a printable character
character code 40 is a printable character
character code 41 is a printable character
character code 42 is a printable character
character code 43 is a printable character
character code 44 is a printable character
character code 45 is a printable character
character code 46 is a printable character
character code 47 is a printable character
character code 48 is a printable character
character code 49 is a printable character
character code 50 is a printable character
character code 51 is a printable character
character code 52 is a printable character
character code 53 is a printable character
character code 54 is a printable character
character code 55 is a printable character
character code 56 is a printable character
character code 57 is a printable character
character code 58 is a printable character
character code 59 is a printable character
character code 60 is a printable character
character code 61 is a printable character
character code 62 is a printable character
character code 63 is a printable character
character code 64 is a printable character
character code 65 is a printable character
character code 66 is a printable character
character code 67 is a printable character
character code 68 is a printable character
character code 69 is a printable character
character code 70 is a printable character
character code 71 is a printable character
character code 72 is a printable character
character code 73 is a printable character
character code 74 is a printable character
character code 75 is a printable character
character code 76 is a printable character
character code 77 is a printable character
character code 78 is a printable character
character code 79 is a printable character
character code 80 is a printable character
character code 81 is a printable character
character code 82 is a printable character
character code 83 is a printable character
character code 84 is a printable character
character code 85 is a printable character
character code 86 is a printable character
character code 87 is a printable character
character code 88 is a printable character
character code 89 is a printable character
character code 90 is a printable character
character code 91 is a printable character
character code 92 is a printable character
character code 93 is a printable character
character code 94 is a printable character
character code 95 is a printable character
character code 96 is a printable character
character code 97 is a printable character
character code 98 is a printable character
character code 99 is a printable character
character code 100 is a printable character
character code 101 is a printable character
character code 102 is a printable character
character code 103 is a printable character
character code 104 is a printable character
character code 105 is a printable character
character code 106 is a printable character
character code 107 is a printable character
character code 108 is a printable character
character code 109 is a printable character
character code 110 is a printable character
character code 111 is a printable character
character code 112 is a printable character
character code 113 is a printable character
character code 114 is a printable character
character code 115 is a printable character
character code 116 is a printable character
character code 117 is a printable character
character code 118 is a printable character
character code 119 is a printable character
character code 120 is a printable character
character code 121 is a printable character
character code 122 is a printable character
character code 123 is a printable character
character code 124 is a printable character
character code 125 is a printable character
character code 126 is a printable character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
-- Iteration 7 --
bool(true)
-- Iteration 8 --
bool(true)
-- Iteration 9 --
bool(true)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(true)
-- Iteration 12 --
bool(true)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(true)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(true)
-- Iteration 18 --
bool(true)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(true)
-- Iteration 25 --
bool(true)
-- Iteration 26 --
bool(false)
-- Iteration 27 --
bool(false)
-- Iteration 28 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_graph_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_graph() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : error conditions ***
-- Testing ctype_lower() function with Zero arguments --
Warning: ctype_lower() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_error.php on line 15
NULL
-- Testing ctype_lower() function with more than expected no. of arguments --
Warning: ctype_lower() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : usage variations ***
character code 97 is a lower case character
character code 98 is a lower case character
character code 99 is a lower case character
character code 100 is a lower case character
character code 101 is a lower case character
character code 102 is a lower case character
character code 103 is a lower case character
character code 104 is a lower case character
character code 105 is a lower case character
character code 106 is a lower case character
character code 107 is a lower case character
character code 108 is a lower case character
character code 109 is a lower case character
character code 110 is a lower case character
character code 111 is a lower case character
character code 112 is a lower case character
character code 113 is a lower case character
character code 114 is a lower case character
character code 115 is a lower case character
character code 116 is a lower case character
character code 117 is a lower case character
character code 118 is a lower case character
character code 119 is a lower case character
character code 120 is a lower case character
character code 121 is a lower case character
character code 122 is a lower case character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(true)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
-- Iteration 26 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_lower_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_lower() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : error conditions ***
-- Testing ctype_print() function with Zero arguments --
Warning: ctype_print() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_print_error.php on line 15
NULL
-- Testing ctype_print() function with more than expected no. of arguments --
Warning: ctype_print() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_print_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : usage variations ***
character code 32 is a printable character
character code 33 is a printable character
character code 34 is a printable character
character code 35 is a printable character
character code 36 is a printable character
character code 37 is a printable character
character code 38 is a printable character
character code 39 is a printable character
character code 40 is a printable character
character code 41 is a printable character
character code 42 is a printable character
character code 43 is a printable character
character code 44 is a printable character
character code 45 is a printable character
character code 46 is a printable character
character code 47 is a printable character
character code 48 is a printable character
character code 49 is a printable character
character code 50 is a printable character
character code 51 is a printable character
character code 52 is a printable character
character code 53 is a printable character
character code 54 is a printable character
character code 55 is a printable character
character code 56 is a printable character
character code 57 is a printable character
character code 58 is a printable character
character code 59 is a printable character
character code 60 is a printable character
character code 61 is a printable character
character code 62 is a printable character
character code 63 is a printable character
character code 64 is a printable character
character code 65 is a printable character
character code 66 is a printable character
character code 67 is a printable character
character code 68 is a printable character
character code 69 is a printable character
character code 70 is a printable character
character code 71 is a printable character
character code 72 is a printable character
character code 73 is a printable character
character code 74 is a printable character
character code 75 is a printable character
character code 76 is a printable character
character code 77 is a printable character
character code 78 is a printable character
character code 79 is a printable character
character code 80 is a printable character
character code 81 is a printable character
character code 82 is a printable character
character code 83 is a printable character
character code 84 is a printable character
character code 85 is a printable character
character code 86 is a printable character
character code 87 is a printable character
character code 88 is a printable character
character code 89 is a printable character
character code 90 is a printable character
character code 91 is a printable character
character code 92 is a printable character
character code 93 is a printable character
character code 94 is a printable character
character code 95 is a printable character
character code 96 is a printable character
character code 97 is a printable character
character code 98 is a printable character
character code 99 is a printable character
character code 100 is a printable character
character code 101 is a printable character
character code 102 is a printable character
character code 103 is a printable character
character code 104 is a printable character
character code 105 is a printable character
character code 106 is a printable character
character code 107 is a printable character
character code 108 is a printable character
character code 109 is a printable character
character code 110 is a printable character
character code 111 is a printable character
character code 112 is a printable character
character code 113 is a printable character
character code 114 is a printable character
character code 115 is a printable character
character code 116 is a printable character
character code 117 is a printable character
character code 118 is a printable character
character code 119 is a printable character
character code 120 is a printable character
character code 121 is a printable character
character code 122 is a printable character
character code 123 is a printable character
character code 124 is a printable character
character code 125 is a printable character
character code 126 is a printable character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : usage variations ***
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
-- Iteration 7 --
bool(true)
-- Iteration 8 --
bool(true)
-- Iteration 9 --
bool(true)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(true)
-- Iteration 12 --
bool(true)
-- Iteration 13 --
bool(true)
-- Iteration 14 --
bool(true)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(true)
-- Iteration 18 --
bool(true)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(true)
-- Iteration 23 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_print_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_print() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : error conditions ***
-- Testing ctype_punct() function with Zero arguments --
Warning: ctype_punct() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_error.php on line 18
NULL
-- Testing ctype_punct() function with more than expected no. of arguments --
Warning: ctype_punct() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_error.php on line 24
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : usage variations ***
character code 33 is punctuation
character code 34 is punctuation
character code 35 is punctuation
character code 36 is punctuation
character code 37 is punctuation
character code 38 is punctuation
character code 39 is punctuation
character code 40 is punctuation
character code 41 is punctuation
character code 42 is punctuation
character code 43 is punctuation
character code 44 is punctuation
character code 45 is punctuation
character code 46 is punctuation
character code 47 is punctuation
character code 58 is punctuation
character code 59 is punctuation
character code 60 is punctuation
character code 61 is punctuation
character code 62 is punctuation
character code 63 is punctuation
character code 64 is punctuation
character code 91 is punctuation
character code 92 is punctuation
character code 93 is punctuation
character code 94 is punctuation
character code 95 is punctuation
character code 96 is punctuation
character code 123 is punctuation
character code 124 is punctuation
character code 125 is punctuation
character code 126 is punctuation
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(true)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(true)
-- Iteration 26 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_punct_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_punct() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : error conditions ***
-- Testing ctype_space() function with Zero arguments --
Warning: ctype_space() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_space_error.php on line 17
NULL
-- Testing ctype_space() function with more than expected no. of arguments --
Warning: ctype_space() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_space_error.php on line 23
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : usage variations ***
character code 9 is a space character
character code 10 is a space character
character code 11 is a space character
character code 12 is a space character
character code 13 is a space character
character code 32 is a space character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(true)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(true)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(true)
-- Iteration 26 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_space_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_space() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : error conditions ***
-- Testing ctype_upper() function with Zero arguments --
Warning: ctype_upper() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_error.php on line 15
NULL
-- Testing ctype_upper() function with more than expected no. of arguments --
Warning: ctype_upper() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : usage variations ***
character code 65 is a uppercase character
character code 66 is a uppercase character
character code 67 is a uppercase character
character code 68 is a uppercase character
character code 69 is a uppercase character
character code 70 is a uppercase character
character code 71 is a uppercase character
character code 72 is a uppercase character
character code 73 is a uppercase character
character code 74 is a uppercase character
character code 75 is a uppercase character
character code 76 is a uppercase character
character code 77 is a uppercase character
character code 78 is a uppercase character
character code 79 is a uppercase character
character code 80 is a uppercase character
character code 81 is a uppercase character
character code 82 is a uppercase character
character code 83 is a uppercase character
character code 84 is a uppercase character
character code 85 is a uppercase character
character code 86 is a uppercase character
character code 87 is a uppercase character
character code 88 is a uppercase character
character code 89 is a uppercase character
character code 90 is a uppercase character
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(true)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
-- Iteration 26 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_upper_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_upper() : usage variations ***
-- Octal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
-- Hexadecimal Values --
-- Iteration 1 --
bool(true)
-- Iteration 2 --
bool(true)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_basic.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : basic functionality ***
bool(true)
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_error.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : error conditions ***
-- Testing ctype_xdigit() function with Zero arguments --
Warning: ctype_xdigit() expects exactly 1 parameter, 0 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_error.php on line 15
NULL
-- Testing ctype_xdigit() function with more than expected no. of arguments --
Warning: ctype_xdigit() expects exactly 1 parameter, 2 given in /usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_error.php on line 21
NULL
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_variation1.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(true)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(false)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(false)
-- Iteration 12 --
bool(false)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(false)
-- Iteration 16 --
bool(false)
-- Iteration 17 --
bool(false)
-- Iteration 18 --
bool(false)
-- Iteration 19 --
bool(true)
-- Iteration 20 --
bool(true)
-- Iteration 21 --
bool(true)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(false)
-- Iteration 25 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_variation2.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : usage variations ***
character code 48 is a hexadecimal 'digit'
character code 49 is a hexadecimal 'digit'
character code 50 is a hexadecimal 'digit'
character code 51 is a hexadecimal 'digit'
character code 52 is a hexadecimal 'digit'
character code 53 is a hexadecimal 'digit'
character code 54 is a hexadecimal 'digit'
character code 55 is a hexadecimal 'digit'
character code 56 is a hexadecimal 'digit'
character code 57 is a hexadecimal 'digit'
character code 65 is a hexadecimal 'digit'
character code 66 is a hexadecimal 'digit'
character code 67 is a hexadecimal 'digit'
character code 68 is a hexadecimal 'digit'
character code 69 is a hexadecimal 'digit'
character code 70 is a hexadecimal 'digit'
character code 97 is a hexadecimal 'digit'
character code 98 is a hexadecimal 'digit'
character code 99 is a hexadecimal 'digit'
character code 100 is a hexadecimal 'digit'
character code 101 is a hexadecimal 'digit'
character code 102 is a hexadecimal 'digit'
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_variation3.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : usage variations ***
-- Iteration 1 --
bool(false)
-- Iteration 2 --
bool(false)
-- Iteration 3 --
bool(false)
-- Iteration 4 --
bool(false)
-- Iteration 5 --
bool(true)
-- Iteration 6 --
bool(false)
-- Iteration 7 --
bool(false)
-- Iteration 8 --
bool(false)
-- Iteration 9 --
bool(false)
-- Iteration 10 --
bool(false)
-- Iteration 11 --
bool(true)
-- Iteration 12 --
bool(true)
-- Iteration 13 --
bool(false)
-- Iteration 14 --
bool(false)
-- Iteration 15 --
bool(true)
-- Iteration 16 --
bool(true)
-- Iteration 17 --
bool(true)
-- Iteration 18 --
bool(true)
-- Iteration 19 --
bool(false)
-- Iteration 20 --
bool(false)
-- Iteration 21 --
bool(false)
-- Iteration 22 --
bool(false)
-- Iteration 23 --
bool(false)
-- Iteration 24 --
bool(true)
-- Iteration 25 --
bool(false)
-- Iteration 26 --
bool(false)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
/usr/src/php-5.2.17/ext/ctype/tests/ctype_xdigit_variation4.phpt
================================================================================
PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
*** Testing ctype_xdigit() : usage variations ***
-- Octal values --
'Incorrect' Integers:
bool(false)
bool(false)
bool(false)
bool(false)
'Correct' Integers:
bool(true)
bool(true)
bool(true)
bool(true)
-- Hexadecimal values --
'Incorrect' Integers:
bool(false)
bool(false)
bool(false)
bool(false)
'Correct' Integers:
bool(true)
bool(true)
bool(true)
bool(true)
===DONE===
================================================================================
001+ PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
002+
003+ Warning: PHP Startup: Invalid library (maybe not a PHP library) 'ctype.so' in Unknown on line 0
================================================================================
================================================================================
BUILD ENVIRONMENT
================================================================================
OS:
Linux - Linux ganimedes 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686
Autoconf:
autoconf (GNU Autoconf) 2.63
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by David J. MacKenzie and Akim Demaille.
Bundled Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
System Libtool:
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiler:
Reading specs from /usr/lib/gcc/i486-slackware-linux/4.3.3/specs
Target: i486-slackware-linux
Configured with: ../gcc-4.3.3/configure --prefix=/usr --libdir=/usr/lib --enable-shared --enable-bootstrap --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix --enable-checking=release --with-system-zlib --disable-libunwind-exceptions --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 4.3.3 (GCC)
Bison:
bison (GNU Bison) 2.4.1
Written by Robert Corbett and Richard Stallman.
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Libraries:
linux-gate.so.1 => (0xffffe000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40032000)
libpq.so.3 => /usr/local/pgsql/lib/libpq.so.3 (0x40064000)
librt.so.1 => /lib/librt.so.1 (0x4007a000)
libmysqlclient.so.16 => /usr/local/lib/mysql/libmysqlclient.so.16 (0x40083000)
libm.so.6 => /lib/libm.so.6 (0x400f3000)
libz.so.1 => /usr/lib/libz.so.1 (0x4011a000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x4012e000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x4016f000)
libresolv.so.2 => /lib/libresolv.so.2 (0x4018f000)
libnsl.so.1 => /lib/libnsl.so.1 (0x401a5000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x401be000)
libdl.so.2 => /lib/libdl.so.2 (0x402f5000)
libc.so.6 => /lib/libc.so.6 (0x402f9000)
libpthread.so.0 => /lib/libpthread.so.0 (0x40459000)
/lib/ld-linux.so.2 (0x40000000)
User's E-mail:
================================================================================
PHPINFO
================================================================================
phpinfo()
PHP Version => 5.2.17
System => Linux ganimedes 2.6.29.6-smp #2 SMP Mon Aug 17 00:52:54 CDT 2009 i686
Build Date => Apr 15 2011 17:17:26
Configure Command => './configure' '--with-mysql' '--with-pgsql' '--with-dbase' '--enable-track-vars' '--with-gd' '--enable-ftp' '--with-png-dir' '--with-jpeg-dir' '--with-zlib-dir=/usr/src/zlib' '--with-apxs2'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib
Loaded Configuration File => /usr/local/lib/php.ini
Scan this dir for additional .ini files => (none)
additional .ini files parsed => (none)
PHP API => 20041225
PHP Extension => 20060613
Zend Extension => 220060519
Debug Build => no
Thread Safety => disabled
Zend Memory Manager => enabled
IPv6 Support => enabled
Registered PHP Streams => compress.zlib, php, file, data, http, ftp, compress.bzip2
Registered Stream Socket Transports => tcp, udp, unix, udg
Registered Stream Filters => zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, bzip2.*
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
_______________________________________________________________________
Configuration
PHP Core
Directive => Local Value => Master Value
allow_call_time_pass_reference => On => On
allow_url_fopen => On => On
allow_url_include => Off => Off
always_populate_raw_post_data => Off => Off
arg_separator.input => & => &
arg_separator.output => & => &
asp_tags => Off => Off
auto_append_file => no value => no value
auto_globals_jit => On => On
auto_prepend_file => no value => no value
browscap => no value => no value
default_charset => no value => no value
default_mimetype => text/html => text/html
define_syslog_variables => Off => Off
disable_classes => no value => no value
disable_functions => no value => no value
display_errors => STDERR => STDERR
display_startup_errors => Off => Off
doc_root => no value => no value
docref_ext => no value => no value
docref_root => no value => no value
enable_dl => On => On
error_append_string => no value => no value
error_log => no value => no value
error_prepend_string => no value => no value
error_reporting => 6135 => 6135
expose_php => On => On
extension_dir => /usr/lib/php/extensions/ => /usr/lib/php/extensions/
file_uploads => On => On
highlight.bg => <font style="color: #FFFFFF">#FFFFFF</font> => <font style="color: #FFFFFF">#FFFFFF</font>
highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
html_errors => Off => Off
ignore_repeated_errors => Off => Off
ignore_repeated_source => Off => Off
ignore_user_abort => Off => Off
implicit_flush => On => On
include_path => .:/usr/local/lib/php => .:/usr/local/lib/php
log_errors => Off => Off
log_errors_max_len => 1024 => 1024
magic_quotes_gpc => On => On
magic_quotes_runtime => Off => Off
magic_quotes_sybase => Off => Off
mail.force_extra_parameters => no value => no value
max_execution_time => 0 => 0
max_file_uploads => 20 => 20
max_input_nesting_level => 64 => 64
max_input_time => -1 => -1
memory_limit => 128M => 128M
open_basedir => no value => no value
output_buffering => 0 => 0
output_handler => no value => no value
post_max_size => 8M => 8M
precision => 12 => 12
realpath_cache_size => 16K => 16K
realpath_cache_ttl => 120 => 120
register_argc_argv => On => On
register_globals => On => On
register_long_arrays => On => On
report_memleaks => On => On
report_zend_debug => Off => Off
safe_mode => Off => Off
safe_mode_exec_dir => no value => no value
safe_mode_gid => Off => Off
safe_mode_include_dir => no value => no value
sendmail_from => no value => no value
sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
serialize_precision => 100 => 100
short_open_tag => On => On
SMTP => localhost => localhost
smtp_port => 25 => 25
sql.safe_mode => Off => Off
track_errors => Off => Off
unserialize_callback_func => no value => no value
upload_max_filesize => 2M => 2M
upload_tmp_dir => no value => no value
user_dir => no value => no value
variables_order => EGPCS => EGPCS
xmlrpc_error_number => 0 => 0
xmlrpc_errors => Off => Off
y2k_compliance => On => On
zend.ze1_compatibility_mode => Off => Off
bcmath
BCMath support => enabled
bz2
BZip2 Support => Enabled
Stream Wrapper support => compress.bz2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.5, 10-Dec-2007
calendar
Calendar support => enabled
ctype
ctype functions => enabled
date
date/time support => enabled
"Olson" Timezone Database Version => 2010.9
Timezone Database => internal
Default timezone => UTC
Directive => Local Value => Master Value
date.default_latitude => 31.7667 => 31.7667
date.default_longitude => 35.2333 => 35.2333
date.sunrise_zenith => 90.583333 => 90.583333
date.sunset_zenith => 90.583333 => 90.583333
date.timezone => UTC => UTC
dom
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.7.3
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled
filter
Input Validation and Filtering => enabled
Revision => $Revision: 298196 $
Directive => Local Value => Master Value
filter.default => unsafe_raw => unsafe_raw
filter.default_flags => no value => no value
ftp
FTP support => enabled
gd
GD Support => enabled
GD Version => bundled (2.0.34 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
JPG Support => enabled
PNG Support => enabled
WBMP Support => enabled
XBM Support => enabled
hash
hash support => enabled
Hashing Engines => md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
iconv
iconv support => enabled
iconv implementation => glibc
iconv library version => 2.9
Directive => Local Value => Master Value
iconv.input_encoding => ISO-8859-1 => ISO-8859-1
iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
iconv.output_encoding => ISO-8859-1 => ISO-8859-1
json
json support => enabled
json version => 1.2.1
libxml
libXML support => active
libXML Version => 2.7.3
libXML streams => enabled
mysql
MySQL Support => enabled
Active Persistent Links => 0
Active Links => 0
Client API version => 5.1.38
MYSQL_MODULE_TYPE => external
MYSQL_SOCKET => /tmp/mysql.sock
MYSQL_INCLUDE => -I/usr/local/include/mysql
MYSQL_LIBS => -L/usr/local/lib/mysql -lmysqlclient
Directive => Local Value => Master Value
mysql.allow_persistent => On => On
mysql.connect_timeout => 60 => 60
mysql.default_host => no value => no value
mysql.default_password => no value => no value
mysql.default_port => no value => no value
mysql.default_socket => no value => no value
mysql.default_user => no value => no value
mysql.max_links => Unlimited => Unlimited
mysql.max_persistent => Unlimited => Unlimited
mysql.trace_mode => Off => Off
pcre
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.02 2010-03-19
Directive => Local Value => Master Value
pcre.backtrack_limit => 100000 => 100000
pcre.recursion_limit => 100000 => 100000
PDO
PDO support => enabled
PDO drivers => sqlite, sqlite2
pdo_sqlite
PDO Driver for SQLite 3.x => enabled
PECL Module version => (bundled) 1.0.1 $Id: pdo_sqlite.c 293036 2010-01-03 09:23:27Z sebastian $
SQLite Library => 3.3.7
pgsql
PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 7.4.12
Multibyte character support => enabled
SSL support => disabled
Active Persistent Links => 0
Active Links => 0
Directive => Local Value => Master Value
pgsql.allow_persistent => On => On
pgsql.auto_reset_persistent => Off => Off
pgsql.ignore_notice => Off => Off
pgsql.log_notice => Off => Off
pgsql.max_links => Unlimited => Unlimited
pgsql.max_persistent => Unlimited => Unlimited
posix
Revision => $Revision: 293036 $
Reflection
Reflection => enabled
Version => $Id: php_reflection.c 300129 2010-06-03 00:43:37Z felipe $
session
Session Support => enabled
Registered save handlers => files user sqlite
Registered serializer handlers => php php_binary
Directive => Local Value => Master Value
session.auto_start => Off => Off
session.bug_compat_42 => On => On
session.bug_compat_warn => On => On
session.cache_expire => 180 => 180
session.cache_limiter => nocache => nocache
session.cookie_domain => no value => no value
session.cookie_httponly => Off => Off
session.cookie_lifetime => 0 => 0
session.cookie_path => / => /
session.cookie_secure => Off => Off
session.entropy_file => no value => no value
session.entropy_length => 0 => 0
session.gc_divisor => 100 => 100
session.gc_maxlifetime => 1440 => 1440
session.gc_probability => 1 => 1
session.hash_bits_per_character => 4 => 4
session.hash_function => 0 => 0
session.name => PHPSESSID => PHPSESSID
session.referer_check => no value => no value
session.save_handler => files => files
session.save_path => /tmp => /tmp
session.serialize_handler => php => php
session.use_cookies => On => On
session.use_only_cookies => Off => Off
session.use_trans_sid => 0 => 0
SimpleXML
Simplexml support => enabled
Revision => $Revision: 299016 $
Schema support => enabled
SPL
SPL support => enabled
Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException
SQLite
SQLite support => enabled
PECL Module version => 2.0-dev $Id: sqlite.c 298697 2010-04-28 12:10:10Z iliaa $
SQLite Library => 2.8.17
SQLite Encoding => iso8859
Directive => Local Value => Master Value
sqlite.assoc_case => 0 => 0
standard
Regex Library => Bundled library enabled
Dynamic Library Support => enabled
Path to sendmail => /usr/sbin/sendmail -t -i
Directive => Local Value => Master Value
assert.active => 1 => 1
assert.bail => 0 => 0
assert.callback => no value => no value
assert.quiet_eval => 0 => 0
assert.warning => 1 => 1
auto_detect_line_endings => 0 => 0
default_socket_timeout => 60 => 60
safe_mode_allowed_env_vars => PHP_ => PHP_
safe_mode_protected_env_vars => LD_LIBRARY_PATH => LD_LIBRARY_PATH
url_rewriter.tags => a=href,area=href,frame=src,input=src,form=,fieldset= => a=href,area=href,frame=src,input=src,form=,fieldset=
user_agent => no value => no value
tokenizer
Tokenizer Support => enabled
xml
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.7.3
xmlreader
XMLReader => enabled
xmlwriter
XMLWriter => enabled
zlib
ZLib Support => enabled
Stream Wrapper support => compress.zlib://
Stream Filter support => zlib.inflate, zlib.deflate
Compiled Version => 1.2.3
Linked Version => 1.2.3
Directive => Local Value => Master Value
zlib.output_compression => Off => Off
zlib.output_compression_level => -1 => -1
zlib.output_handler => no value => no value
Additional Modules
Module Name
dbase
Environment
Variable => Value
CPLUS_INCLUDE_PATH => /usr/lib/qt/include
MANPATH => /usr/local/man:/usr/man:/usr/lib/java/man
HOSTNAME => ganimedes.interec.com
TEST_PHP_SRCDIR => /usr/src/php-5.2.17/ext/ctype
SHELL => /bin/bash
TERM => xterm
MAKEFLAGS =>
SSH_CLIENT => deleted
SSH_TTY => deleted
USER => root
LS_COLORS => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.bat=01;32:*.BAT=01;32:*.btm=01;32:*.BTM=01;32:*.cmd=01;32:*.CMD=01;32:*.com=01;32:*.COM=01;32:*.dll=01;32:*.DLL=01;32:*.exe=01;32:*.EXE=01;32:*.7z=01;31:*.ace=01;31:*.arj=01;31:*.bz2=01;31:*.cpio=01;31:*.deb=01;31:*.dz=01;31:*.gz=01;31:*.jar=01;31:*.lzh=01;31:*.lzma=01;31:*.rar=01;31:*.RAR=01;31:*.rpm=01;31:*.rz=01;31:*.tar=01;31:*.taz=01;31:*.tb2=01;31:*.tbz2=01;31:*.tbz=01;31:*.tgz=01;31:*.tlz=01;31:*.trz=01;31:*.txz=01;31:*.tz=01;31:*.tz2=01;31:*.xz=01;31:*.z=01;31:*.Z=01;31:*.zip=01;31:*.ZIP=01;31:*.zoo=01;31:*.aac=00;35:*.anx=01;35:*.asf=01;35:*.ASF=01;35:*.au=00;35:*.axa=00;35:*.axv=01;35:*.avi=01;35:*.AVI=01;35:*.bmp=01;35:*.BMP=01;35:*.flac=01;35:*.FLAC=01;35:*.gif=01;35:*.GIF=01;35:*.jpg=01;35:*.JPG=01;35:*.jpeg=01;35:*.JPEG=01;35:*.m2a=01;35:*.M2A=01;35:*.m2v=01;35:*.M2V=01;35:*.m4a=01;35:*.M4A=01!
;35:*.m4p=01;35:*.M4P=01;35:*.m4v=01;35:*.M4V=01;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mov=01;35:*.MOV=01;35:*.mp3=01;35:*.MP3=01;35:*.mp4=01;35:*.mp4v=01;35:*.mpc=01;35:*.MPC=01;35:*.mpeg=01;35:*.MPEG=01;35:*.mpg=01;35:*.MPG=01;35:*.nuv=01;35:*.oga=00;35:*.ogv=01;35:*.ogx=01;35:*.ogg=01;35:*.OGG=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.PNG=01;35:*.ppm=01;35:*.qt=01;35:*.ra=00;35:*.ram=01;35:*.RAM=01;35:*.rm=01;35:*.RM=01;35:*.spx=00;35:*.svg=01;35:*.svgz=01;35:*.tga=01;35:*.TGA=01;35:*.tif=01;35:*.TIF=01;35:*.tiff=01;35:*.TIFF=01;35:*.vob=01;35:*.wav=01;35:*.WAV=01;35:*.wma=01;35:*.WMA=01;35:*.wmv=01;35:*.WMV=01;35:*.xbm=01;35:*.xcf=01;35:*.xpm=01;35:*.xspf=00;35:*.xwd=01;35:*.XWD=01;35:
GDK_USE_XFT => 1
SSH_AUTH_SOCK => deleted
MAKELEVEL => 1
MFLAGS =>
T1LIB_CONFIG => /usr/share/t1lib/t1lib.config
MINICOM => -c on
PATH => /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin
MAIL => /var/mail/root
_ => /usr/local/bin/php
LC_COLLATE => C
PWD => /usr/src/php-5.2.17/ext/ctype
INPUTRC => /etc/inputrc
JAVA_HOME => /usr/lib/java
LANG => en_US
TEST_PHP_EXECUTABLE => /usr/local/bin/php
QT4DIR => /usr/lib/qt
HOME => /root
SHLVL => 3
LS_OPTIONS => -F -b -T 0 --color=auto
LOGNAME => root
LESS => -M
SSH_CONNECTION => deleted
LESSOPEN => |lesspipe.sh %s
PKG_CONFIG_PATH => /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
CC => cc
G_BROKEN_FILENAMES => 1
PHP Variables
Variable => Value
PHP_SELF =>
_SERVER["CPLUS_INCLUDE_PATH"] => /usr/lib/qt/include
_SERVER["MANPATH"] => /usr/local/man:/usr/man:/usr/lib/java/man
_SERVER["HOSTNAME"] => ganimedes.interec.com
_SERVER["TEST_PHP_SRCDIR"] => /usr/src/php-5.2.17/ext/ctype
_SERVER["SHELL"] => /bin/bash
_SERVER["TERM"] => xterm
_SERVER["MAKEFLAGS"] =>
_SERVER["SSH_CLIENT"] => deleted
_SERVER["SSH_TTY"] => deleted
_SERVER["USER"] => root
_SERVER["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.bat=01;32:*.BAT=01;32:*.btm=01;32:*.BTM=01;32:*.cmd=01;32:*.CMD=01;32:*.com=01;32:*.COM=01;32:*.dll=01;32:*.DLL=01;32:*.exe=01;32:*.EXE=01;32:*.7z=01;31:*.ace=01;31:*.arj=01;31:*.bz2=01;31:*.cpio=01;31:*.deb=01;31:*.dz=01;31:*.gz=01;31:*.jar=01;31:*.lzh=01;31:*.lzma=01;31:*.rar=01;31:*.RAR=01;31:*.rpm=01;31:*.rz=01;31:*.tar=01;31:*.taz=01;31:*.tb2=01;31:*.tbz2=01;31:*.tbz=01;31:*.tgz=01;31:*.tlz=01;31:*.trz=01;31:*.txz=01;31:*.tz=01;31:*.tz2=01;31:*.xz=01;31:*.z=01;31:*.Z=01;31:*.zip=01;31:*.ZIP=01;31:*.zoo=01;31:*.aac=00;35:*.anx=01;35:*.asf=01;35:*.ASF=01;35:*.au=00;35:*.axa=00;35:*.axv=01;35:*.avi=01;35:*.AVI=01;35:*.bmp=01;35:*.BMP=01;35:*.flac=01;35:*.FLAC=01;35:*.gif=01;35:*.GIF=01;35:*.jpg=01;35:*.JPG=01;35:*.jpeg=01;35:*.JPEG=01;35:*.m2a=01;35:*.M2A=01;35:*.m2v=01;35:*.M2V=01;35:*.m4a=01;!
35:*.M4A=01;35:*.m4p=01;35:*.M4P=01;35:*.m4v=01;35:*.M4V=01;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mov=01;35:*.MOV=01;35:*.mp3=01;35:*.MP3=01;35:*.mp4=01;35:*.mp4v=01;35:*.mpc=01;35:*.MPC=01;35:*.mpeg=01;35:*.MPEG=01;35:*.mpg=01;35:*.MPG=01;35:*.nuv=01;35:*.oga=00;35:*.ogv=01;35:*.ogx=01;35:*.ogg=01;35:*.OGG=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.PNG=01;35:*.ppm=01;35:*.qt=01;35:*.ra=00;35:*.ram=01;35:*.RAM=01;35:*.rm=01;35:*.RM=01;35:*.spx=00;35:*.svg=01;35:*.svgz=01;35:*.tga=01;35:*.TGA=01;35:*.tif=01;35:*.TIF=01;35:*.tiff=01;35:*.TIFF=01;35:*.vob=01;35:*.wav=01;35:*.WAV=01;35:*.wma=01;35:*.WMA=01;35:*.wmv=01;35:*.WMV=01;35:*.xbm=01;35:*.xcf=01;35:*.xpm=01;35:*.xspf=00;35:*.xwd=01;35:*.XWD=01;35:
_SERVER["GDK_USE_XFT"] => 1
_SERVER["SSH_AUTH_SOCK"] => deleted
_SERVER["MAKELEVEL"] => 1
_SERVER["MFLAGS"] =>
_SERVER["T1LIB_CONFIG"] => /usr/share/t1lib/t1lib.config
_SERVER["MINICOM"] => -c on
_SERVER["PATH"] => /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin
_SERVER["MAIL"] => /var/mail/root
_SERVER["_"] => /usr/local/bin/php
_SERVER["LC_COLLATE"] => C
_SERVER["PWD"] => /usr/src/php-5.2.17/ext/ctype
_SERVER["INPUTRC"] => /etc/inputrc
_SERVER["JAVA_HOME"] => /usr/lib/java
_SERVER["LANG"] => en_US
_SERVER["TEST_PHP_EXECUTABLE"] => /usr/local/bin/php
_SERVER["QT4DIR"] => /usr/lib/qt
_SERVER["HOME"] => /root
_SERVER["SHLVL"] => 3
_SERVER["LS_OPTIONS"] => -F -b -T 0 --color=auto
_SERVER["LOGNAME"] => root
_SERVER["LESS"] => -M
_SERVER["SSH_CONNECTION"] => deleted
_SERVER["LESSOPEN"] => |lesspipe.sh %s
_SERVER["PKG_CONFIG_PATH"] => /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
_SERVER["CC"] => cc
_SERVER["G_BROKEN_FILENAMES"] => 1
_SERVER["PHP_SELF"] =>
_SERVER["SCRIPT_NAME"] =>
_SERVER["SCRIPT_FILENAME"] =>
_SERVER["PATH_TRANSLATED"] =>
_SERVER["DOCUMENT_ROOT"] =>
_SERVER["REQUEST_TIME"] => 1302947883
_SERVER["argv"] => Array
(
)
_SERVER["argc"] => 0
_ENV["CPLUS_INCLUDE_PATH"] => /usr/lib/qt/include
_ENV["MANPATH"] => /usr/local/man:/usr/man:/usr/lib/java/man
_ENV["HOSTNAME"] => ganimedes.interec.com
_ENV["TEST_PHP_SRCDIR"] => /usr/src/php-5.2.17/ext/ctype
_ENV["SHELL"] => /bin/bash
_ENV["TERM"] => xterm
_ENV["MAKEFLAGS"] =>
_ENV["SSH_CLIENT"] => deleted
_ENV["SSH_TTY"] => deleted
_ENV["USER"] => root
_ENV["LS_COLORS"] => no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.bat=01;32:*.BAT=01;32:*.btm=01;32:*.BTM=01;32:*.cmd=01;32:*.CMD=01;32:*.com=01;32:*.COM=01;32:*.dll=01;32:*.DLL=01;32:*.exe=01;32:*.EXE=01;32:*.7z=01;31:*.ace=01;31:*.arj=01;31:*.bz2=01;31:*.cpio=01;31:*.deb=01;31:*.dz=01;31:*.gz=01;31:*.jar=01;31:*.lzh=01;31:*.lzma=01;31:*.rar=01;31:*.RAR=01;31:*.rpm=01;31:*.rz=01;31:*.tar=01;31:*.taz=01;31:*.tb2=01;31:*.tbz2=01;31:*.tbz=01;31:*.tgz=01;31:*.tlz=01;31:*.trz=01;31:*.txz=01;31:*.tz=01;31:*.tz2=01;31:*.xz=01;31:*.z=01;31:*.Z=01;31:*.zip=01;31:*.ZIP=01;31:*.zoo=01;31:*.aac=00;35:*.anx=01;35:*.asf=01;35:*.ASF=01;35:*.au=00;35:*.axa=00;35:*.axv=01;35:*.avi=01;35:*.AVI=01;35:*.bmp=01;35:*.BMP=01;35:*.flac=01;35:*.FLAC=01;35:*.gif=01;35:*.GIF=01;35:*.jpg=01;35:*.JPG=01;35:*.jpeg=01;35:*.JPEG=01;35:*.m2a=01;35:*.M2A=01;35:*.m2v=01;35:*.M2V=01;35:*.m4a=01;35:!
*.M4A=01;35:*.m4p=01;35:*.M4P=01;35:*.m4v=01;35:*.M4V=01;35:*.mid=00;35:*.midi=00;35:*.mka=00;35:*.mov=01;35:*.MOV=01;35:*.mp3=01;35:*.MP3=01;35:*.mp4=01;35:*.mp4v=01;35:*.mpc=01;35:*.MPC=01;35:*.mpeg=01;35:*.MPEG=01;35:*.mpg=01;35:*.MPG=01;35:*.nuv=01;35:*.oga=00;35:*.ogv=01;35:*.ogx=01;35:*.ogg=01;35:*.OGG=01;35:*.pbm=01;35:*.pgm=01;35:*.png=01;35:*.PNG=01;35:*.ppm=01;35:*.qt=01;35:*.ra=00;35:*.ram=01;35:*.RAM=01;35:*.rm=01;35:*.RM=01;35:*.spx=00;35:*.svg=01;35:*.svgz=01;35:*.tga=01;35:*.TGA=01;35:*.tif=01;35:*.TIF=01;35:*.tiff=01;35:*.TIFF=01;35:*.vob=01;35:*.wav=01;35:*.WAV=01;35:*.wma=01;35:*.WMA=01;35:*.wmv=01;35:*.WMV=01;35:*.xbm=01;35:*.xcf=01;35:*.xpm=01;35:*.xspf=00;35:*.xwd=01;35:*.XWD=01;35:
_ENV["GDK_USE_XFT"] => 1
_ENV["SSH_AUTH_SOCK"] => deleted
_ENV["MAKELEVEL"] => 1
_ENV["MFLAGS"] =>
_ENV["T1LIB_CONFIG"] => /usr/share/t1lib/t1lib.config
_ENV["MINICOM"] => -c on
_ENV["PATH"] => /usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/qt/bin
_ENV["MAIL"] => /var/mail/root
_ENV["_"] => /usr/local/bin/php
_ENV["LC_COLLATE"] => C
_ENV["PWD"] => /usr/src/php-5.2.17/ext/ctype
_ENV["INPUTRC"] => /etc/inputrc
_ENV["JAVA_HOME"] => /usr/lib/java
_ENV["LANG"] => en_US
_ENV["TEST_PHP_EXECUTABLE"] => /usr/local/bin/php
_ENV["QT4DIR"] => /usr/lib/qt
_ENV["HOME"] => /root
_ENV["SHLVL"] => 3
_ENV["LS_OPTIONS"] => -F -b -T 0 --color=auto
_ENV["LOGNAME"] => root
_ENV["LESS"] => -M
_ENV["SSH_CONNECTION"] => deleted
_ENV["LESSOPEN"] => |lesspipe.sh %s
_ENV["PKG_CONFIG_PATH"] => /usr/local/lib/pkgconfig:/usr/lib/pkgconfig
_ENV["CC"] => cc
_ENV["G_BROKEN_FILENAMES"] => 1
PHP License
This program is free software; you can redistribute it and/or modify
it under the terms of the PHP License as published by the PHP Group
and included in the distribution in the file: LICENSE
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
If you did not receive a copy of the PHP license, or have any
questions about PHP licensing, please contact [email protected].