Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/iconv/
H A Dconfig.m470 AC_DEFINE([PHP_ICONV_IMPL],["libiconv"],[Which iconv implementation to use])
75 AC_DEFINE([HAVE_BSD_ICONV],1,[Konstantin Chuguev's iconv implementation])
76 AC_DEFINE([PHP_ICONV_IMPL],["BSD iconv"],[Which iconv implementation to use])
80 AC_DEFINE([HAVE_GLIBC_ICONV],1,[glibc's iconv implementation])
81 AC_DEFINE([PHP_ICONV_IMPL],["glibc"],[Which iconv implementation to use])
84 AC_DEFINE([HAVE_IBM_ICONV],1,[IBM iconv implementation])
85 AC_DEFINE([PHP_ICONV_IMPL],["IBM iconv"],[Which iconv implementation to use])
/PHP-8.3/ext/session/tests/user_session_module/
H A Dsession_set_save_handler_class_005.phpt2 Test session_set_save_handler(): incomplete implementation
14 echo "*** Testing session_set_save_handler() : incomplete implementation ***\n";
38 *** Testing session_set_save_handler() : incomplete implementation ***
H A Dsession_set_save_handler_class_002.phpt2 Test session_set_save_handler() : full handler implementation
13 echo "*** Testing session_set_save_handler() : full handler implementation ***\n";
88 *** Testing session_set_save_handler() : full handler implementation ***
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Ddtd_node.phpt8 $dtd = $doc->implementation->createDocumentType('qualified name', 'public', 'system');
9 $doc = $doc->implementation->createDocument('', '', $dtd);
/PHP-8.3/ext/gmp/tests/
H A Dbug659967.phpt2 Bug #65997: Leak when using gc_collect_cycles with new GMP implementation
/PHP-8.3/ext/fileinfo/
H A Dconfig.m444 dnl using the platform implementation
48 AC_MSG_NOTICE(using libmagic strcasestr implementation)
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Dstringable.phpt2 Automatic Stringable implementation participates in variance
/PHP-8.3/tests/classes/
H A Dinterface_optional_arg_002.phpt2 default argument value in interface implementation
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_implementationRead_basic.phpt14 var_dump($doc->implementation);
/PHP-8.3/Zend/tests/return_types/
H A D008.phpt2 Return type covariance in interface implementation
/PHP-8.3/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.3/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
/PHP-8.3/ext/soap/tests/
H A Dbug49898.phpt2 Test for bug #49898: SoapClient::__getCookies() implementation
/PHP-8.3/ext/posix/
H A Dconfig.m415 dnl Skip pathconf and fpathconf check on musl libc due to limited implementation
21 AC_MSG_CHECKING([for working ttyname_r() implementation])
/PHP-8.3/ext/mbstring/tests/
H A Dmb_scrub.phpt14 // This will enable optimized implementation of mb_scrub
/PHP-8.3/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.3/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.3/ext/phar/phar/
H A Dphar.inc17 * @brief Phar implementation

Completed in 43 milliseconds

1234