Home
last modified time | relevance | path

Searched refs:types (Results 26 – 50 of 503) sorted by relevance

12345678910>>...21

/PHP-7.4/ext/standard/tests/general_functions/
H A Dfloatval.phpt52 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 ***
179 *** Testing doubleval() on non floating types ***
H A Dis_array.phpt10 /* different types of arrays */
36 echo "\n*** Testing is_array() on non array types ***\n";
46 // other types in a array
94 is_array() on non array types, expected output bool(false) */
146 *** Testing is_array() on non array types ***
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_002w.phpt33 …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 Dr4_groupH_complex_doclit_004w.phpt36 …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 Dr4_groupH_complex_doclit_005w.phpt36 …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 Dr4_groupH_complex_doclit_006w.phpt36 …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 Dr4_groupH_simple_doclit_004w.phpt21 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
23 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
H A Dr4_groupH_simple_doclit_005w.phpt21 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
23 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
H A Dr4_groupH_simple_doclit_007w.phpt21 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
23 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
H A Dr4_groupH_complex_doclit_003w.phpt41 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
43 …rg/soap/envelope/" xmlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/type…
H A Dr4_groupH_simple_doclit_008w.phpt22 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
24 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
H A Dr4_groupH_simple_doclit_009w.phpt22 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
24 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
H A Dr4_groupH_simple_doclit_011w.phpt22 …envelope/" xmlns:ns1="http://soapinterop.org/types/requestresponse" xmlns:ns2="http://soapinterop.…
24 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/types/part"><SOAP-ENV:Bo…
/PHP-7.4/ext/standard/tests/array/
H A Dshuffle_variation3.phpt2 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 Darray_keys_variation_004.phpt6 echo "*** Testing array_keys() on all the types other than arrays ***\n";
29 *** Testing array_keys() on all the types other than arrays ***
H A Dshuffle_variation4.phpt2 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 ***
H A Darray_multisort_variation7.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
41 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_multisort_variation8.phpt2 Test array_multisort() function : usage variation - test sort order of all types
11 echo "*** Testing array_multisort() : usage variation - test sort order of all types***\n";
46 *** Testing array_multisort() : usage variation - test sort order of all types***
H A Darray_fill_variation5.phpt2 Test array_fill() function : usage variations - different types of array values for 'val' argument
11 * testing array_fill() by passing different types of array values for 'val' argument
21 //array of different types of array values for 'val' argument
41 echo "--- Testing array_fill() with different types of array values for 'val' argument ---\n";
57 --- Testing array_fill() with different types of array values for 'val' argument ---
/PHP-7.4/Zend/tests/
H A Dadd_007.phpt24 Exception: Unsupported operand types
28 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_002.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
H A Dadd_003.phpt25 Exception: Unsupported operand types
29 Fatal error: Uncaught Error: Unsupported operand types in %s:%d
/PHP-7.4/ext/standard/tests/strings/
H A Dfprintf_variation_009.phpt16 fprintf($fp, "\n*** Testing fprintf() for string types ***\n");
35 *** Testing fprintf() for string types ***
/PHP-7.4/ext/spl/tests/
H A Dunserialize.phpt6 $types = array('SplDoublyLinkedList', 'SplObjectStorage', 'ArrayObject');
8 foreach ($types as $type) {
/PHP-7.4/ext/soap/tests/
H A Dbug68361.phpt10 …oap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://foo.bar/testserver/types">
11 <types>
12 …xsd:schema targetNamespace="http://foo.bar/testserver/types" xmlns="http://foo.bar/testserver/type…
37 </types>

Completed in 27 milliseconds

12345678910>>...21