Home
last modified time | relevance | path

Searched refs:work (Results 76 – 100 of 270) sorted by relevance

1234567891011

/PHP-8.3/ext/date/tests/
H A Dbug34087.phpt2 Bug #34087 (strtotime() does not work with date format "Y/m/d")
H A Dbug65548.phpt2 Test for bug #65548: Comparison for DateTimeImmutable doesn't work
/PHP-8.3/ext/reflection/tests/internal_parameter_default_value/
H A DReflectionParameter_isDefaultValueAvailable_Internal.phpt2 ReflectionParameter::isDefaultValueAvailable() should also work for parameters of internal functions
/PHP-8.3/Zend/tests/
H A Dbug70164.phpt2 __COMPILER_HALT_OFFSET__ is a "magic" constant, which should work if referenced directly, even in a…
H A Dbug40809.phpt11 * work with. */
H A Dbug50810.phpt2 Bug #50810 (property_exists does not work for private)
H A Dbug70689.phpt2 Bug #70689 (Exception handler does not work as expected)
H A Dbug55086.phpt2 Bug #55086 (Namespace alias does not work inside trait's use block)
/PHP-8.3/ext/calendar/tests/
H A Dunixtojd.phpt17 …) is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") is intended to work
18 // and should work on all platforms(including Windows).
/PHP-8.3/sapi/cgi/tests/
H A Dbug75574_utf8.phpt2 Bug #75574 putenv does not work properly if parameter contains non-ASCII unicode character, UTF-8
/PHP-8.3/ext/session/tests/
H A Dbug41600.phpt2 Bug #41600 (url rewriter tags doesn't work with namespaced tags)
/PHP-8.3/ext/curl/tests/
H A Dcurl_basic_007.phpt11 //The final crlf was removed. This test is coded to work with or without the crlf.
/PHP-8.3/ext/standard/tests/file/
H A Dgh9779.phpt2 Bug GH-9779 (stream_copy_to_stream doesn't work anymore with resource opened in a append mode)
H A Dbug65701.phpt2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
/PHP-8.3/ext/standard/tests/strings/
H A Dbug61038.phpt2 Bug #61038: unpack("a5", "str\0\0") does not work as expected
/PHP-8.3/Zend/tests/named_params/
H A Dinternal.phpt13 // Named params work with specialized functions.
/PHP-8.3/ext/reflection/tests/
H A Dbug52854.phpt2 Bug #52854: ReflectionClass::newInstanceArgs does not work for classes without constructors
H A Dbug29986.phpt2 Reflection Bug #29986 (Class constants won't work with predefined constants when using ReflectionCl…
/PHP-8.3/Zend/tests/traits/
H A Dbug64235b.phpt2 Bug #64235 (Insteadof not work for class method in 5.4.11)
H A Dbug64235.phpt2 Bug #64235 (Insteadof not work for class method in 5.4.11)
/PHP-8.3/ext/bz2/
H A Dbz2_filter.c377 zend_long work = zval_get_long(tmpzval); in php_bz2_filter_create() local
378 if (work < 0 || work > 250) { in php_bz2_filter_create()
379 …error_docref(NULL, E_WARNING, "Invalid parameter given for work factor (" ZEND_LONG_FMT ")", work); in php_bz2_filter_create()
381 workFactor = (int) work; in php_bz2_filter_create()
/PHP-8.3/ext/dom/tests/
H A Dbug41257.phpt2 Bug #41257 (lookupNamespaceURI does not work as expected)
/PHP-8.3/ext/com_dotnet/tests/
H A D27974.phpt20 $v[3] = "shouldn't work";
/PHP-8.3/ext/standard/tests/filters/
H A Dbug50363.phpt7 $foo .= "Sauvegarder=c3=a9ussi(e) n=c3=a3o N=c3=83O\n"; // Does not work!
/PHP-8.3/Zend/tests/attributes/override/
H A Dgh12189.phpt34 // Does not work

Completed in 60 milliseconds

1234567891011