Searched refs:even (Results 1 – 25 of 129) sorted by relevance
123456
/PHP-8.3/ext/standard/tests/array/ |
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"));
|
H A D | array_filter_basic.phpt | 11 function even($input) 17 var_dump( array_filter($input,"even") );
|
/PHP-8.3/tests/basic/ |
H A D | 031.phpt | 18 even more data 31 string(14) "even more data"
|
/PHP-8.3/ext/dom/tests/manually_call_constructor/ |
H A D | cdatasection.phpt | 21 $cdata->__construct("my even newer value"); 32 <container><![CDATA[my new value]]><![CDATA[my even newer value]]></container>
|
H A D | attribute.phpt | 21 $attr->__construct("newnewattribute", "my even newer value"); 34 <container newattribute="my new value" newnewattribute="my even newer value"/>
|
H A D | comment.phpt | 21 $comment->__construct("my even newer value"); 34 <container><!--my new value--><!--my even newer value--></container>
|
/PHP-8.3/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-8.3/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-8.3/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)
|
/PHP-8.3/Zend/tests/type_declarations/literal_types/ |
H A D | false_standalone_implicit_nullability.phpt | 2 False can be used as a standalone type even with implicit nullability
|
H A D | true_standalone_implicit_nullability.phpt | 2 true can be used as a standalone type even with implicit nullability
|
/PHP-8.3/ext/gd/tests/ |
H A D | bug66590_1.phpt | 2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
|
/PHP-8.3/ext/date/tests/ |
H A D | bug33536.phpt | 2 Bug #33456 (strtotime defaults to now even on non time string)
|
/PHP-8.3/tests/output/ |
H A D | ob_start_basic_003.phpt | 2 ob_start(): ensure even fatal error test is affected by output buffering.
|
/PHP-8.3/Zend/tests/enum/ |
H A D | traits-no-forbidden-methods.phpt | 2 Enum cannot have forbidden methods, even via traits
|
H A D | traits-no-properties.phpt | 2 Enum cannot have properties, even via traits
|
/PHP-8.3/Zend/tests/type_declarations/mixed/syntax/ |
H A D | mixed_parameter_error2.phpt | 2 Test that the nullable mixed parameter type is not valid even though a null default value
|
/PHP-8.3/ext/sockets/tests/ |
H A D | socket_addrinfo_explain.phpt | 12 // Musl sets ai_canonname even if AI_CANONNAME is not specified.
|
Completed in 26 milliseconds
123456