Home
last modified time | relevance | path

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

12345

/PHP-8.2/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.2/tests/basic/
H A D031.phpt18 even more data
31 string(14) "even more data"
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Dcdatasection.phpt21 $cdata->__construct("my even newer value");
32 <container><![CDATA[my new value]]><![CDATA[my even newer value]]></container>
H A Dattribute.phpt21 $attr->__construct("newnewattribute", "my even newer value");
34 <container newattribute="my new value" newnewattribute="my even newer value"/>
H A Dcomment.phpt21 $comment->__construct("my even newer value");
34 <container><!--my new value--><!--my even newer value--></container>
/PHP-8.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
H A Dtyped_properties_031.phpt2 Test typed properties coerce int to float even in strict mode
/PHP-8.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-8.2/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.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 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 Dbug61087.phpt6 // even though it's not an .ini
H A Dbug36268.phpt2 Bug #36268 (Object destructors called even after fatal errors)
H A Dbug48899.phpt2 Bug #48899 (is_callable returns true even if method does not exist in parent class)
/PHP-8.2/Zend/tests/type_declarations/literal_types/
H A Dtrue_standalone_implicit_nullability.phpt2 true can be used as a standalone type even with implicit nullability
H A Dfalse_standalone_implicit_nullability.phpt2 False can be used as a standalone type even with implicit nullability
/PHP-8.2/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
/PHP-8.2/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
/PHP-8.2/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/PHP-8.2/Zend/tests/enum/
H A Dtraits-no-forbidden-methods.phpt2 Enum cannot have forbidden methods, even via traits
H A Dtraits-no-properties.phpt2 Enum cannot have properties, even via traits
/PHP-8.2/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

Completed in 36 milliseconds

12345