Home
last modified time | relevance | path

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

123456

/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_nth_child_of.phpt21 test_helper($dom, 'h2:nth-child(even of .hi)');
22 test_helper($dom, 'h2.hi:nth-child(even)');
26 test_helper($dom, 'h2:nth-last-child(even of .hi)');
27 test_helper($dom, 'h2.hi:nth-last-child(even)');
33 --- Selector: h2:nth-child(even of .hi) ---
36 --- Selector: h2.hi:nth-child(even) ---
45 --- Selector: h2:nth-last-child(even of .hi) ---
48 --- Selector: h2.hi:nth-last-child(even) ---
/php-src/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_find_key_basic.phpt17 function even($input) {
22 public static function even($input) {
63 var_dump(array_find_key($array1, 'even'));
71 'even'
74 var_dump(array_find_key($array1, "EvenClass::even"));
H A Darray_any_basic.phpt17 function even($input) {
22 public static function even($input) {
63 var_dump(array_any($array1, 'even'));
71 'even'
74 var_dump(array_any($array1, "EvenClass::even"));
H A Darray_find_basic.phpt17 function even($input) {
22 public static function even($input) {
62 var_dump(array_find($array1, 'even'));
70 'even'
73 var_dump(array_find($array1, "EvenClass::even"));
H A Darray_filter_basic.phpt11 function even($input)
17 var_dump( array_filter($input,"even") );
H A Darray_all_basic.phpt17 function even($input) {
60 var_dump(array_all($array1, 'even'));
/php-src/tests/basic/
H A D031.phpt18 even more data
31 string(14) "even more data"
/php-src/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-src/ext/dom/lexbor/lexbor/css/syntax/
H A Danb.c218 static const lxb_char_t even[] = "even"; in lxb_css_syntax_anb_state_ident() local
255 else if (length == sizeof(even) - 1 in lxb_css_syntax_anb_state_ident()
256 && lexbor_str_data_ncasecmp(ident->data, even, sizeof(even) - 1)) in lxb_css_syntax_anb_state_ident()
390 static const lxb_char_t even[] = "even"; in lxb_css_syntax_anb_serialize() local
398 return cb(even, sizeof(even) - 1, ctx); in lxb_css_syntax_anb_serialize()
/php-src/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-src/ext/standard/tests/strings/
H A Dbug61660.phpt10 Warning: hex2bin(): Hexadecimal input string must have an even length in %s on line %d
/php-src/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)
/php-src/ext/gd/tests/
H A Dbug66590_1.phpt2 Bug #66590 (imagewebp() doesn't pad to even length) - segfault
/php-src/ext/date/tests/
H A Dbug33536.phpt2 Bug #33456 (strtotime defaults to now even on non time string)
/php-src/tests/output/
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
/php-src/Zend/tests/enum/
H A Dtraits-no-forbidden-methods.phpt2 Enum cannot have forbidden methods, even via traits
/php-src/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 29 milliseconds

123456