/PHP-8.0/main/streams/ |
H A D | streams.c | 291 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 D | php_hash_crc32.h | 33 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
|
H A D | hash_adler32.c | 55 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
|
H A D | hash_crc32.c | 87 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 D | yield_unary_precedence.phpt | 8 var_dump(yield * -1); // other ops still should behave normally
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | zend_ssa.c | 798 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 D | scdf.c | 125 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 D | escape_analysis.c | 104 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 D | zend_inference.c | 112 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 D | zend_ssa.h | 141 zend_ssa_op *ops; /* array of SSA instructions */ member 270 next = zend_ssa_next_use(ssa->ops, _var_num, use);
|
H A D | ssa_integrity.c | 46 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 D | bug60809.phpt | 24 public $prop = "ops";
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 980 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 D | bug81255.phpt | 18 throw new Exception('ops');
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | typed_properties_055.phpt | 14 $n = "ops";
|
H A D | typed_properties_047.phpt | 26 $x->foo = "ops";
|
/PHP-8.0/Zend/tests/ |
H A D | overloaded_prop_assign_op_refs.phpt | 2 Handling of assign-ops and incdecs on overloaded properties using &__get()
|
/PHP-8.0/ext/spl/tests/ |
H A D | bug79987.phpt | 11 echo "ops\n";
|
/PHP-8.0/main/ |
H A D | php_streams.h | 60 #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 D | phpdbg_prompt.c | 388 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 D | phpdbg_bp.h | 115 zend_op_array *ops; member
|
H A D | phpdbg.c | 114 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 D | phpdbg.h | 269 zend_op_array *ops; /* op_array */ variable
|
/PHP-8.0/Zend/tests/assert/ |
H A D | expect_015.phpt | 106 ops as protected x; 259 ops as protected x;
|
/PHP-8.0/docs/ |
H A D | streams.md | 251 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:
|