Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/standard/tests/array/
H A Darray_filter_basic.phpt18 * Prototype : bool even(array $input)
19 * Parameters : $input - input array each element of which will be checked in function even()
20 * Return type : boolean - true if element is even and false otherwise
22 * It returns true if the element is even number else returns false
24 function even($input)
30 var_dump( array_filter($input,"even") );
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"));
/PHP-7.4/tests/basic/
H A D031.phpt18 even more data
31 string(14) "even more data"
/PHP-7.4/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-7.4/ext/standard/tests/strings/
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/PHP-7.4/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 Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
H A Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
/PHP-7.4/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_decode_basic_002.phpt17 echo "\nWhitespace does not affect base64_decode, even with \$strict===true:\n";
38 Whitespace does not affect base64_decode, even with $strict===true:
/PHP-7.4/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-7.4/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
H A Dbug73161.phpt4 We're testing for a memory leak that might not even show up with valgrind.
/PHP-7.4/ext/session/tests/
H A Dbug71974.phpt2 Bug #71974 Trans sid will always be send, even if cookies are available
/PHP-7.4/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-7.4/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-7.4/ext/filter/tests/
H A Dbug42718.phpt4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags

Completed in 32 milliseconds

1234