Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/hash/
H A Dphp_hash_crc32.h34 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
H A Dhash_adler32.c57 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.c76 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
H A Dhash_sha3.c245 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy() argument
/PHP-7.4/Zend/tests/generators/
H A Dyield_unary_precedence.phpt8 var_dump(yield * -1); // other ops still should behave normally
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c530 zend_ssa_op *ssa_ops = ssa->ops; in zend_ssa_rename()
1054 zend_ssa_op *op = ssa->ops + i; in zend_ssa_compute_use_def_chains()
1161 if (ssa->ops[use].result_use == var) { in zend_ssa_unlink_use_chain()
1163 ssa->ops[use].res_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1166 use = ssa->ops[use].res_use_chain; in zend_ssa_unlink_use_chain()
1170 ssa->ops[use].op1_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1173 use = ssa->ops[use].op1_use_chain; in zend_ssa_unlink_use_chain()
1177 ssa->ops[use].op2_use_chain = zend_ssa_next_use(ssa->ops, var, op); in zend_ssa_unlink_use_chain()
1180 use = ssa->ops[use].op2_use_chain; in zend_ssa_unlink_use_chain()
1349 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 *op = ssa->ops + def; in is_allocation_def()
235 zend_ssa_op *op = ssa->ops + def; in is_local_def()
279 zend_ssa_op *op = ssa->ops + use; in is_escape_use()
484 zend_ssa_op *op = ssa->ops + use; in zend_ssa_escape_analysis()
H A Dzend_ssa.h138 zend_ssa_op *ops; /* array of SSA instructions */ member
265 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()
H A Dsccp.c322 zend_ssa_unlink_use_chain(ctx->scdf.ssa, ssa_op - ctx->scdf.ssa->ops, ssa_op->op2_use); in try_replace_op1()
351 zend_ssa_unlink_use_chain(ctx->scdf.ssa, next_op - ctx->scdf.ssa->ops, next_op->op2_use); in try_replace_op2()
1297 ssa_op = &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]; in sccp_visit_instr()
1872 &ctx->scdf.ssa->ops[opline - ctx->scdf.op_array->opcodes]); in sccp_visit_instr()
2224 &ssa->ops[call->caller_init_opline - op_array->opcodes]); in remove_call()
2228 &ssa->ops[call->arg_info[i].opline - op_array->opcodes]); in remove_call()
2258 zend_ssa_op *ssa_op = &ssa->ops[var->definition]; in try_remove_definition()
2463 zend_ssa_op *ssa_op = &ssa->ops[use]; in replace_constant_operands()
/PHP-7.4/main/streams/
H A Dstreams.c293 ret->ops = ops; in _php_stream_alloc()
710 toread = stream->ops->read(stream, buf, size); in _php_stream_read()
748 (stream->ops != &php_stream_memory_ops) && in _php_stream_read()
749 (stream->ops != &php_stream_temp_ops)) { in _php_stream_read()
843 if (stream->ops->stat == NULL) { in _php_stream_stat()
847 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
1141 justwrote = stream->ops->write(stream, buf, towrite); in _php_stream_write_buffer()
1239 if (stream->ops->flush) { in _php_stream_flush()
1240 ret = stream->ops->flush(stream); in _php_stream_flush()
1255 if (stream->ops->write == NULL) { in _php_stream_write()
[all …]
/PHP-7.4/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt14 $n = "ops";
H A Dtyped_properties_047.phpt26 $x->foo = "ops";
/PHP-7.4/Zend/tests/
H A Doverloaded_prop_assign_op_refs.phpt2 Handling of assign-ops and incdecs on overloaded properties using &__get()
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_verify.phpt33 foreach($opsSet as $ops) {
38 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
/PHP-7.4/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
189 const php_stream_ops *ops; member
247 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract,
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
501 #define php_stream_is(stream, anops) ((stream)->ops == anops)
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c391 if (PHPDBG_G(ops)) { in phpdbg_clean()
392 destroy_op_array(PHPDBG_G(ops)); in phpdbg_clean()
393 efree(PHPDBG_G(ops)); in phpdbg_clean()
394 PHPDBG_G(ops) = NULL; in phpdbg_clean()
430 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
579 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
761 if (PHPDBG_G(ops) || PHPDBG_G(exec)) { in PHPDBG_COMMAND()
773 if (!PHPDBG_G(ops)) { in PHPDBG_COMMAND()
896 zend_execute(PHPDBG_G(ops), &PHPDBG_G(retval)); in PHPDBG_COMMAND()
1136 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
[all …]
H A Dphpdbg_bp.h117 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()
901 if (PHPDBG_G(ops)) { in php_sapi_phpdbg_deactivate()
902 destroy_op_array(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
903 efree(PHPDBG_G(ops)); in php_sapi_phpdbg_deactivate()
904 PHPDBG_G(ops) = NULL; in php_sapi_phpdbg_deactivate()
1964 if (PHPDBG_G(ops)) { in main()
H A Dphpdbg.h271 zend_op_array *ops; /* op_array */ variable
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt103 ops as protected x;
253 ops as protected x;
/PHP-7.4/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:
/PHP-7.4/ext/standard/
H A Dfilters.c2040 const php_stream_filter_ops *ops; member
2059 for (i = 0; standard_filters[i].ops; i++) { in PHP_MINIT_FUNCTION()
2061 standard_filters[i].ops->label, in PHP_MINIT_FUNCTION()
2074 for (i = 0; standard_filters[i].ops; i++) { in PHP_MSHUTDOWN_FUNCTION()
2075 php_stream_filter_unregister_factory(standard_filters[i].ops->label); in PHP_MSHUTDOWN_FUNCTION()

Completed in 77 milliseconds

123