/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | README | 3 <module>.h -- public API and data types 4 <module>_private.h -- protected API and data types 5 <module>.c -- implementation and private API / types 11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
|
/PHP-5.4/ext/standard/tests/general_functions/ |
H A D | floatval_variation1.phpt | 2 Testing floatval() and its alias doubleval() functions : usage variations - different data types as… 17 // other types in an array 37 floatval() on non float types, expected output: float value valid floating point numbers */ 38 echo "\n*** Testing floatval() on non floating types ***\n"; 44 echo "\n*** Testing doubleval() on non floating types ***\n"; 47 doubleval() on non float types, expected output: float value valid floating point numbers */ 55 *** Testing floatval() on non floating types *** 105 *** Testing doubleval() on non floating types ***
|
H A D | floatval.phpt | 52 echo "\n*** Testing floatval() on non floating types ***\n"; 60 // other types in an array 80 floatval() on non float types, expected output: float value valid floating point numbers */ 86 echo "\n*** Testing doubleval() on non floating types ***\n"; 89 doubleval() on non float types, expected output: float value valid floating point numbers */ 157 *** Testing floatval() on non floating types *** 175 *** Testing doubleval() on non floating types ***
|
/PHP-5.4/ext/soap/ |
H A D | TODO | 16 ? full support for standard simple types ( 28 ? full support for standard date/time types ( 45 ? provide user space overriding of serialization certin objects and types??? 65 ? support for user defined simple types 73 - minExclusive (for numeric, date types) 74 - minInclusive (for numeric, date types) 75 - maxExclusive (for numeric, date types) 76 - maxInclusive (for numeric, date types) 80 ? support for user defined complex types
|
/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_call_user_func.phpt | 45 $types = 'i'; 49 1 => &$types, 74 $types = 'i'; 77 0 => &$types, 102 $types = 'i'; 105 0 => $types, 157 $types = 'i'; 161 1 => $types, 186 $types = 'i'; 190 1 => $types, [all …]
|
/PHP-5.4/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_simple_doclit_003w.phpt | 18 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type… 20 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_simple_doclit_006w.phpt | 21 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.… 23 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_complex_doclit_001w.phpt | 27 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type… 29 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_simple_doclit_010w.phpt | 22 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.… 24 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_complex_doclit_002w.phpt | 33 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type… 35 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_complex_doclit_004w.phpt | 36 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.… 38 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
H A D | r4_groupH_complex_doclit_005w.phpt | 36 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.… 38 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
|
/PHP-5.4/ext/oci8/tests/ |
H A D | bind_unsupported_2.phpt | 2 Bind with various unsupported 10g+ bind types 15 $types = array( 20 foreach ($types as $t => $v) {
|
H A D | bind_unsupported_1.phpt | 2 Bind with various unsupported bind types 10 // These types are defined in oci8.c 12 $types = array( 24 foreach ($types as $t => $v) {
|
H A D | bind_unsupported_3.phpt | 2 Bind with various bind types not supported by TimesTen 13 $types = array( 20 foreach ($types as $t => $v) {
|
/PHP-5.4/ext/standard/tests/strings/ |
H A D | vprintf_variation16_64bit.phpt | 2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n"; 64 // and with signed and other types of values from the above $args_array array 77 *** Testing vprintf() : unsigned formats and signed & other types of values ***
|
H A D | vprintf_variation16.phpt | 2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n"; 64 // and with signed and other types of values from the above $args_array array 76 *** Testing vprintf() : unsigned formats and signed & other types of values ***
|
H A D | vsprintf_variation16.phpt | 2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vsprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n"; 64 // and with signed and other types of values from the above $args_array array 75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
|
H A D | vsprintf_variation16_64bit.phpt | 2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vsprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n"; 64 // and with signed and other types of values from the above $args_array array 75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
|
H A D | vfprintf_variation16.phpt | 2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vfprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n"; 69 // and with signed and other types of values from the above $args_array array 86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
|
H A D | vfprintf_variation16_64bit.phpt | 2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values 15 * Test vfprintf() when different unsigned formats and signed values and other types of values 19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n"; 69 // and with signed and other types of values from the above $args_array array 86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
|
H A D | vfprintf_error3.phpt | 2 Test vfprintf() function : error conditions (wrong argument types) 19 echo "\n-- Testing vfprintf() function with wrong variable types as argument --\n"; 47 -- Testing vfprintf() function with wrong variable types as argument --
|
/PHP-5.4/ext/standard/tests/array/ |
H A D | array_filter_variation3.phpt | 2 Test array_filter() function : usage variations - Different types of array for 'input' argument 11 * Passing different types of array as 'input' argument. 26 echo "*** Testing array_filter() : usage variations - different types of array for 'input' argument… 28 // different types of 'input' array 53 *** Testing array_filter() : usage variations - different types of array for 'input' argument***
|
H A D | shuffle_variation3.phpt | 2 Test shuffle() function : usage variation - arrays with diff types of values 12 * types of values, are passed to 'array_arg' argument 15 echo "*** Testing shuffle() : arrays with diff types of values ***\n"; 52 echo "\n*** Testing shuffle() with arrays having different types of values ***\n"; 65 *** Testing shuffle() : arrays with diff types of values *** 67 *** Testing shuffle() with arrays having different types of values ***
|
H A D | shuffle_variation4.phpt | 2 Test shuffle() function : usage variation - associative arrays with diff types of values 12 * having different types of values, are passed to 'array_arg' argument 15 echo "*** Testing shuffle() : associative arrays with diff types of values ***\n"; 55 echo "\n*** Testing shuffle() with arrays having different types of values ***\n"; 68 *** Testing shuffle() : associative arrays with diff types of values *** 70 *** Testing shuffle() with arrays having different types of values ***
|