Home
last modified time | relevance | path

Searched refs:op (Results 76 – 100 of 158) sorted by relevance

1234567

/php-src/Zend/tests/
H A Dthrowing_overloaded_compound_assign_op.phpt2 Exception in compound assign op should prevent call to overloaded object handlers
H A Dbug69955.phpt2 Bug #69955 (Segfault when trying to combine [] and assign-op on ArrayAccess object).
H A Druntime_compile_time_binary_operands.phpt131 function prepareUnaryLine($op, $cmp, $operator) {
132 $op_p = makeParam($op);
H A Dbug53432.phpt64 Error: Cannot use assign-op operators with string offsets
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error4.phpt2 Readonly property cannot be op-assigned twice during cloning
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_64.c29 static sljit_s32 emit_copysign(struct sljit_compiler *compiler, sljit_s32 op, in emit_copysign() argument
40 if (!(op & SLJIT_32)) in emit_copysign()
177 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit_emit_fcopy(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fcopy() argument
183 CHECK(check_sljit_emit_fcopy(compiler, op, freg, reg)); in sljit_emit_fcopy()
187 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
193 if (!(op & SLJIT_32)) in sljit_emit_fcopy()
/php-src/main/streams/
H A Dphp_stream_transport.h133 } op; member
210 } op; member
/php-src/ext/zlib/
H A Dzlib.c173 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_zlib_output_handler_ex()
180 if (output_context->op & PHP_OUTPUT_HANDLER_CLEAN) { in php_zlib_output_handler_ex()
184 if (output_context->op & PHP_OUTPUT_HANDLER_FINAL) { in php_zlib_output_handler_ex()
219 if (output_context->op & PHP_OUTPUT_HANDLER_FINAL) { in php_zlib_output_handler_ex()
221 } else if (output_context->op & PHP_OUTPUT_HANDLER_FLUSH) { in php_zlib_output_handler_ex()
245 if (output_context->op & PHP_OUTPUT_HANDLER_FINAL) { in php_zlib_output_handler_ex()
270 if ((output_context->op & PHP_OUTPUT_HANDLER_START) in php_zlib_output_handler()
271 …&& (output_context->op != (PHP_OUTPUT_HANDLER_START|PHP_OUTPUT_HANDLER_CLEAN|PHP_OUTPUT_HANDLER_FI… in php_zlib_output_handler()
282 …if (!(output_context->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER_… in php_zlib_output_handler()
563 ctx.op = flags; in PHP_FUNCTION()
/php-src/ext/com_dotnet/tests/
H A Dvariants.phpt31 foreach ($binary_ops as $op) {
33 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
35 echo "$op:\n";
36 echo "\tvariant_$op($v, $op2)\n";
H A Dvariants_x64.phpt34 foreach ($binary_ops as $op) {
36 echo "$op: " . call_user_func('variant_' . $op, $v, $op2) . "\n";
38 echo "$op:\n";
39 echo "\tvariant_$op($v, $op2)\n";
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c139 PCRE2_UCHAR op, *cs, *ce; in find_minlength() local
147 op = *cc; in find_minlength()
148 switch (op) in find_minlength()
238 if (op != OP_ALT || length == 0) return length; in find_minlength()
403 cc += PRIV(OP_lengths)[op]; in find_minlength()
411 cc += PRIV(OP_lengths)[op]; in find_minlength()
422 if (op == OP_XCLASS) in find_minlength()
726 cc += PRIV(OP_lengths)[op]; in find_minlength()
739 cc += PRIV(OP_lengths)[op] + cc[1]; in find_minlength()
751 cc += PRIV(OP_lengths)[op]; in find_minlength()
/php-src/main/
H A DSAPI.c644 static void sapi_header_add_op(sapi_header_op_enum op, sapi_header_struct *sapi_header) in sapi_header_add_op() argument
647 (SAPI_HEADER_ADD & sapi_module.header_handler(sapi_header, op, &SG(sapi_headers)))) { in sapi_header_add_op()
648 if (op == SAPI_HEADER_REPLACE) { in sapi_header_add_op()
665 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op() argument
686 switch (op) { in sapi_header_op()
707 sapi_module.header_handler(&sapi_header, op, &SG(sapi_headers)); in sapi_header_op()
724 if (op == SAPI_HEADER_DELETE) { in sapi_header_op()
733 sapi_module.header_handler(&sapi_header, op, &SG(sapi_headers)); in sapi_header_op()
837 sapi_header_add_op(op, &sapi_header); in sapi_header_op()
/php-src/ext/intl/tests/
H A Duconverter_oop_basic.phpt12 var_dump(urlencode($c->convert("Stra\xC3\x9Fa", true))); // Reverse prior op
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_070.phpt2 Test typed static property with assign op operators
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt24 // least one op in the try block
H A Dstack_limit_008.phpt37 // least one op in the try block
/php-src/Zend/tests/nullsafe_operator/
H A D014.phpt2 Test nullsafe in binary op
/php-src/Zend/
H A Dzend_verify_type_inference.h22 #define VM_TRACE(op) zend_verify_inference_use(execute_data, OPLINE); \ argument
29 #define VM_TRACE_OP_END(op) \ argument
H A Dzend_ast.c577 ret = op(result, &op1); in zend_ast_evaluate_inner()
1693 op = _op; \
1701 op = _op; \
1708 op = _op; \
1713 op = _op; \
1720 op = _op; \
1725 op = _op; \
1738 const char *op; in zend_ast_export_ex() local
2511 smart_str_appends(str, op); in zend_ast_export_ex()
2518 smart_str_appends(str, op); in zend_ast_export_ex()
[all …]
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h311 int op = 0; in dasm_link() local
315 op = action; in dasm_link()
322 int shrink = op == 0xe9 ? 3 : ((op&0xf0) == 0x80 ? 4 : 0); in dasm_link()
353 case DASM_ESC: op = *p++; break; in dasm_link()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c467 if (insn->op >= IR_START || insn->op == IR_CALL) { in jit_TLS()
873 if (insn->op >= IR_START || insn->op == IR_CALL) { in jit_FP()
3630 ir_op op = jit->ctx.ir_base[ref].op; in zend_jit_bb_start() local
3644 ZEND_ASSERT(op == IR_END || op == IR_UNREACHABLE || op == IR_RETURN); in zend_jit_bb_start()
3680 ir_op op = jit->ctx.ir_base[ref].op; in zend_jit_bb_start() local
3689 ZEND_ASSERT(op == IR_END || op == IR_UNREACHABLE || op == IR_RETURN); in zend_jit_bb_start()
4478 ir_op op; in zend_jit_inc_dec() local
4807 ir_op op; in zend_jit_math_long_long() local
4969 ir_op op; in zend_jit_math_long_double() local
5003 ir_op op; in zend_jit_math_double_long() local
[all …]
/php-src/Zend/Optimizer/
H A Dsccp.c328 if (IS_PARTIAL_ARRAY(op)) { in ct_eval_bool_cast()
339 ZVAL_BOOL(result, zend_is_true(op)); in ct_eval_bool_cast()
344 switch (Z_TYPE_P(op)) { in zval_to_string_offset()
346 *result = Z_LVAL_P(op); in zval_to_string_offset()
350 Z_STRVAL_P(op), Z_STRLEN_P(op), result, NULL, 0)) { in zval_to_string_offset()
863 #define SET_RESULT(op, zv) do { \ argument
864 if (ssa_op->op##_def >= 0) { \
865 set_value(scdf, ctx, ssa_op->op##_def, zv); \
868 #define SET_RESULT_BOT(op) SET_RESULT(op, &ctx->bot) argument
869 #define SET_RESULT_TOP(op) SET_RESULT(op, &ctx->top) argument
[all …]
/php-src/ext/opcache/tests/opt/
H A Ddce_009.phpt2 DCE 009: Foreach over empty array is a no-op
/php-src/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc55 * This is a no-op for the tar creator
/php-src/sapi/phpdbg/
H A Dphpdbg_utils.c612 const zend_op *op; in phpdbg_check_caught_ex() local
618 op = EG(opline_before_exception); in phpdbg_check_caught_ex()
620 op = execute_data->opline; in phpdbg_check_caught_ex()
623 op_num = op - op_array->opcodes; in phpdbg_check_caught_ex()
656 return op->opcode == ZEND_CATCH; in phpdbg_check_caught_ex()

Completed in 142 milliseconds

1234567