Home
last modified time | relevance | path

Searched refs:n1 (Results 26 – 33 of 33) sorted by relevance

12

/php-src/ext/dom/tests/
H A Ddomelement.phpt66 $node->setAttribute('idatt', 'n1');
75 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n";
78 echo 'Element Name: '.(($elem = $dom->getElementByID('n1'))?$elem->localName:'Not Found')."\n";
/php-src/ext/standard/tests/filters/
H A Dchunked_001.phpt18 "data://text/plain,1f\n0123456789abcdef0123456789abcde\n1\nf\n0\n",
/php-src/ext/standard/tests/http/
H A Dignore_errors.phpt16 "data://text/plain,HTTP/1.1 200 Ok\r\nX-Foo: bar\r\n\r\n1",
H A Dbug38802.phpt15 yield "data://text/plain,HTTP/1.1 302 Moved Temporarily\r\nLocation: $uri/foo/bar2\r\n\r\n1";
/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c675 uint32_t n1, n2, pos; in ir_xlat_binding() local
682 n1 = binding->count; in ir_xlat_binding()
687 while (n1 > 0) { in ir_xlat_binding()
707 n1--; in ir_xlat_binding()
/php-src/ext/dom/
H A Dnode.c1683 for (const type *n1 = list1; n1 != NULL; n1 = n1->next) { \
1686 …if (php_dom_node_is_equal_node((const xmlNode *) n1, (const xmlNode *) n2, spec_compliant)) { …
/php-src/Zend/
H A Dzend_strtod.c1013 int i, k1, n, n1; local
1023 n1 = n + b->wds + 1;
1024 for(i = b->maxwds; n1 > i; i <<= 1)
1042 ++n1;
1054 ++n1;
1060 b1->wds = n1 - 1;
/php-src/build/
H A Dphp.m41785 php_version=$($PHP -v | head -n1 | cut -d ' ' -f 2 | cut -d '-' -f 1)

Completed in 35 milliseconds

12