Home
last modified time | relevance | path

Searched refs:implementation (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-8.2/ext/iconv/
H A Dconfig.m469 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 Dsession_set_save_handler_class_005.phpt2 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 Dsession_set_save_handler_class_002.phpt2 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 Dbug659967.phpt2 Bug #65997: Leak when using gc_collect_cycles with new GMP implementation
/PHP-8.2/ext/fileinfo/
H A Dconfig.m444 dnl using the platform implementation
48 AC_MSG_NOTICE(using libmagic strcasestr implementation)
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dstringable.phpt2 Automatic Stringable implementation participates in variance
/PHP-8.2/tests/classes/
H A Dinterface_optional_arg_002.phpt2 default argument value in interface implementation
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_implementationRead_basic.phpt14 var_dump($doc->implementation);
/PHP-8.2/Zend/tests/return_types/
H A D008.phpt2 Return type covariance in interface implementation
/PHP-8.2/Zend/tests/
H A Dbug43200_2.phpt2 Bug #43200.2 (Interface implementation / inheritance not possible in abstract classes)
H A Dbug63816.phpt2 Bug #63816: implementation child interface and after parent cause fatal error
H A Dbug78776.phpt2 Bug #78776: Abstract method implementation from trait does not check "static"
H A Dmagic_methods_008.phpt2 Testing __set implementation with wrong declaration
H A Dbug43200.phpt2 Bug #43200 (Interface implementation / inheritance not possible in abstract classes)
/PHP-8.2/ext/zend_test/tests/
H A Dfiber_test_02.phpt2 Fiber interaction with custom fiber implementation 2
H A Dfiber_test_01.phpt2 Fiber interaction with custom fiber implementation 1
H A Dfiber_test_03.phpt2 Fiber interaction with custom fiber implementation 3
H A Dfiber_test_06.phpt2 Fiber interaction with custom fiber implementation 6
H A Dfiber_test_05.phpt2 Fiber interaction with custom fiber implementation 5
/PHP-8.2/ext/soap/tests/
H A Dbug49898.phpt2 Test for bug #49898: SoapClient::__getCookies() implementation
/PHP-8.2/ext/phar/tests/
H A Dphpinfo_001.phpt38 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 Dabstract-methods06.phpt2 …re of abstract methods should be checked. (also checking the second possible implementation branch)
/PHP-8.2/ext/phar/phar/
H A Dphar.inc17 * @brief Phar implementation
/PHP-8.2/ext/random/tests/01_functions/
H A Dmt_rand_value.phpt35 * because PHP's implementation contains a bug. Thus, this test actually
/PHP-8.2/ext/date/tests/
H A Dbug54851.phpt13 // 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