Home
last modified time | relevance | path

Searched refs:data (Results 1 – 25 of 1964) sorted by path

12345678910>>...79

/php-src/.github/actions/notify-slack/
H A Daction.yml10 …curl -X POST -H 'Content-type: application/json' --data '{"attachments": [{"text": "Job in *nightl…
/php-src/.github/workflows/
H A Dnightly.yml487 …php ./phpunit $component --exclude-group tty,benchmark,intl-data,transient --exclude-group skip ||…
H A Dpush.yml287 - name: git checkout benchmarking-data
290 repository: php/benchmarking-data
292 path: benchmark/repos/data
299 cd benchmark/repos/data
/php-src/
H A D.gitignore249 # Temporary POST data placeholder files generated by `./run-tests.php`
H A DREADME.REDIST.BINS34 is distributed under the same terms as the software itself. The data in the
H A DUPGRADING130 longer implicitly reset the iterator data, unless explicitly rewound.
132 cause an infinite loop because it destroyed the current iterator data.
H A DUPGRADING.INTERNALS154 - Added public APIs to manipulate namespace data, see namespace_compat.h.
202 - Added a way to attached private data to a php_libxml_ref_obj.
/php-src/TSRM/
H A Dthreads.m464 void *thread_routine(void *data) {
65 return data;
71 int data = 1;
73 return pthread_create(&thd, NULL, thread_routine, &data);
/php-src/Zend/Optimizer/
H A Dsccp.c909 SKIP_IF_TOP(data); in sccp_visit_instr()
927 if (IS_BOT(data)) { in sccp_visit_instr()
966 SET_RESULT(result, data); in sccp_visit_instr()
973 SET_RESULT(result, data); in sccp_visit_instr()
1008 SKIP_IF_TOP(data); in sccp_visit_instr()
1020 if (IS_BOT(data)) { in sccp_visit_instr()
1051 SET_RESULT(result, data); in sccp_visit_instr()
1298 SKIP_IF_TOP(data); in sccp_visit_instr()
1301 if (IS_BOT(data)) { in sccp_visit_instr()
1343 SKIP_IF_TOP(data); in sccp_visit_instr()
[all …]
H A Dzend_dump.c759 …*op_array, const zend_basic_block *b, const zend_op *opline, uint32_t dump_flags, const void *data) in zend_dump_op_line() argument
773 ssa = (const zend_ssa*)data; in zend_dump_op_line()
930 …ump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *data) in zend_dump_op_array() argument
939 cfg = (const zend_cfg*)data; in zend_dump_op_array()
941 cfg = data = NULL; in zend_dump_op_array()
945 ssa = (const zend_ssa*)data; in zend_dump_op_array()
1039 zend_dump_op_line(op_array, b, opline, dump_flags, data); in zend_dump_op_array()
1101 zend_dump_op_line(op_array, NULL, opline, dump_flags, data); in zend_dump_op_array()
H A Dzend_dump.h36 …mp_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *data);
38 …op_array, const zend_basic_block *b, const zend_op *opline, uint32_t dump_flags, const void *data);
/php-src/Zend/
H A DREADME.md60 operands and some internal executor data.
/php-src/Zend/asm/
H A Djump_arm64_aapcs_elf_gas.S80 # store RSP (pointing to context-data) in X0
83 # restore RSP (pointing to context-data) from X1
H A Djump_arm64_aapcs_macho_gas.S78 ; store RSP (pointing to context-data) in X0
81 ; restore RSP (pointing to context-data) from X1
H A Djump_arm64_aapcs_pe_armasm.asm48 ;* | fiber data| base | limit | dealloc | *
87 ; save current fiber data and deallocation stack
92 ; store RSP (pointing to context-data) in X0
95 ; restore RSP (pointing to context-data) from X1
101 ; restore fiber data and deallocation stack
H A Djump_arm_aapcs_elf_gas.S60 @ store RSP (pointing to context-data) in A1
63 @ restore RSP (pointing to context-data) from A2
H A Djump_arm_aapcs_macho_gas.S66 @ store RSP (pointing to context-data) in A1
69 @ restore RSP (pointing to context-data) from A2
H A Djump_i386_ms_pe_masm.asm19 ; | ESI | EBX | EBP | EIP | to | data | EH NXT |SEH HNDLR|
63 ; store ESP (pointing to context-data) in EAX
69 ; restore ESP (pointing to context-data) from ECX
H A Djump_loongarch64_sysv_elf_gas.S76 # store SP (pointing to context-data) in A2
79 # restore SP (pointing to context-data) from A0
H A Djump_mips32_o32_elf_gas.S73 # store SP (pointing to context-data) in A0
76 # restore SP (pointing to context-data) from A1
108 sw $a2, 4($v0) # data of transfer_t
110 # A0 == fctx, A1 == data
H A Djump_mips64_n64_elf_gas.S81 # store SP (pointing to old context-data) in v0 as return
84 # get SP (pointing to new context-data) from a0 param
116 move $v1, $a1 # move *data from a1 to v1 as return
H A Djump_ppc32_sysv_macho_gas.S134 ; store RSP (pointing to context-data) in R6
137 ; restore RSP (pointing to context-data) from R4
H A Djump_ppc32_sysv_xcoff_gas.S131 # store RSP (pointing to context-data) in R6
134 # restore RSP (pointing to context-data) from R4
H A Djump_ppc64_sysv_elf_gas.S136 # store RSP (pointing to context-data) in R6
140 # restore RSP (pointing to context-data) from R3
143 # restore RSP (pointing to context-data) from R4
H A Djump_ppc64_sysv_macho_gas.S106 ; store RSP (pointing to context-data) in R6
109 ; restore RSP (pointing to context-data) from R4

Completed in 82 milliseconds

12345678910>>...79