Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 106) sorted by relevance

12345

/PHP-8.0/ext/standard/tests/array/
H A Darray_filter.phpt10 function even($var)
24 var_dump(array_filter($array1, "even"));
25 var_dump(array_filter($array2, "even"));
26 var_dump(array_filter($array3, "even"));
H A Darray_filter_basic.phpt11 function even($input)
17 var_dump( array_filter($input,"even") );
/PHP-8.0/tests/basic/
H A D031.phpt18 even more data
31 string(14) "even more data"
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_float_with_integer_default_strict.phpt2 Float type should allow an integer as default even with strict types
H A Dtyped_properties_031.phpt2 Test typed properties coerce int to float even in strict mode
/PHP-8.0/ext/standard/tests/strings/
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/PHP-8.0/Zend/tests/
H A Dlist_014.phpt2 Cannot destructure using array(), even if nested
H A Dvm_stack_with_arg_extend.phpt2 Ensure valid vm_stack even when it needed to be copied to a new page
H A Dbug63206_1.phpt2 Bug #63206 Fully support error_handler stacking, even with null
H A Dbug63206_2.phpt2 Bug #63206 Fully support exception_handler stacking, even with null
H A Dbug36268.phpt2 Bug #36268 (Object destructors called even after fatal errors)
H A Dbug61087.phpt6 // even though it's not an .ini
H A Dbug48899.phpt2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
H A Dbug63206.phpt2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
H A Dbug79108.phpt13 // we're able to modify the $val from here, even though the arg was not a reference
/PHP-8.0/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt11 echo "\nWhitespace does not affect base64_decode, even with \$strict===true:\n";
32 Whitespace does not affect base64_decode, even with $strict===true:
/PHP-8.0/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
/PHP-8.0/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
/PHP-8.0/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-8.0/Zend/tests/type_declarations/mixed/syntax/
H A Dmixed_parameter_error2.phpt2 Test that the nullable mixed parameter type is not valid even though a null default value
/PHP-8.0/ext/reflection/tests/
H A DReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt2 ReflectionMethod::invoke() on an abstract method should fail even after calling setAccessible(true)
/PHP-8.0/ext/session/tests/
H A Dbug71974.phpt2 Bug #71974 Trans sid will always be send, even if cookies are available
/PHP-8.0/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-8.0/ext/filter/tests/
H A Dbug42718.phpt4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
/PHP-8.0/ext/sockets/tests/
H A Dsocket_addrinfo_explain.phpt15 // Musl sets ai_canonname even if AI_CANONNAME is not specified.

Completed in 45 milliseconds

12345