Home
last modified time | relevance | path

Searched refs:instruction (Results 1 – 25 of 44) sorted by relevance

12

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h332 instruction[0] = 0x0f; in fast_forward_char_simd()
333 instruction[1] = 0xbc; in fast_forward_char_simd()
460 instruction[0] = 0x0f; in fast_requested_char_simd()
1170 instruction[1] = 0; in replicate_imm_vector()
1342 instruction[1] = 7; in fast_forward_char_simd()
1390 instruction[1] = 7; in fast_forward_char_simd()
1532 instruction[1] = 7; in fast_requested_char_simd()
1578 instruction[1] = 7; in fast_requested_char_simd()
1720 instruction[1] = 0; in fast_forward_char_pair_simd()
1758 instruction[1] = 7; in fast_forward_char_pair_simd()
[all …]
/php-src/ext/simplexml/tests/
H A Dgh12167.phpt2 GH-12167 (Unable to get processing instruction contents in SimpleXML)
17 var_dump($sxe->xpath("//processing-instruction()")[0]->getName());
18 var_dump((string) $sxe->xpath("//processing-instruction()")[0]);
H A Dbug52751.phpt2 Bug #52751 (XPath processing-instruction() function is not supported)
24 $sxe->xpath('//processing-instruction(\'baz\')')
27 foreach ($sxe->xpath('//processing-instruction()') as $pi) {
H A D008.phpt17 <?test processing instruction ?>
H A Dsxe_001.phpt18 <?test processing instruction ?>
H A D002.phpt17 <?test processing instruction ?>
H A D010.phpt21 <?test processing instruction ?>
H A D004.phpt19 <?test processing instruction ?>
H A D003.phpt21 <?test processing instruction ?>
H A D007.phpt17 <?test processing instruction ?>
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_processing_instruction.phpt2 DOM\HTMLDocument serialization of processing instruction
9 // Note: you can put > in a processing instruction element but that breaks (as expected)
/php-src/Zend/tests/
H A Doss_fuzz_60011_1.phpt2 oss-fuzz #60011 (Incorrect order of instruction with nullsafe operator)
H A Doss_fuzz_60011_2.phpt2 oss-fuzz #60011 (Incorrect order of instruction with nullsafe operator)
/php-src/ext/dom/tests/delayed_freeing/
H A Dprocessing_instruction.phpt2 Delayed freeing processing instruction
/php-src/ext/dom/tests/modern/spec/
H A DProcessingInstruction_data_manipulation.phpt2 Test processing instruction character data manipulation
H A DHTMLDocument_createProcessingInstruction.phpt36 Invalid character sequence "?>" in processing instruction
/php-src/ext/dom/tests/manually_call_constructor/
H A Dprocessinginstruction.phpt2 Manually call __construct() - processing instruction variation
/php-src/ext/xmlwriter/tests/
H A D009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A DOO_009.phpt8 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst119 example, they may add two numbers, load some memory from RAM, jump to an instruction under a certain
128 in an actual CPU instruction set (e.g. adding two numbers), while others are much more high-level
156 the generated ``Zend/zend_vm_opcodes.h`` file. The behavior of each instruction is defined in
162 to the instruction encoded in its second operand. If it is truthy, it will simply fall-through to
163 the next instruction.
165 - The ``ECHO`` instruction prints its first operand.
/php-src/Zend/asm/
H A Dmake_mips64_n64_elf_gas.S72 # psudo instruction compute abs address of label finish based on GP
/php-src/ext/dom/tests/modern/xml/
H A DXMLDocument_xpath.phpt37 $result = $xpath->query("//*/comment()|//*/processing-instruction()");
/php-src/ext/xml/tests/
H A Dxml001.phpt92 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml003.phpt91 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml002.phpt93 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[

Completed in 34 milliseconds

12