Searched refs:even (Results 1 – 25 of 99) sorted by relevance
1234
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_filter_basic.phpt | 18 * 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 D | array_filter.phpt | 10 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 D | 031.phpt | 18 even more data 31 string(14) "even more data"
|
/PHP-7.4/Zend/tests/type_declarations/ |
H A D | scalar_float_with_integer_default_strict.phpt | 2 Float type should allow an integer as default even with strict types
|
H A D | typed_properties_031.phpt | 2 Test typed properties coerce int to float even in strict mode
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | bug61660.phpt | 10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
|
/PHP-7.4/Zend/tests/ |
H A D | list_014.phpt | 2 Cannot destructure using array(), even if nested
|
H A D | vm_stack_with_arg_extend.phpt | 2 Ensure valid vm_stack even when it needed to be copied to a new page
|
H A D | bug63206_1.phpt | 2 Bug #63206 Fully support error_handler stacking, even with null
|
H A D | bug63206_2.phpt | 2 Bug #63206 Fully support exception_handler stacking, even with null
|
H A D | bug36268.phpt | 2 Bug #36268 (Object destructors called even after fatal errors)
|
H A D | bug61087.phpt | 6 // even though it's not an .ini
|
H A D | bug48899.phpt | 2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
|
H A D | bug63206.phpt | 2 Bug #63206 Fully support error_handler stacking, even inside the error_handler
|
H A D | assign_ref_to_overloaded_prop.phpt | 2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
|
H A D | bug55156.phpt | 2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
|
/PHP-7.4/ext/date/tests/ |
H A D | bug33536.phpt | 2 Bug #33456 (strtotime defaults to now even on non time string)
|
/PHP-7.4/ext/standard/tests/url/ |
H A D | base64_decode_basic_002.phpt | 17 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 D | ob_start_basic_003.phpt | 2 ob_start(): ensure even fatal error test is affected by output buffering.
|
/PHP-7.4/ext/gd/tests/ |
H A D | bug66590_1.phpt | 2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
|
H A D | bug73161.phpt | 4 We're testing for a memory leak that might not even show up with valgrind.
|
/PHP-7.4/ext/session/tests/ |
H A D | bug71974.phpt | 2 Bug #71974 Trans sid will always be send, even if cookies are available
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionMethod_invoke_on_abstract_method_after_setAccessible.phpt | 2 ReflectionMethod::invoke() on an abstract method should fail even after calling setAccessible(true)
|
/PHP-7.4/tests/lang/operators/ |
H A D | nan-comparison-false.phpt | 2 Comparisons with NAN should yield false, even at compile-time
|
/PHP-7.4/ext/filter/tests/ |
H A D | bug42718.phpt | 4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
|
Completed in 24 milliseconds
1234