Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/simplexml/tests/
H A D008.phpt17 <?test processing instruction ?>
H A D010.phpt21 <?test processing instruction ?>
H A D002.phpt17 <?test processing instruction ?>
H A Dsxe_001.phpt20 <?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-5.4/ext/xml/tests/
H A Dxml_set_processing_instruction_handler_basic.phpt12 * Description: Sets the processing instruction (PI) handler function for the XML parser.
H A Dxml_set_processing_instruction_handler_error.phpt12 * Description: Set up processing instruction (PI) handler
H A Dxml001.phpt91 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml003.phpt90 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml002.phpt92 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml_set_processing_instruction_handler_variation1.phpt12 * Description: Set up processing instruction (PI) handler
/PHP-5.4/ext/xmlwriter/tests/
H A D009.phpt12 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
H A DOO_009.phpt11 Libxml 2.6.24 and up adds a new line after a processing instruction (PI)
/PHP-5.4/ext/pcre/pcrelib/sljit/
H A DsljitLir.c1131 void *instruction, sljit_si size) in check_sljit_emit_op_custom() argument
1140 CHECK_ARGUMENT(instruction); in check_sljit_emit_op_custom()
1144 CHECK_ARGUMENT((size == 2 && (((sljit_sw)instruction) & 0x1) == 0) in check_sljit_emit_op_custom()
1145 || (size == 4 && (((sljit_sw)instruction) & 0x3) == 0)); in check_sljit_emit_op_custom()
1147 CHECK_ARGUMENT(size == 4 && (((sljit_sw)instruction) & 0x3) == 0); in check_sljit_emit_op_custom()
1155 fprintf(compiler->verbose, " 0x%x", ((sljit_ub*)instruction)[i]); in check_sljit_emit_op_custom()
1862 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1865 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()
H A DsljitLir.h880 void *instruction, sljit_si size);
H A DsljitNativeSPARC_common.c925 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
928 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
930 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativeARM_T2_32.c1507 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1510 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1513 return push_inst16(compiler, *(sljit_uh*)instruction); in sljit_emit_op_custom()
1514 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_64.c1506 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1509 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1511 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1261 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1264 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1266 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1671 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1674 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1676 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_32.c1972 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1975 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1977 return push_inst(compiler, *(sljit_uw*)instruction); in sljit_emit_op_custom()
H A DsljitNativeX86_common.c2228 void *instruction, sljit_si size) argument
2233 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
2238 SLJIT_MEMMOVE(inst, instruction, size);
/PHP-5.4/ext/zlib/tests/
H A Ddata.inc50 shall go hard but I will better the instruction.

Completed in 85 milliseconds

12