Home
last modified time | relevance | path

Searched refs:align (Results 1 – 25 of 80) sorted by relevance

1234

/php-src/ext/dom/tests/modern/spec/
H A DElement_removeAttributeNS.phpt17 $body->removeAttributeNS(NULL, "align");
21 $body->removeAttributeNS("", "align");
80 <body align="foo" foo:bar="baz"></body>
81 <body align="foo" foo:bar="baz"></body>
82 <body align="foo"></body>
83 <body align="foo"></body>
84 <body align="foo" foo:bar="baz"></body>
85 <body align="foo" foo:bar="baz"></body>
88 <body align="foo" foo:bar="baz" prefix:local="A"></body>
90 <body align="foo" foo:bar="baz"></body>
[all …]
H A DElement_getAttributeNS.phpt8 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
14 var_dump($body->getAttributeNS(NULL, "align"));
15 var_dump($body->getAttributeNS("", "align"));
H A DElement_hasAttributeNS.phpt8 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
14 var_dump($body->hasAttributeNS(NULL, "align"));
15 var_dump($body->hasAttributeNS("", "align"));
H A DElement_getAttributeNodeNS.phpt10 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
16 var_dump($body->getAttributeNodeNS(NULL, "align")->textContent);
17 var_dump($body->getAttributeNodeNS("", "align")->textContent);
H A DElement_getAttribute.phpt10 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
12 var_dump($body->getAttribute("align"));
H A DElement_getAttributeNode.phpt10 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
12 var_dump($body->getAttributeNode("align")->textContent);
H A DElement_hasAttribute.phpt10 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
12 var_dump($body->hasAttribute("align"));
H A DElement_removeAttribute.phpt10 $dom = Dom\HTMLDocument::createFromString('<!DOCTYPE html><html><body align="foo" foo:bar="baz"></b…
12 var_dump($body->removeAttribute("align"));
/php-src/ext/standard/tests/strings/
H A Dstrnatcmp_leftalign.phpt2 Test strnatcmp() function : left align, whitespace, digits
7 echo "-- Testing strnatcmp() function whitespace, left-align, digit --\n";
19 -- Testing strnatcmp() function whitespace, left-align, digit --
/php-src/ext/pcre/tests/
H A D006.phpt9 $text = '[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]';
21 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
23 string(58) "[CODE]&lt;td align=&quot;$stylevar[right]&quot;&gt;[/CODE]"
/php-src/ext/dom/tests/
H A Dxpath_evaluate_basic_types.phpt9 $dom->loadHTML('<p align="center">foo</p>');
12 var_dump($xpath->evaluate("string(//p/@align)"));
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_without_body.phpt8 $dom = Dom\HTMLDocument::createFromString('<!doctype html><p align="\'">foo &apos;</p>');
13 <!DOCTYPE html><html><head></head><body><p align="'">foo '</p></body></html>
/php-src/ext/ffi/tests/
H A D022.phpt15 function test_align($align, $type) {
16 if (FFI::alignof(FFI::cdef()->new($type)) !== $align) {
17 echo "FAIL: alignof($type) != $align\n";
68 test_size(16, "struct __declspec(align(16)) {char a; uint32_t b;}");
69 test_align(16, "struct __declspec(align(16)) {char a; uint32_t b;}");
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c151 sljit_sw align; in get_page_alignment() local
155 align = sysconf(_SC_PAGESIZE); in get_page_alignment()
157 align = getpagesize(); in get_page_alignment()
160 if (align < 0) in get_page_alignment()
161 align = 4096; in get_page_alignment()
162 sljit_page_align = (sljit_uw)align - 1; in get_page_alignment()
/php-src/Zend/asm/
H A Dmake_ppc64_sysv_elf_gas.S73 .align 2
80 .align 3
86 .align 2
95 .align 2
H A Djump_ppc64_sysv_elf_gas.S73 .align 2
80 .align 3
86 .align 2
95 .align 2
H A Dmake_x86_64_sysv_macho_gas.S29 .align 8
H A Dmake_s390x_sysv_elf_gas.S47 .align 8
H A Dmake_ppc32_sysv_macho_gas.S78 .align 2
/php-src/ext/hash/sha3/generic32lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/php-src/ext/hash/sha3/generic64lc/
H A Dalign.h27 #define ALIGN(x) __declspec(align(x))
/php-src/ext/standard/tests/general_functions/
H A D001.phpt15 echo("sprintf padding and align test: ");
58 sprintf padding and align test: passed
/php-src/ext/dom/tests/compareDocumentPosition/
H A Dcontains_attribute_direct_descendent.phpt11 <container align="center"/>
H A Dcontains_attribute_longer_descendent.phpt13 <p align="center"/>
/php-src/ext/ffi/
H A Dffi.c3079 || old->align != type->align in zend_ffi_same_types()
6012 enum_type->align = sym_type->align;
6038 type->align = dcl->align > 1 ? dcl->align : 1;
6100 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
6145 struct_type->align = MAX(struct_type->align, MAX(field_type->align, field_dcl->align));
6303 if (dcl->align > struct_type->align) {
6304 struct_type->align = dcl->align;
6383 type->align = element_type->align;
6633 if (dcl->align && dcl->align > ZEND_FFI_TYPE(dcl->type)->align) {
6641 type->align = dcl->align;
[all …]

Completed in 69 milliseconds

1234