Home
last modified time | relevance | path

Searched refs:point (Results 51 – 75 of 102) sorted by relevance

12345

/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c545 IConnectionPoint *point; in php_com_object_enable_event_sink() local
551 &obj->sink_id, &point))) { in php_com_object_enable_event_sink()
554 IConnectionPoint_Advise(point, (IUnknown*)obj->sink_dispatch, &obj->sink_cookie); in php_com_object_enable_event_sink()
556 IConnectionPoint_Unadvise(point, obj->sink_cookie); in php_com_object_enable_event_sink()
558 IConnectionPoint_Release(point); in php_com_object_enable_event_sink()
/PHP-8.1/ext/standard/tests/general_functions/
H A Dgettype_settype_basic.phpt29 class point
61 new point(10,20)
240 2: Object of class point could not be converted to int
299 2: Object of class point could not be converted to int
358 2: Object of class point could not be converted to float
417 2: Object of class point could not be converted to float
776 object(point)#1 (2) {
H A Dparse_ini_basic.data137 single_quoted = 'She said \'Exactly my point\'.'
138 double_quoted = "She said \"Exactly my point\"."
H A Dparse_ini_basic.phpt285 string(28) "She said \Exactly my point\."
287 string(28) "She said "Exactly my point"."
H A Dgettype_settype_variation1.phpt34 class point
138 new point(NULL, NULL),
139 new point(2.5, 40.5),
140 new point(0, 0),
H A Dgettype_settype_variation8.phpt34 class point
138 new point(NULL, NULL),
139 new point(2.5, 40.5),
140 new point(0, 0),
H A Dgettype_settype_variation6.phpt34 class point
138 new point(NULL, NULL),
139 new point(2.5, 40.5),
140 new point(0, 0),
H A Dgettype_settype_variation4.phpt34 class point
147 new point(NULL, NULL),
148 new point(2.5, 40.5),
149 new point(0, 0),
/PHP-8.1/ext/oci8/tests/
H A Dconnect_without_oracle_home_11.phpt38 …wrong with your system - please check that ORACLE_HOME and %s are set and point to the right direc…
/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_format_simple_types_numeric_strings.phpt51 …hree hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five
H A Dmsgfmt_format_simple_types_numeric_strings_icu72-1.phpt51 …hree hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five
H A Dcpbi_getLastCodePoint_basic.phpt16 //first() and last() don't read codepoint and set the last code point var to -1
/PHP-8.1/sapi/embed/
H A DREADME.md3 A server application programming interface (SAPI) is the entry point into the Zend Engine. The embe…
34 To compile this, we must point the compiler to the PHP header files. The paths to the header files …
36 We must also point the linker and the runtime loader to the `libphp.so` shared lib for linking PHP …
/PHP-8.1/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt16 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
H A Dsprintf_f_2.phpt48 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_variation6.phpt33 // point to a non-existent directory
/PHP-8.1/ext/openssl/tests/
H A Dbug74720_0.phpt60 $originalEnvelopeData = "any string with \x1a is cut at this point.";
/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_long_path_2.phpt24 /* path doesn't exist at this point! */
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt85 // _from_hash should produce a valid point
/PHP-8.1/ext/phar/tests/
H A Dcreate_path_error.phpt37 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
/PHP-8.1/ext/mysqli/tests/
H A Dbug49442.phpt69 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
H A Dmysqli_connect_oo.phpt138 /* NOTE that at this point one must use a different syntax! */
/PHP-8.1/ext/mbstring/tests/
H A Dsjismac_encoding.phpt61 * 'Unicode mapping issues', point 3)
/PHP-8.1/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm34 ; EAX might already point to a 16byte border
/PHP-8.1/docs/
H A Dself-contained-extensions.md110 modules, use a simple module as a starting point and add your own code.

Completed in 110 milliseconds

12345