Searched refs:implementation (Results 1 – 25 of 77) sorted by relevance
1234
/PHP-8.2/ext/iconv/ |
H A D | config.m4 | 69 AC_DEFINE([PHP_ICONV_IMPL],["libiconv"],[Which iconv implementation to use]) 74 AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation]) 75 AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use]) 79 AC_DEFINE([HAVE_GLIBC_ICONV],1,[glibc's iconv implementation]) 80 AC_DEFINE([PHP_ICONV_IMPL],["glibc"],[Which iconv implementation to use]) 83 AC_DEFINE([HAVE_IBM_ICONV],1,[IBM iconv implementation]) 84 AC_DEFINE([PHP_ICONV_IMPL],["IBM iconv"],[Which iconv implementation to use])
|
/PHP-8.2/ext/session/tests/ |
H A D | session_set_save_handler_class_005.phpt | 2 Test session_set_save_handler() : incomplete implementation 16 echo "*** Testing session_set_save_handler() : incomplete implementation ***\n"; 40 *** Testing session_set_save_handler() : incomplete implementation ***
|
H A D | session_set_save_handler_class_002.phpt | 2 Test session_set_save_handler() : full handler implementation 15 echo "*** Testing session_set_save_handler() : full handler implementation ***\n"; 90 *** Testing session_set_save_handler() : full handler implementation ***
|
/PHP-8.2/ext/gmp/tests/ |
H A D | bug659967.phpt | 2 Bug #65997: Leak when using gc_collect_cycles with new GMP implementation
|
/PHP-8.2/ext/fileinfo/ |
H A D | config.m4 | 44 dnl using the platform implementation 48 AC_MSG_NOTICE(using libmagic strcasestr implementation)
|
/PHP-8.2/Zend/tests/type_declarations/variance/ |
H A D | stringable.phpt | 2 Automatic Stringable implementation participates in variance
|
/PHP-8.2/tests/classes/ |
H A D | interface_optional_arg_002.phpt | 2 default argument value in interface implementation
|
/PHP-8.2/ext/dom/tests/ |
H A D | DOMDocument_implementationRead_basic.phpt | 14 var_dump($doc->implementation);
|
/PHP-8.2/Zend/tests/return_types/ |
H A D | 008.phpt | 2 Return type covariance in interface implementation
|
/PHP-8.2/Zend/tests/ |
H A D | bug43200_2.phpt | 2 Bug #43200.2 (Interface implementation / inheritance not possible in abstract classes)
|
H A D | bug63816.phpt | 2 Bug #63816: implementation child interface and after parent cause fatal error
|
H A D | bug78776.phpt | 2 Bug #78776: Abstract method implementation from trait does not check "static"
|
H A D | magic_methods_008.phpt | 2 Testing __set implementation with wrong declaration
|
H A D | bug43200.phpt | 2 Bug #43200 (Interface implementation / inheritance not possible in abstract classes)
|
/PHP-8.2/ext/zend_test/tests/ |
H A D | fiber_test_02.phpt | 2 Fiber interaction with custom fiber implementation 2
|
H A D | fiber_test_01.phpt | 2 Fiber interaction with custom fiber implementation 1
|
H A D | fiber_test_03.phpt | 2 Fiber interaction with custom fiber implementation 3
|
H A D | fiber_test_06.phpt | 2 Fiber interaction with custom fiber implementation 6
|
H A D | fiber_test_05.phpt | 2 Fiber interaction with custom fiber implementation 5
|
/PHP-8.2/ext/soap/tests/ |
H A D | bug49898.phpt | 2 Test for bug #49898: SoapClient::__getCookies() implementation
|
/PHP-8.2/ext/phar/tests/ |
H A D | phpinfo_001.phpt | 38 Portions of tar implementation Copyright (c) %d-%d Tim Kientzle. 58 Portions of tar implementation Copyright (c) %d-%d Tim Kientzle.
|
/PHP-8.2/Zend/tests/traits/bugs/ |
H A D | abstract-methods06.phpt | 2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
|
/PHP-8.2/ext/phar/phar/ |
H A D | phar.inc | 17 * @brief Phar implementation
|
/PHP-8.2/ext/random/tests/01_functions/ |
H A D | mt_rand_value.phpt | 35 * because PHP's implementation contains a bug. Thus, this test actually
|
/PHP-8.2/ext/date/tests/ |
H A D | bug54851.phpt | 13 // Verify that our implementation works regardless of position 20 // Verify that our implementation is the same as for the constructor and
|
Completed in 26 milliseconds
1234