Home
last modified time | relevance | path

Searched refs:expected (Results 201 – 225 of 553) sorted by relevance

12345678910>>...23

/PHP-8.2/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt43 echo "$cs WRONG CHUNKS NUMBER: expected/actual: $ceil/$cnt\n";
63 if($size !== $count) printf("Long string splitting error: actual array size: %d expected: %d\n", $c…
69 last array element: %s expected: %s\n", unpack("H*", end($array))[1],unpack("H*", $enc)[1]);
/PHP-8.2/ext/standard/tests/math/
H A Dacosh_basic.phpt2 Test return type and value for expected input acosh()
H A Dasinh_basic.phpt2 Test return type and value for expected input asinh()
H A Datanh_basic.phpt2 Test return type and value for expected input atanh()
H A Datan_basic.phpt2 Test return type and value for expected input atan()
H A Dtan_basic.phpt2 Test return type and value for expected input tan()
/PHP-8.2/tests/classes/
H A Dinterfaces_003.phpt25 …_construct(), 0 passed in %sinterfaces_003.php on line 17 and exactly 1 expected in %sinterfaces_0…
/PHP-8.2/ext/exif/tests/
H A Dbug76130.phpt5 notices and warnings are to be expected anyway, we suppress these, since the are
/PHP-8.2/Zend/tests/return_types/
H A D013.phpt2 Closure inside method returned null, expected array
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_load_basic.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_basic.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_loadXML_variation1.phpt8 - EXPECTED_RESULT: the expected result
H A DDOMDocument_load_variation1.phpt8 - EXPECTED_RESULT: the expected result
H A Dbug41257.phpt2 Bug #41257 (lookupNamespaceURI does not work as expected)
/PHP-8.2/ext/zlib/tests/
H A Dgzputs_basic.phpt2 Test function gzputs() by calling it with its expected arguments
H A Dgzwrite_basic.phpt2 Test function gzwrite() by calling it with its expected arguments
H A Dzlib_wrapper_ftruncate_basic.phpt2 Test function ftruncate() on zlib wrapper by calling it with its expected arguments
/PHP-8.2/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_error1.phpt26 Exception: Too few arguments to function {closure}(), 3 passed and exactly 4 expected
/PHP-8.2/ext/standard/tests/general_functions/
H A Dfloatval_basic.phpt33 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
H A Dob_get_flush_basic.phpt18 // Empty string expected
/PHP-8.2/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt9 echo "An object is in an array and is referenced. As expected, var_dumping the array shows '&':\n";
34 An object is in an array and is referenced. As expected, var_dumping the array shows '&':
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_pkey_new_basic.phpt11 function openssl_pkey_test_cmp($expected, $bin_key) {
12 var_dump(strcasecmp(ltrim($expected, '0'), bin2hex($bin_key)));
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetchobject_ctor_args.phpt84 Too few arguments to function Foo::__construct(), 0 passed and exactly 1 expected
85 Too few arguments to function Foo::__construct(), 0 passed and exactly 1 expected
/PHP-8.2/ext/simplexml/tests/
H A Dgh14638.phpt21 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Start tag expected, '<' no…
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug62900.phpt73 …, unexpected 'targetNamespace'='http://www.w3.org/XML/1998/namespacex', expected 'http://www.w3.or…
79 …: can't import schema from '%sbug62900.xsd', missing 'targetNamespace', expected 'http://www.w3.or…
85 …, unexpected 'targetNamespace'='http://www.w3.org/XML/1998/namespacex', expected no 'targetNamespa…

Completed in 22 milliseconds

12345678910>>...23