Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 285) sorted by path

12345678910>>...12

/php-src/Zend/tests/
H A Dbug62991.phpt10 yield "hi";
19 yield "hi";
H A Dbug69167.phpt10 call_user_func($cb, 'hi');
16 hi
H A Dhalt_compiler2.phpt6 hi there";
9 hi there 2";
H A Dns_080.phpt6 echo "hi\n";
15 hi
H A Dreadonly_function.phpt11 const readonly = 'Const hi!';
14 echo "Static hi!\n";
19 public $readonly = 'Prop hi!';
22 echo "Instance hi!\n";
37 Const hi!
38 Static hi!
39 Instance hi!
40 Prop hi!
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_declaration_placement_003.phpt4 hi<?php
/php-src/Zend/
H A Dzend_types.h42 # define ZEND_ENDIAN_LOHI(lo, hi) hi; lo; argument
43 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) hi; mi; lo; argument
45 # define ZEND_ENDIAN_LOHI_C(lo, hi) hi, lo argument
46 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) hi, mi, lo, argument
49 # define ZEND_ENDIAN_LOHI(lo, hi) lo; hi; argument
50 # define ZEND_ENDIAN_LOHI_3(lo, mi, hi) lo; mi; hi; argument
52 # define ZEND_ENDIAN_LOHI_C(lo, hi) lo, hi argument
53 # define ZEND_ENDIAN_LOHI_C_3(lo, mi, hi) lo, mi, hi, argument
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt9 $doc1->loadXML("<p><b>hi<i attrib=\"1\">x</i></b>world</p>");
67 $doc3->loadXML('<p align="center">hi</p>');
87 <!ENTITY my_entity '<p>hi</p>'> ]>
131 <div><b>hi<i attrib="1">x</i></b></div>
149 <p>hi</p>
156 <!ENTITY my_entity "<p>hi</p>">
162 <!ENTITY my_entity "<p>hi</p>">
167 <p>hi&my_entity;</p>
H A DDOMElement_replaceChildren.phpt9 $dom->loadHTML('<!DOCTYPE HTML><html><p>hi</p> test <p>hi2</p></html>');
H A DDOMNamedNodeMap_string_references.phpt9 $dom->loadXML('<a href="hi" foo="bar"/>');
48 string(2) "hi"
52 string(2) "hi"
58 string(2) "hi"
62 string(2) "hi"
H A DDOMXPath_evaluate_namespace_node_set.phpt12 <p>hi</p>
H A DDOMXPath_evaluate_node_set_to_string.phpt12 <p>hi</p>
H A Dbug44648.phpt33 $root->setAttributeNS('urn::test', 'a:g@hi', '789');
H A Dbug80332_1.phpt35 // This one should fail because there is no 'hi' attribute
36 test($span, 'hi');
66 Attribute ['hi'] name: /
67 Attribute ['hi'] value: /
68 Attribute ['hi'] isset: no
H A Dbug80332_2.phpt32 test($list, 'hi');
46 list['hi'] id attribute: /
H A Dgh10234.phpt24 $attribute->textContent = '<b>hi</b>';
46 $document->documentElement->textContent = '<b>hi</b>';
69 string(9) "<b>hi</b>"
70 string(54) "<element attribute="&lt;b&gt;hi&lt;/b&gt;"></element>
85 string(9) "<b>hi</b>"
86 string(78) "<element attribute="quote '&quot;test&quot;'">&lt;b&gt;hi&lt;/b&gt;</element>
H A Dnode_textcontent.phpt20 <div id="test"><span>hi there</span></div>
37 string(8) "hi there"
/php-src/ext/dom/tests/modern/html/interactions/
H A Dnoscript.phpt10 $dom = DOM\HTMLDocument::createFromString("<!doctype html><html><body><noscript><p>hi</p></noscript…
33 string(2) "hi"
35 <!DOCTYPE html><html><head></head><body><noscript><p>hi</p></noscript></body></html>
38 <html><head/><body><noscript><p>hi</p></noscript></body></html>
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_fromFile_LIBXML_HTML_NOIMPLIED.phpt36 test("<html><!-- foo --><body>hi</body></html>");
80 Testing: <html><!-- foo --><body>hi</body></html>
81 <html><!-- foo --><body>hi</body></html>
H A DHTMLDocument_fromString_normal_no_error.phpt20 <p test="<script>">bar <!-- hi --></p>
37 <p test="<script>">bar <!-- hi --></p>
H A Dxml_style_namespace.phpt14 <body xmlns:foo="urn:hi">
44 <body xmlns:foo="urn:hi">
54 <body xmlns:foo="urn:hi">
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt11 <p>hi</p>
55 string(2) "hi"
60 string(2) "hi"
61 string(2) "hi"
/php-src/ext/fileinfo/libmagic/
H A Dencoding.c339 uint8_t hi; // highest value for second byte. member
407 (buf[i] < ar->lo || buf[i] > ar->hi)) in file_looks_utf8()
469 uint32_t hi; in looks_ucs16() local
483 hi = 0; in looks_ucs16()
506 if (hi) { in looks_ucs16()
509 uc = 0x10000 + 0x400 * (hi - 1) + (uc - 0xdc00); in looks_ucs16()
510 hi = 0; in looks_ucs16()
516 hi = uc - 0xd800 + 1; in looks_ucs16()
/php-src/ext/hash/xxhash/
H A Dxxhash.h4319 xxh_u64 hi = XXH_readLE64(kSecretPtr + 16*i + 8) - seed64; in XXH3_initCustomSecret_scalar() local
4321 XXH_writeLE64((xxh_u8*)customSecret + 16*i + 8, hi); in XXH3_initCustomSecret_scalar()
/php-src/ext/intl/tests/
H A Ddateformat_get_locale.phpt22 'hi'
61 Creating IntlDateFormatter with locale = hi
62 After call to get_locale : locale= hi

Completed in 63 milliseconds

12345678910>>...12