Home
last modified time | relevance | path

Searched refs:src (Results 1 – 25 of 253) sorted by path

1234567891011

/php-src/.github/
H A DCODEOWNERS2 # or interested parties over a particular area of the php-src source code.
/php-src/.github/actions/notify-slack/
H A Daction.yml10 …{"text": "Job in *nightly* failed", "footer": "<https://github.com/php/php-src/actions/runs/${{ gi…
/php-src/.github/scripts/windows/
H A Dtest_task.bat87 rem work-around for failing to dl(mysqli) with OPcache (https://github.com/php/php-src/issues/8508)
/php-src/.github/workflows/
H A Dclose-needs-feedback.yml12 if: github.repository == 'php/php-src'
H A Dclose-stale-feature-requests.yml12 if: github.repository == 'php/php-src'
H A Dclose-stale-prs.yml12 if: github.repository == 'php/php-src'
H A Ddocs.yml17 if: github.repository == 'php/php-src'
H A Dnightly.yml11 if: github.repository == 'php/php-src' || github.event_name == 'workflow_dispatch'
291 if: github.repository == 'php/php-src' || github.event_name == 'workflow_dispatch'
481src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php"); $c = str_replace("public …
483src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php"); $c = str_replace("*/\n public…
486 … for component in $(find src/Symfony -mindepth 2 -type f -name phpunit.xml.dist -printf '%h\n'); do
772 if: github.repository == 'php/php-src' || github.event_name == 'workflow_dispatch'
H A Dpush.yml46 if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
152 if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
194 if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
221 if: github.repository == 'php/php-src' || github.event_name == 'pull_request'
H A Dremove-needs-feedback.yml13 …if: "github.repository == 'php/php-src' && contains(github.event.issue.labels.*.name, 'Status: Nee…
/php-src/
H A D.gitignore292 !/ext/bcmath/libbcmath/src/config.h
H A DCONTRIBUTING.md40 you add a link to the PR in the bug on [the bug tracker](https://github.com/php/php-src/issues)
54 You can also add pull requests to [bug reports](https://github.com/php/php-src/issues)
64 Bugs can be filed on [GitHub Issues](https://github.com/php/php-src/issues/new/choose).
91 There are a number of technical resources on php-src. Unfortunately, they are
161 <php-src>/
165 ├─ asm/ # Bundled from src/asm in https://github.com/boostorg/context
182 ├─ libbcmath/ # Forked and maintained in php-src
206 ├─ libmbfl/ # Forked and maintained in php-src
H A DREADME.md5 src="https://www.php.net/images/logos/new-php-logo.svg"
17 [![Push](https://github.com/php/php-src/actions/workflows/push.yml/badge.svg)](https://github.com/p…
18 …Build status](https://travis-ci.com/php/php-src.svg?branch=master)](https://travis-ci.com/github/p…
106 [github.com/php/php-src](https://github.com/php/php-src). Contributions are most
134 - [Internal documentation](https://php.github.io/php-src/)
H A DSECURITY.md4 <https://github.com/php/php-src/security/advisories/new>
/php-src/Zend/Optimizer/
H A Dblock_pass.c155 if (src && in zend_optimize_block()
194 if (src && in zend_optimize_block()
219 if (src && in zend_optimize_block()
279 if (src) { in zend_optimize_block()
481 if (src) { in zend_optimize_block()
541 src->op1_type = src->op2_type; in zend_optimize_block()
544 src->op1.num = src->op2.num; in zend_optimize_block()
559 src->op1_type = src->op2_type; in zend_optimize_block()
562 src->op1.num = src->op2.num; in zend_optimize_block()
729 if (src && in zend_optimize_block()
[all …]
H A Ddfa_pass.c430 HashTable *src = Z_ARRVAL_P(CT_CONSTANT_EX(op_array, send_array->op1.constant)); in zend_dfa_optimize_calls() local
436 dst = zend_new_array(zend_hash_num_elements(src)); in zend_dfa_optimize_calls()
438 ZEND_HASH_FOREACH_VAL(src, val) { in zend_dfa_optimize_calls()
450 ZEND_HASH_FOREACH_VAL(src, val) { in zend_dfa_optimize_calls()
625 zend_basic_block *src = &ssa->cfg.blocks[from]; in zend_ssa_replace_control_link() local
631 for (i = 0; i < src->successors_count; i++) { in zend_ssa_replace_control_link()
632 if (src->successors[i] == to) { in zend_ssa_replace_control_link()
633 src->successors[i] = new_to; in zend_ssa_replace_control_link()
637 if (src->len > 0) { in zend_ssa_replace_control_link()
638 opline = op_array->opcodes + src->start + src->len - 1; in zend_ssa_replace_control_link()
H A Dsccp.c125 static void dup_partial_array(zval *dst, const zval *src) in dup_partial_array() argument
128 Z_ARR_P(dst) = zend_array_dup(Z_ARR_P(src)); in dup_partial_array()
137 static void dup_partial_object(zval *dst, const zval *src) in dup_partial_object() argument
140 Z_ARR_P(dst) = zend_array_dup(Z_ARR_P(src)); in dup_partial_object()
H A Dzend_optimizer_internal.h71 #define COPY_NODE(target, src) do { \ argument
72 target ## _type = src ## _type; \
73 target = src; \
/php-src/Zend/tests/
H A Dbug63217.phpt53 * @see https://github.com/php/php-src/pull/2607#issuecomment-313781748
H A Dconcat_002.phpt9 * @see https://github.com/php/php-src/commit/29397f8fd2b4bc8d95e18448ca2d27a62241a407
H A Dgc_049.phpt25 $isSecondGcRerun = false; // https://github.com/php/php-src/commit/b58d74547f
/php-src/Zend/
H A Dzend_API.c1566 zval *src, *dst, *end; in zend_update_class_constants() local
1571 src = class_type->default_properties_table; in zend_update_class_constants()
1575 ZVAL_COPY_PROP(dst, src); in zend_update_class_constants()
1576 src++; in zend_update_class_constants()
1641 ZEND_ASSERT(!Z_REFCOUNTED_P(src)); in _object_properties_init()
1642 ZVAL_COPY_VALUE_PROP(dst, src); in _object_properties_init()
1643 src++; in _object_properties_init()
1645 } while (src != end); in _object_properties_init()
1648 ZVAL_COPY_PROP(dst, src); in _object_properties_init()
1649 src++; in _object_properties_init()
[all …]
H A Dzend_API.h784 …ine void zend_fcc_dup(/* restrict */ zend_fcall_info_cache *dest, const zend_fcall_info_cache *src) in zend_fcc_dup() argument
786 memcpy(dest, src, sizeof(zend_fcall_info_cache)); in zend_fcc_dup()
H A Dzend_builtin_functions.c455 static void copy_constant_array(zval *dst, zval *src) /* {{{ */ in copy_constant_array() argument
461 array_init_size(dst, zend_hash_num_elements(Z_ARRVAL_P(src))); in copy_constant_array()
462 ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(src), idx, key, val) { in copy_constant_array()
H A Dzend_compile.c40 #define SET_NODE(target, src) do { \ argument
41 target ## _type = (src)->op_type; \
42 if ((src)->op_type == IS_CONST) { \
45 target = (src)->u.op; \
49 #define GET_NODE(target, src) do { \ argument
50 (target)->op_type = src ## _type; \
54 (target)->u.op = src; \
4371 HashTable *src = Z_ARRVAL(array.u.constant); in zend_compile_func_in_array() local
4377 ZEND_HASH_FOREACH_VAL(src, val) { in zend_compile_func_in_array()
4389 ZEND_HASH_FOREACH_VAL(src, val) { in zend_compile_func_in_array()
[all …]

Completed in 101 milliseconds

1234567891011