/PHP-8.1/ext/com_dotnet/ |
H A D | com_handlers.c | 545 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 D | gettype_settype_basic.phpt | 29 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 D | parse_ini_basic.data | 137 single_quoted = 'She said \'Exactly my point\'.' 138 double_quoted = "She said \"Exactly my point\"."
|
H A D | parse_ini_basic.phpt | 285 string(28) "She said \Exactly my point\." 287 string(28) "She said "Exactly my point"."
|
H A D | gettype_settype_variation1.phpt | 34 class point 138 new point(NULL, NULL), 139 new point(2.5, 40.5), 140 new point(0, 0),
|
H A D | gettype_settype_variation8.phpt | 34 class point 138 new point(NULL, NULL), 139 new point(2.5, 40.5), 140 new point(0, 0),
|
H A D | gettype_settype_variation6.phpt | 34 class point 138 new point(NULL, NULL), 139 new point(2.5, 40.5), 140 new point(0, 0),
|
H A D | gettype_settype_variation4.phpt | 34 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 D | connect_without_oracle_home_11.phpt | 38 …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 D | msgfmt_format_simple_types_numeric_strings.phpt | 51 …hree hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five
|
H A D | msgfmt_format_simple_types_numeric_strings_icu72-1.phpt | 51 …hree hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five
|
H A D | cpbi_getLastCodePoint_basic.phpt | 16 //first() and last() don't read codepoint and set the last code point var to -1
|
/PHP-8.1/sapi/embed/ |
H A D | README.md | 3 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 D | sprintf_variation5.phpt | 16 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
|
H A D | sprintf_f_2.phpt | 48 var_dump(sprintf("%%f = '%f'", $n)); // floating point representation
|
/PHP-8.1/ext/standard/tests/dir/ |
H A D | dir_variation6.phpt | 33 // point to a non-existent directory
|
/PHP-8.1/ext/openssl/tests/ |
H A D | bug74720_0.phpt | 60 $originalEnvelopeData = "any string with \x1a is cut at this point.";
|
/PHP-8.1/ext/standard/tests/file/windows_mb_path/ |
H A D | test_long_path_2.phpt | 24 /* path doesn't exist at this point! */
|
/PHP-8.1/ext/sodium/tests/ |
H A D | crypto_core_ristretto255.phpt | 85 // _from_hash should produce a valid point
|
/PHP-8.1/ext/phar/tests/ |
H A D | create_path_error.phpt | 37 "Font\xF0\x80\x90\x90pro.ttf", //Invalid multi-byte character - surrogate pair code point
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | bug49442.phpt | 69 …At this point 'persistent' is not to be confused with what a user calls a 'persistent' - in this c…
|
H A D | mysqli_connect_oo.phpt | 138 /* NOTE that at this point one must use a different syntax! */
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | sjismac_encoding.phpt | 61 * 'Unicode mapping issues', point 3)
|
/PHP-8.1/Zend/asm/ |
H A D | make_i386_ms_pe_masm.asm | 34 ; EAX might already point to a 16byte border
|
/PHP-8.1/docs/ |
H A D | self-contained-extensions.md | 110 modules, use a simple module as a starting point and add your own code.
|