Home
last modified time | relevance | path

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

1234

/php-src/Zend/tests/float_to_int/
H A Dno_warnings_compatible_string_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
75 Bitwise ops:
H A Dno_warnings_compatible_float_vars.phpt6 echo 'Bitwise ops:' . \PHP_EOL;
86 Bitwise ops:
/php-src/Zend/Optimizer/
H A Dscdf.c124 zend_ssa_op *ssa_op = &ssa->ops[i]; in scdf_solve()
166 scdf->handlers.visit_instr(scdf, opline, &ssa->ops[j]); in scdf_solve()
177 scdf->handlers.mark_feasible_successors(scdf, i, block, opline, &ssa->ops[j-1]); in scdf_solve()
216 if (is_live_loop_var_free(scdf, &op_array->opcodes[i], &scdf->ssa->ops[i])) { in kept_alive_by_loop_var_free()
238 zend_ssa_op *ssa_op = &scdf->ssa->ops[i]; in cleanup_loop_var_free_block()
H A Descape_analysis.c103 zend_ssa_op *op = ssa->ops + def; in zend_build_equi_escape_sets()
152 zend_ssa_op *ssa_op = ssa->ops + def; in is_allocation_def()
223 zend_ssa_op *op = ssa->ops + def; in is_local_def()
273 zend_ssa_op *ssa_op = ssa->ops + use; in is_escape_use()
478 zend_ssa_op *op = ssa->ops + use; in zend_ssa_escape_analysis()
H A Dssa_integrity.c45 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_used_by_op()
52 zend_ssa_op *ssa_op = &ssa->ops[op]; in is_defined_by_op()
155 use = zend_ssa_next_use(ssa->ops, var - ssa->vars, use); in ssa_verify_integrity()
156 second_use = zend_ssa_next_use(ssa->ops, var - ssa->vars, second_use); in ssa_verify_integrity()
160 second_use = zend_ssa_next_use(ssa->ops, var - ssa->vars, second_use); in ssa_verify_integrity()
208 zend_ssa_op *ssa_op = &ssa->ops[i]; in ssa_verify_integrity()
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c174 const zend_op_array *ops; in phpdbg_list_function() local
181 ops = (zend_op_array *) fbc; in phpdbg_list_function()
183 phpdbg_list_file(ops->filename, ops->line_end - ops->line_start + 1, ops->line_start, 0); in phpdbg_list_function()
H A Dphpdbg_prompt.c382 if (PHPDBG_G(ops)) { in phpdbg_clean()
383 destroy_op_array(PHPDBG_G(ops)); in phpdbg_clean()
384 efree(PHPDBG_G(ops)); in phpdbg_clean()
385 PHPDBG_G(ops) = NULL; in phpdbg_clean()
422 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
568 PHPDBG_G(ops) = zend_compile_file(&fh, ZEND_INCLUDE); in phpdbg_compile()
749 if (PHPDBG_G(ops) || PHPDBG_G(exec)) { in PHPDBG_COMMAND()
761 if (!PHPDBG_G(ops)) { in PHPDBG_COMMAND()
884 zend_execute(PHPDBG_G(ops), &PHPDBG_G(retval)); in PHPDBG_COMMAND()
1111 if (PHPDBG_G(ops)) { in PHPDBG_COMMAND()
[all …]
/php-src/ext/hash/
H A Dphp_hash_adler32.h30 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3…
H A Dhash_xxhash.c69 PHP_HASH_API int PHP_XXH32Copy(const php_hash_ops *ops, PHP_XXH32_CTX *orig_context, PHP_XXH32_CTX … in PHP_XXH32Copy() argument
133 PHP_HASH_API int PHP_XXH64Copy(const php_hash_ops *ops, PHP_XXH64_CTX *orig_context, PHP_XXH64_CTX … in PHP_XXH64Copy() argument
213 PHP_HASH_API int PHP_XXH3_64_Copy(const php_hash_ops *ops, PHP_XXH3_64_CTX *orig_context, PHP_XXH3_… in PHP_XXH3_64_Copy() argument
263 PHP_HASH_API int PHP_XXH3_128_Copy(const php_hash_ops *ops, PHP_XXH3_128_CTX *orig_context, PHP_XXH… in PHP_XXH3_128_Copy() argument
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_murmur.c73 PHP_HASH_API int PHP_MURMUR3ACopy(const php_hash_ops *ops, PHP_MURMUR3A_CTX *orig_context, PHP_MURM… in PHP_MURMUR3ACopy() argument
147 PHP_HASH_API int PHP_MURMUR3CCopy(const php_hash_ops *ops, PHP_MURMUR3C_CTX *orig_context, PHP_MURM… in PHP_MURMUR3CCopy() argument
219 PHP_HASH_API int PHP_MURMUR3FCopy(const php_hash_ops *ops, PHP_MURMUR3F_CTX *orig_context, PHP_MURM… in PHP_MURMUR3FCopy() argument
/php-src/ext/sodium/tests/
H A Dphp_password_verify.phpt34 foreach($opsSet as $ops) {
39 $hash = sodium_crypto_pwhash_str($password, $ops, $mem);
/php-src/ext/opcache/tests/jit/
H A Dsend_val_001.phpt14 "ops"
H A Dbug81255.phpt17 throw new Exception('ops');
/php-src/main/streams/
H A Dstreams.c293 ret->ops = ops; in _php_stream_alloc()
478 ret = stream->ops->close(stream, preserve_handle ? 0 : 1); in _php_stream_free()
737 toread = stream->ops->read(stream, buf, size); in _php_stream_read()
776 (stream->ops != &php_stream_memory_ops) && in _php_stream_read()
777 (stream->ops != &php_stream_temp_ops)) { in _php_stream_read()
872 if (stream->ops->stat == NULL) { in _php_stream_stat()
876 return (stream->ops->stat)(stream, ssb); in _php_stream_stat()
1281 if (stream->ops->flush) { in _php_stream_flush()
1282 ret = stream->ops->flush(stream); in _php_stream_flush()
1297 if (stream->ops->write == NULL) { in _php_stream_write()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit.c449 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[opline - op_array->opcodes] : NULL; in skip_valid_arguments()
755 if (!ssa->ops || !ssa->var_info) { in zend_may_overflow()
1114 && ssa->ops[op_num].result_def == i) { in zend_jit_allocate_registers()
1455 zend_ssa_op *ssa_op = ssa->ops ? &ssa->ops[i] : NULL; in zend_jit()
1737 if (ssa->var_info && ssa->ops) { in zend_jit()
1785 if (ssa->var_info && ssa->ops) { in zend_jit()
1826 if (ssa->var_info && ssa->ops) { in zend_jit()
2295 if (ssa->var_info && ssa->ops) { in zend_jit()
2314 if (!ssa->ops || !ssa->var_info) { in zend_jit()
2446 if (ssa->var_info && ssa->ops) { in zend_jit()
[all …]
H A Dzend_jit_trace.c1155 if (tssa->ops[idx].op1_use >= 0 in is_checked_guard()
2858 ssa_op = ssa->ops; in zend_jit_trace_allocate_registers()
3348 || ssa->ops[use].op1_use != var in zend_jit_may_delay_fetch_this()
3787 && prev_ssa_op != ssa->ops in zend_jit_may_skip_comparison()
3863 ssa_op = ssa->ops + opline_num; in zend_jit_find_ssa_var()
3910 ssa_op = ssa->ops + opline_num; in zend_jit_find_ssa_var()
4707 } else if (op_array_ssa->ops in zend_jit_trace()
4798 } else if (op_array_ssa->ops in zend_jit_trace()
4878 } else if (op_array_ssa->ops in zend_jit_trace()
5267 ssa_op != ssa->ops && in zend_jit_trace()
[all …]
/php-src/sapi/phpdbg/tests/
H A Dprint_001.phpt13 prompt> [User Function foo (8 ops)]
42 prompt> [Context %s (9 ops)]
/php-src/Zend/tests/generators/
H A Dyield_unary_precedence.phpt8 var_dump(yield * -1); // other ops still should behave normally
/php-src/Zend/tests/traits/
H A Dbug60809.phpt24 public $prop = "ops";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_055.phpt14 $n = "ops";
H A Dtyped_properties_047.phpt26 $x->foo = "ops";
/php-src/Zend/tests/
H A Doverloaded_prop_assign_op_refs.phpt2 Handling of assign-ops and incdecs on overloaded properties using &__get()
/php-src/main/
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
201 const php_stream_ops *ops; member
264 PHPAPI php_stream *_php_stream_alloc(const php_stream_ops *ops, void *abstract,
267 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
530 #define php_stream_is(stream, anops) ((stream)->ops == anops)
/php-src/ext/spl/tests/
H A Dbug79987.phpt11 echo "ops\n";

Completed in 79 milliseconds

1234