Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.4/ext/ffi/
H A Dffi.c2957 if (old->kind != type->kind in zend_ffi_same_types()
6740 val->kind = MAX(val->kind, op2->kind); \
6747 val->kind = op2->kind; \
6760 val->kind = MAX(val->kind, op2->kind); \
6763 val->kind = op2->kind; \
6776 val->kind = MAX(val->kind, op2->kind); \
6785 val->kind = op2->kind; \
6791 val->kind = op2->kind; \
6806 val->kind = MAX(val->kind, op2->kind); \
6825 val->kind = MAX(val->kind, op2->kind); \
[all …]
H A Dphp_ffi.h198 zend_ffi_val_kind kind; member
272 val->kind = ZEND_FFI_VAL_ERROR; in zend_ffi_val_error()
/PHP-7.4/Zend/
H A Dzend_ast.h170 zend_ast_kind kind; member
179 zend_ast_kind kind; member
186 zend_ast_kind kind; member
226 zend_ast *ast = zend_ast_create_0(kind); in zend_ast_create_ex_0()
231 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1()
286 return (ast->kind >> ZEND_AST_SPECIAL_SHIFT) & 1; in zend_ast_is_special()
290 return (ast->kind >> ZEND_AST_IS_LIST_SHIFT) & 1; in zend_ast_is_list()
298 ZEND_ASSERT(ast->kind == ZEND_AST_ZVAL); in zend_ast_get_zval()
308 ZEND_ASSERT(ast->kind == ZEND_AST_CONSTANT); in zend_ast_get_constant_name()
315 return ast->kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_get_num_children()
[all …]
H A Dzend_ast.c122 ast->kind = kind; in zend_ast_create_decl()
144 ast->kind = kind; in zend_ast_create_0()
157 ast->kind = kind; in zend_ast_create_1()
177 ast->kind = kind; in zend_ast_create_2()
199 ast->kind = kind; in zend_ast_create_3()
224 ast->kind = kind; in zend_ast_create_4()
252 list->kind = kind; in zend_ast_create_list_0()
267 list->kind = kind; in zend_ast_create_list_1()
291 list->kind = kind; in zend_ast_create_list_2()
320 ast->kind = kind; in zend_ast_create_from_va_list()
[all …]
H A Dzend_vm_gen.php865 switch($kind) {
1125 switch($kind) {
1218 switch($kind) {
1256 switch ($kind) {
1549 switch ($kind) {
1796 switch ($kind) {
2109 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
2128 if ($kind == ZEND_VM_KIND_GOTO || $kind == ZEND_VM_KIND_HYBRID) {
2157 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
2203 if ($kind == ZEND_VM_KIND_CALL || $kind == ZEND_VM_KIND_HYBRID) {
[all …]
H A Dzend_compile.c2188 return ast->kind == ZEND_AST_VAR || ast->kind == ZEND_AST_DIM in zend_is_variable()
2189 || ast->kind == ZEND_AST_PROP || ast->kind == ZEND_AST_STATIC_PROP; in zend_is_variable()
2217 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable()
8282 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr()
8283 || kind == ZEND_AST_GREATER || kind == ZEND_AST_GREATER_EQUAL in zend_is_allowed_in_const_expr()
8284 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()
8286 || kind == ZEND_AST_UNARY_PLUS || kind == ZEND_AST_UNARY_MINUS in zend_is_allowed_in_const_expr()
8287 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr()
8288 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
8290 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
[all …]
H A Dzend_opcode.c577 zend_op_array *op_array, uint32_t var_num, uint32_t kind, uint32_t start, uint32_t end) { in emit_live_range_raw() argument
587 range->var |= kind; in emit_live_range_raw()
597 uint32_t kind; in emit_live_range() local
618 kind = ZEND_LIVE_SILENCE; in emit_live_range()
622 kind = ZEND_LIVE_ROPE; in emit_live_range()
628 kind = ZEND_LIVE_LOOP; in emit_live_range()
677 kind = ZEND_LIVE_TMPVAR; in emit_live_range()
703 kind = ZEND_LIVE_TMPVAR; in emit_live_range()
706 emit_live_range_raw(op_array, var_num, kind, start, end); in emit_live_range()
718 emit_live_range_raw(op_array, var_num, kind, start, end); in emit_live_range()
[all …]
H A DREADME.md128 `zend_vm_gen.php` can produce different kind of executors. You can select
129 different opcode threading model using `--with-vm-kind=CALL|SWITCH|GOTO`. You
138 php zend_vm_gen.php --with-vm-kind=CALL
H A Dzend_generators.c306 uint32_t kind = range->var & ZEND_LIVE_MASK; in calc_gc_buffer_size() local
307 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in calc_gc_buffer_size()
397 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local
400 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in zend_generator_get_gc()
/PHP-7.4/ext/pdo_dblib/tests/
H A Dtimeout.phpt28 // expect some kind of error code
41 // expect some kind of error code
53 // expect some kind of error code
65 // expect some kind of error code
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dutil.inc3 function get_active_cp($kind = "")
11 return sapi_windows_cp_get($kind);
47 function skip_if_wrong_cp($cp, $kind = "")
49 if (get_active_cp($kind) != $cp) {
/PHP-7.4/ext/date/tests/
H A DDateTime_data-absolute.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-massive.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-dates.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-7.4/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt34 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor';
35 echo "$kind gamma ($in, $out): ";
/PHP-7.4/ext/pdo/
H A Dphp_pdo_int.h61 int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind);
/PHP-7.4/ext/soap/
H A Dphp_sdl.h165 sdlContentKind kind; member
199 sdlTypeKind kind; member
H A Dphp_schema.c321 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
352 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
382 cur_type->kind = XSD_TYPEKIND_LIST; in schema_simpleType()
1020 newModel->kind = XSD_CONTENT_ALL; in schema_all()
1169 newModel->kind = XSD_CONTENT_ALL; in schema_group()
1298 newModel->kind = XSD_CONTENT_ANY; in schema_any()
2184 switch (model->kind) { in schema_content_model_fixup()
2207 model->kind = XSD_CONTENT_ALL; in schema_content_model_fixup()
2235 type->kind = tmp->kind; in schema_type_fixup()
2323 switch (tmp->kind) { in delete_model()
[all …]
H A Dphp_encoding.c1279 switch (model->kind) { in model_to_zval_object()
1356 if (tmp->kind == XSD_CONTENT_ANY) { in model_to_zval_object()
1398 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex()
1405 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex()
1429 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex()
1593 switch (model->kind) { in model_to_xml_object()
1751 switch (model->kind) { in model_array_element()
1803 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object()
1829 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object()
3168 switch (type->kind) { in sdl_guess_convert_zval()
[all …]
/PHP-7.4/azure/
H A Dapt.yml7 # There appears to be some kind of conflict with the libzip from ondrej's PPA.
/PHP-7.4/ext/json/tests/
H A Djson_exceptions_error_clearing.phpt10 // here we cause a different kind of error to the following errors, so that
/PHP-7.4/win32/
H A Dcodepage.c598 char *kind; in PHP_FUNCTION() local
601 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &kind, &kind_len) == FAILURE) { in PHP_FUNCTION()
605 if (kind_len == sizeof("ansi")-1 && !strncasecmp(kind, "ansi", kind_len)) { in PHP_FUNCTION()
607 } else if (kind_len == sizeof("oem")-1 && !strncasecmp(kind, "oem", kind_len)) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/Optimizer/
H A Dcompact_literals.c55 #define LITERAL_INFO(n, kind, related) do { \ argument
56 info[n].flags = ((kind) | (related)); \
85 uint32_t kind, in add_static_slot() argument
104 ZSTR_H(key) += kind; in add_static_slot()
111 *cache_size += (kind == LITERAL_STATIC_PROPERTY ? 3 : 2) * sizeof(void *); in add_static_slot()
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c312 DESCKIND kind; in com_method_get() local
322 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
323 switch (kind) { in com_method_get()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c3411 *kind = "unknown"; in get_unresolved_initializer()
3416 *kind = "constant "; in get_unresolved_initializer()
3437 *kind = "Unknown reason"; in get_unlinked_dependency()
3445 *kind = "Unknown parent "; in get_unlinked_dependency()
3466 *kind = "Unknown interface "; in get_unlinked_dependency()
3478 *kind = "Unknown trait "; in get_unlinked_dependency()
3486 *kind = "Unknown type dependencies"; in get_unlinked_dependency()
3813 const char *kind, *name; in preload_link() local
3818 ZSTR_VAL(ce->name), kind, name); in preload_link()
3822 const char *kind, *name; in preload_link() local
[all …]

Completed in 148 milliseconds

123