Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/simplexml/tests/
H A D002.phpt17 <?test processing instruction ?>
H A D008.phpt17 <?test processing instruction ?>
H A D010.phpt21 <?test processing instruction ?>
H A D004.phpt19 <?test processing instruction ?>
H A Dsxe_001.phpt20 <?test processing instruction ?>
H A D003.phpt21 <?test processing instruction ?>
H A D007.phpt17 <?test processing instruction ?>
/PHP-5.5/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.5/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 Dxml003.phpt90 ]}{CDATA[ ]}{PI[test,processing instruction ]}{CDATA[
H A Dxml001.phpt91 ]}{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.5/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()
1866 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1869 SLJIT_UNUSED_ARG(instruction); in sljit_emit_op_custom()
H A DsljitLir.h1219 void *instruction, sljit_si size);
H A DsljitNativeSPARC_common.c930 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
933 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
935 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativeARM_T2_32.c1539 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1542 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1545 return push_inst16(compiler, *(sljit_uh*)instruction); in sljit_emit_op_custom()
1546 return push_inst32(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_64.c1528 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1531 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1533 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeARM_32.c1987 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1990 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1992 return push_inst(compiler, *(sljit_uw*)instruction); in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1264 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1267 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1269 return push_inst(compiler, *(sljit_ins*)instruction, UNMOVABLE_INS); in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1672 void *instruction, sljit_si size) in sljit_emit_op_custom() argument
1675 CHECK(check_sljit_emit_op_custom(compiler, instruction, size)); in sljit_emit_op_custom()
1677 return push_inst(compiler, *(sljit_ins*)instruction); in sljit_emit_op_custom()
H A DsljitNativeX86_common.c2241 void *instruction, sljit_si size) argument
2246 CHECK(check_sljit_emit_op_custom(compiler, instruction, size));
2251 SLJIT_MEMMOVE(inst, instruction, size);
/PHP-5.5/ext/zlib/tests/
H A Ddata.inc50 shall go hard but I will better the instruction.

Completed in 74 milliseconds

12