Home
last modified time | relevance | path

Searched refs:lt (Results 1 – 25 of 109) sorted by path

12345

/php-src/Zend/tests/
H A Dbug35655.phpt23 <span style="color: #0000BB">&lt;?php
24 $x </span><span style="color: #007700">= &lt;&lt;&lt;EOT
H A Dbug42767.phpt14 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php </span><span style="color: …
H A Dbug71086.phpt11 string(139) "<pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
H A Dbug80096.phpt10 println(htmlentities("The < character is encoded as &lt;", double_encode: false));
14 The &lt; character is encoded as &lt;
H A Dnowdoc_013.phpt23 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
24 $x </span><span style="color: #007700">= &lt;&lt;&lt;'EOT'
H A Dnowdoc_014.phpt21 <pre><code style="color: #000000"><span style="color: #0000BB">&lt;?php
22 $x </span><span style="color: #007700">= &lt;&lt;&lt;'EOT'
/php-src/Zend/
H A Dzend_hrtime.h82 LARGE_INTEGER lt = {0}; in zend_hrtime() local
83 QueryPerformanceCounter(&lt); in zend_hrtime()
84 return (zend_hrtime_t)((zend_hrtime_t)lt.QuadPart * zend_hrtime_timer_scale); in zend_hrtime()
/php-src/build/
H A Dltmain.sh359 my_xlib_u=lt$extracted_serial-$my_xlib ;;
4916 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
5588 newobj=lt$counter-$objbase
H A Dphp.m41689 if test -z "$php_bison_num" || test "$php_bison_num" -lt "$php_bison_required_num"; then
1755 if test -z "$php_re2c_num" || test "$php_re2c_num" -lt "$php_re2c_required_num"; then
1794 if test "$php_version_num" -lt 70400; then
/php-src/ext/date/tests/
H A Ddate_timestamp_get.phpt5 Daiane Alves <daiane [at] lt [dot] coop [dot] br>
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h251 lxb_css_value_length_type_sr(const lxb_css_value_length_type_t *lt,
/php-src/ext/dom/tests/
H A DDOMText_appendData_basic.phpt37 <root><text>data&gt;&lt;&amp;"</text></root>
H A Dgh10234.phpt70 string(54) "<element attribute="&lt;b&gt;hi&lt;/b&gt;"></element>
86 string(78) "<element attribute="quote '&quot;test&quot;'">&lt;b&gt;hi&lt;/b&gt;</element>
H A Dnode_textcontent.phpt39 string(63) "<div id="test">&lt;p&gt;hello world &amp;trade;&lt;/p&gt;</div>"
/php-src/ext/dom/tests/modern/html/interactions/
H A Dnoscript.phpt40 <!DOCTYPE html><html><head></head><body><noscript>&lt;p&gt;bye&lt;/p&gt;</noscript></body></html>
43 <html><head/><body><noscript>&lt;p&gt;bye&lt;/p&gt;</noscript></body></html>
45 <!DOCTYPE html><html><head></head><body><noscript>&lt;!-- &lt;/noscript&gt; --&gt;</noscript></body…
48 <html><head/><body><noscript>&lt;!-- &lt;/noscript&gt; --&gt;</noscript></body></html>
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromFile_with_working_stream_wrapper.phpt58 <!DOCTYPE html><html><head></head><body>&lt;&gt;</body></html>
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_cdata.phpt19 <container>foobaré"&lt;&gt;-&amp;</container>
H A DHTMLDocument_serialize_text_01.phpt15 <html><head></head><body><p>this is &lt;some&gt; &amp;text! ""</p></body></html>
H A DHTMLDocument_serialize_text_02.phpt26 <noscript>&amp;"&lt;&gt;&nbsp; foobar</noscript>
H A DHTMLDocument_serialize_text_03.phpt19 <body><style>&amp;"&lt;&gt;&nbsp; foobar</style>
20 <script>&amp;"&lt;&gt;&nbsp; foobar</script>
21 <xmp>&amp;"&lt;&gt;&nbsp; foobar</xmp>
22 <iframe>&amp;"&lt;&gt;&nbsp; foobar</iframe>
23 <noembed>&amp;"&lt;&gt;&nbsp; foobar</noembed>
24 <noframes>&amp;"&lt;&gt;&nbsp; foobar</noframes>
25 <plaintext>&amp;"&lt;&gt;&nbsp; foobar</plaintext>
26 <noscript>&amp;"&lt;&gt;&nbsp; foobar</noscript>
/php-src/ext/dom/tests/modern/spec/
H A DDocument_implementation_createHTMLDocument.phpt35 <html xmlns="http://www.w3.org/1999/xhtml"><head><title>my &lt;title&gt;</title></head><body></body…
H A Dattribute_entity_expansion.phpt34 $attr->value = '&lt;&amp;';
48 &lt;&amp;
49 <elt svg:id="&amp;lt;&amp;amp;"></elt>
H A Dattribute_entity_expansion_legacy.phpt34 $attr->value = '&lt;&amp;';
51 <elt xmlns:svg="http://www.w3.org/2000/svg" svg:id="&lt;&amp;"/>
H A Dserialize_xml_attribute.phpt17 <root foo="&lt;&gt;&quot;&amp; &#9;&#10;&#13;foo "/>
/php-src/ext/filter/tests/
H A D033.phpt26 full_special_chars PHP 1 foo@bar.com http://a.b.c 1.2.3.4 123 123abc&lt;&gt;() O…

Completed in 51 milliseconds

12345