Home
last modified time | relevance | path

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

12345

/PHP-7.2/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"));
H A Darray_filter_error.phpt35 var_dump( array_filter($input, "even") );
48 Warning: array_filter() expects parameter 2 to be a valid callback, function 'even' not found or in…
/PHP-7.2/tests/basic/
H A D031.phpt18 even more data
31 string(14) "even more data"
/PHP-7.2/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
/PHP-7.2/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.2/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 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 Dbug55156.phpt2 Bug #55156 (ReflectionClass::getDocComment() returns comment even though the class has none)
H A Dbug70164.phpt2 __COMPILER_HALT_OFFSET__ is a "magic" constant, which should work if referenced directly, even in a…
/PHP-7.2/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.2/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
H A Dbug43808.phpt2 Bug #43808 (date_create never fails (even when it should))
/PHP-7.2/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.2/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-7.2/ext/session/tests/
H A Dbug71974.phpt2 Bug #71974 Trans sid will always be send, even if cookies are available
/PHP-7.2/tests/lang/operators/
H A Dnan-comparison-false.phpt2 Comparisons with NAN should yield false, even at compile-time
/PHP-7.2/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt2 finally is run even if a generator is closed mid-execution
/PHP-7.2/ext/filter/tests/
H A Dbug42718.phpt4 FILTER_UNSAFE_RAW not applied when configured as default filter, even with flags
/PHP-7.2/ext/opcache/tests/
H A Dlog_verbosity_bug.phpt2 Test ACCEL_LOG_FATAL will cause the process to die even if not logged
/PHP-7.2/ext/oci8/tests/
H A Dbug46994.phpt24 dbms_lob.writeappend(p1, 37, 'The output should be even longer now.');
78 string(37) "The output should be even longer now."

Completed in 36 milliseconds

12345