Home
last modified time | relevance | path

Searched refs:point (Results 26 – 50 of 103) sorted by relevance

12345

/PHP-5.5/ext/intl/tests/
H A Dformatter_format4.phpt79 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
127 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dformatter_format2.phpt78 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
126 'one million,? two hundred (and )?thirty-four thousand,? five hundred (and )?sixty-seven point eigh…
H A Dmsgfmt_format_simple_types_numeric_strings.phpt54 …hree hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five
/PHP-5.5/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt37 float values, expected output:float value for valid floating point number */
45 float values, expected output:float value for valid floating point number */
H A Dgettype_settype_basic.phpt36 class point
41 function point($x, $y) {
68 new point(10,20)
242 8: Object of class point could not be converted to int
301 8: Object of class point could not be converted to int
360 8: Object of class point could not be converted to double
419 8: Object of class point could not be converted to double
623 object(point)#1 (2) {
839 object(point)#1 (2) {
H A Dfloatval_variation1.phpt37 floatval() on non float types, expected output: float value valid floating point numbers */
47 doubleval() on non float types, expected output: float value valid floating point numbers */
H A Dgettype_settype_variation5.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
673 object(point)#1 (2) {
684 object(point)#2 (2) {
695 object(point)#3 (2) {
H A Dgettype_settype_variation1.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
H A Dgettype_settype_variation6.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
H A Dgettype_settype_variation8.phpt45 class point
50 function point($x, $y) {
149 new point(NULL, NULL),
150 new point(2.5, 40.5),
151 new point(0, 0),
/PHP-5.5/ext/readline/tests/
H A Dreadline_info_001.phpt25 ["point"]=>
/PHP-5.5/ext/standard/tests/math/
H A Dround_error.phpt7 * after the decimal point)
H A Dround_variation1.phpt9 * after the decimal point)
/PHP-5.5/ext/spl/tests/
H A Dbug61527.phpt20 /* now point to 2 */
24 /* now point to 3 */
/PHP-5.5/ext/iconv/tests/
H A Dtranslit-failure.phpt16 // if at some point internal encoding changes, set correct one
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_reference.phpt46 // WARNING: All arrays point to the same object - this will give bogus results!
77 // WARNING: All arrays point to the same object - this will give bogus results!
107 // WARNING: All arrays point to the same object - this will give bogus results!
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr.phpt59 /* variation of start and length to point to same element */
60 echo ("\n*** Testing for variations of start and length to point to same element ***\n");
209 *** Testing for variations of start and length to point to same element ***
/PHP-5.5/ext/oci8/tests/
H A Dconnect_without_oracle_home.phpt36 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
H A Dconnect_without_oracle_home_old.phpt35 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
H A Dpecl_bug16035.phpt28 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
H A Dconnect_without_oracle_home_11.phpt35 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
H A Dconnect_without_oracle_home_old_11.phpt35 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
/PHP-5.5/ext/com_dotnet/
H A Dcom_handlers.c593 IConnectionPoint *point; in php_com_object_enable_event_sink() local
599 &obj->sink_id, &point))) { in php_com_object_enable_event_sink()
602 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
604 IConnectionPoint_Unadvise(point, obj->sink_cookie); in php_com_object_enable_event_sink()
606 IConnectionPoint_Release(point); in php_com_object_enable_event_sink()
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation6.phpt39 // point to a non-existent directory
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE26 \x{7HHHHHHH} wide hexadecimal char (character code point value)
27 \cx control char (character code point value)
28 \C-x control char (character code point value)
29 \M-x meta (x|0x80) (character code point value)
30 \M-\C-x meta control char (character code point value)

Completed in 28 milliseconds

12345