Home
last modified time | relevance | path

Searched refs:ops (Results 26 – 50 of 70) sorted by relevance

123

/PHP-8.0/main/streams/
H A Dstreams.c291 ret->ops = ops; in _php_stream_alloc()
475 ret = stream->ops->close(stream, preserve_handle ? 0 : 1); in _php_stream_free()
708 toread = stream->ops->read(stream, buf, size); in _php_stream_read()
746 (stream->ops != &php_stream_memory_ops) && in _php_stream_read()
747 (stream->ops != &php_stream_temp_ops)) { in _php_stream_read()
841 if (stream->ops->stat == NULL) { in _php_stream_stat()
845 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
1232 if (stream->ops->flush) { in _php_stream_flush()
1233 ret = stream->ops->flush(stream); in _php_stream_flush()
1248 if (stream->ops->write == NULL) { in _php_stream_write()
[all …]
/PHP-8.0/ext/hash/
H A Dphp_hash_crc32.h33 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
H A Dhash_adler32.c55 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
H A Dhash_crc32.c87 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
/PHP-8.0/Zend/tests/generators/
H A Dyield_unary_precedence.phpt8 var_dump(yield * -1); // other ops still should behave normally
/PHP-8.0/ext/opcache/Optimizer/
H A Dzend_ssa.c798 zend_ssa_op *ssa_ops = ssa->ops; in zend_ssa_rename()
1086 zend_ssa_op *op = ssa->ops + i; in zend_ssa_compute_use_def_chains()
1191 if (ssa->ops[use].result_use == var) { in zend_ssa_unlink_use_chain()
1193 ssa->ops[use].res_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1196 use = ssa->ops[use].res_use_chain; in zend_ssa_unlink_use_chain()
1200 ssa->ops[use].op1_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1203 use = ssa->ops[use].op1_use_chain; in zend_ssa_unlink_use_chain()
1207 ssa->ops[use].op2_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1210 use = ssa->ops[use].op2_use_chain; in zend_ssa_unlink_use_chain()
1379 zend_ssa_op *ssa_op = &ssa->ops[use]; in zend_ssa_remove_uses_of_var()
[all …]
H A Dscdf.c125 zend_ssa_op *ssa_op = &ssa->ops[i]; in scdf_solve()
167 scdf->handlers.visit_instr(scdf, opline, &ssa->ops[j]); in scdf_solve()
178 scdf->handlers.mark_feasible_successors(scdf, i, block, opline, &ssa->ops[j-1]); in scdf_solve()
199 int ssa_var = scdf->ssa->ops[i].op1_use; in kept_alive_by_loop_var_free()
H A Descape_analysis.c104 zend_ssa_op *op = ssa->ops + def; in zend_build_equi_escape_sets()
169 zend_ssa_op *ssa_op = ssa->ops + def; in is_allocation_def()
233 zend_ssa_op *op = ssa->ops + def; in is_local_def()
276 zend_ssa_op *ssa_op = ssa->ops + use; in is_escape_use()
481 zend_ssa_op *op = ssa->ops + use; in zend_ssa_escape_analysis()
H A Dzend_inference.c112 if (ssa->ops[line].op1_def >= 0) { \
113 MACRO(ssa->ops[line].op1_def); \
115 if (ssa->ops[line].op2_def >= 0) { \
116 MACRO(ssa->ops[line].op2_def); \
119 MACRO(ssa->ops[line].result_def); \
123 MACRO(ssa->ops[line-1].op1_def); \
126 MACRO(ssa->ops[line-1].op2_def); \
259 zend_ssa_op *ssa_ops = ssa->ops; in zend_ssa_find_false_dependencies()
992 ssa_op = &ssa->ops[line]; in zend_inference_calc_range()
1766 op = ssa->ops + use; in add_usages()
[all …]
H A Dzend_ssa.h141 zend_ssa_op *ops; /* array of SSA instructions */ member
270 next = zend_ssa_next_use(ssa->ops, _var_num, use);
H A Dssa_integrity.c46 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_used_by_op()
53 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_defined_by_op()
178 zend_ssa_op *ssa_op = &ssa->ops[i]; in ssa_verify_integrity()
/PHP-8.0/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_trace.c980 if (tssa->ops[idx].op1_use >= 0 in is_checked_guard()
993 && tssa->ops[idx].op2_use >= 0 in is_checked_guard()
1017 && tssa->ops[idx].op1_use >= 0 in is_checked_guard()
1022 && tssa->ops[idx].op2_use >= 0 in is_checked_guard()
1047 && tssa->ops[idx].op1_use >= 0 in is_checked_guard()
2530 ssa_op = ssa->ops; in zend_jit_trace_allocate_registers()
3180 uint32_t line = ssa_op - ssa->ops; in zend_jit_trace_clenup_stack()
3224 || ssa->ops[use].op1_use != var in zend_jit_may_delay_fetch_this()
3638 && prev_ssa_op != ssa->ops in zend_jit_may_skip_comparison()
4971 ssa_op != ssa->ops && in zend_jit_trace()
[all …]
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug81255.phpt18 throw new Exception('ops');
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt14 $n = "ops";
H A Dtyped_properties_047.phpt26 $x->foo = "ops";
/PHP-8.0/Zend/tests/
H A Doverloaded_prop_assign_op_refs.phpt2 Handling of assign-ops and incdecs on overloaded properties using &__get()
/PHP-8.0/ext/spl/tests/
H A Dbug79987.phpt11 echo "ops\n";
/PHP-8.0/main/
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
191 const php_stream_ops *ops; member
249 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract,
252 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
503 #define php_stream_is(stream, anops) ((stream)->ops == anops)
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c388 if (PHPDBG_G(ops)) { in phpdbg_clean()
389 destroy_op_array(PHPDBG_G(ops)); in phpdbg_clean()
390 efree(PHPDBG_G(ops)); in phpdbg_clean()
391 PHPDBG_G(ops) = NULL; in phpdbg_clean()
427 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
571 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
752 if (PHPDBG_G(ops) || PHPDBG_G(exec)) { in PHPDBG_COMMAND()
764 if (!PHPDBG_G(ops)) { in PHPDBG_COMMAND()
887 zend_execute(PHPDBG_G(ops), &PHPDBG_G(retval)); in PHPDBG_COMMAND()
1127 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
[all …]
H A Dphpdbg_bp.h115 zend_op_array *ops; member
H A Dphpdbg.c114 if (brake->ops) { in php_phpdbg_destroy_bp_condition()
115 destroy_op_array(brake->ops); in php_phpdbg_destroy_bp_condition()
116 efree(brake->ops); in php_phpdbg_destroy_bp_condition()
151 pg->ops = NULL; in php_phpdbg_globals_ctor()
850 if (PHPDBG_G(ops)) { in php_sapi_phpdbg_deactivate()
851 destroy_op_array(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
852 efree(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
853 PHPDBG_G(ops) = NULL; in php_sapi_phpdbg_deactivate()
1904 if (PHPDBG_G(ops)) { in main()
H A Dphpdbg.h269 zend_op_array *ops; /* op_array */ variable
/PHP-8.0/Zend/tests/assert/
H A Dexpect_015.phpt106 ops as protected x;
259 ops as protected x;
/PHP-8.0/docs/
H A Dstreams.md251 The `php_streams` ops struct consists of pointers to methods that implement
255 efficiently behave as fgets. The ops struct also contains a label for the
290 PHPAPI php_stream * php_stream_alloc(php_stream_ops * ops, void * abstract,
294 * `ops` is a pointer to the implementation,
385 all mandatory. The rest are optional. Declare your stream ops struct:

Completed in 85 milliseconds

123