Home
last modified time | relevance | path

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

123

/PHP-7.2/Zend/
H A Dzend_ast.h154 zend_ast_kind kind; /* Type of the node (ZEND_AST_* enum constant) */ member
162 zend_ast_kind kind; member
171 zend_ast_kind kind; member
178 zend_ast_kind kind; member
195 ZEND_API zend_ast *zend_ast_create_ex(zend_ast_kind kind, zend_ast_attr attr, ...);
196 ZEND_API zend_ast *zend_ast_create(zend_ast_kind kind, ...);
199 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment,
217 return (ast->kind >> ZEND_AST_IS_LIST_SHIFT) & 1; in zend_ast_is_list()
225 ZEND_ASSERT(ast->kind == ZEND_AST_ZVAL); in zend_ast_get_zval()
236 return ast->kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_get_num_children()
[all …]
H A Dzend_vm_gen.php830 switch($kind) {
991 switch($kind) {
1047 switch($kind) {
1078 switch ($kind) {
1275 switch ($kind) {
1296 switch ($kind) {
1308 switch ($kind) {
1324 switch ($kind) {
1528 switch ($kind) {
1773 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) {
[all …]
H A Dzend_ast.c82 ast->kind = kind; in zend_ast_create_decl()
103 ast->kind = kind; in zend_ast_create_from_va_list()
139 va_start(va, kind); in zend_ast_create()
152 list->kind = kind; in zend_ast_create_list()
160 va_start(va, kind); in zend_ast_create_list()
236 switch (ast->kind) { in zend_ast_evaluate()
468 new->kind = list->kind; in zend_ast_copy()
478 new->kind = ast->kind; in zend_ast_copy()
492 switch (ast->kind) { in zend_ast_destroy_ex()
851 switch (ast->kind) { in zend_ast_export_stmt()
[all …]
H A Dzend_compile.c2419 return ast->kind == ZEND_AST_VAR || ast->kind == ZEND_AST_DIM in zend_is_variable()
2420 || ast->kind == ZEND_AST_PROP || ast->kind == ZEND_AST_STATIC_PROP in zend_is_variable()
2444 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable()
7959 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr()
7960 || kind == ZEND_AST_GREATER || kind == ZEND_AST_GREATER_EQUAL in zend_is_allowed_in_const_expr()
7961 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr()
7963 || kind == ZEND_AST_UNARY_PLUS || kind == ZEND_AST_UNARY_MINUS in zend_is_allowed_in_const_expr()
7964 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr()
7965 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr()
7966 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr()
[all …]
H A DREADME.ZEND_VM94 zend_vm_gen.php can produce different kind of executors. You can select
95 different opcode threading model using --with-vm-kind=CALL|SWITCH|GOTO. You can
102 $ php zend_vm_gen.php --with-vm-kind=CALL
H A Dzend_generators.c292 uint32_t kind = range->var & ZEND_LIVE_MASK; in calc_gc_buffer_size() local
293 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in calc_gc_buffer_size()
373 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local
376 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in zend_generator_get_gc()
/PHP-7.2/ext/opcache/Optimizer/
H A Dcompact_literals.c63 #define LITERAL_FLAGS(kind, slots, related) \ argument
64 ((kind) | ((slots) << LITERAL_NUM_SLOTS_SHIFT) | (related))
66 #define LITERAL_INFO(n, kind, merge, slots, related) do { \ argument
70 #define LITERAL_INFO_CLASS(n, kind, merge, slots, related, _num) do { \ argument
75 #define LITERAL_INFO_OBJ(n, kind, merge, slots, related) do { \ argument
84 uint32_t kind, in optimizer_literal_obj_info() argument
95 LITERAL_INFO_OBJ(constant, kind, 1, slots, related); in optimizer_literal_obj_info()
97 LITERAL_INFO(constant, kind, 0, slots, related); in optimizer_literal_obj_info()
105 uint32_t kind, in optimizer_literal_class_info() argument
111 LITERAL_INFO_CLASS(constant, kind, 1, slots, related, op.constant); in optimizer_literal_class_info()
[all …]
/PHP-7.2/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.2/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.2/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt34 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor';
35 echo "$kind gamma ($in, $out): ";
/PHP-7.2/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.
H A DDateTime_data-february.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type2.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type3-type3.inc5 * in a userland package. Please be so kind as to leave them.
H A DDateTime_data-spring-type2-type2.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-7.2/ext/pdo/
H A Dphp_pdo_int.h63 int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind);
H A Dpdo_dbh.c1282 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods() argument
1293 funcs = dbh->methods->get_driver_methods(dbh, kind); in pdo_hash_methods()
1298 dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent); in pdo_hash_methods()
1299 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods()
1342 zend_hash_str_add_mem(dbh->cls_methods[kind], lc_name, namelen, &func, sizeof(func)); in pdo_hash_methods()
/PHP-7.2/ext/soap/
H A Dphp_sdl.h166 sdlContentKind kind; member
200 sdlTypeKind kind; member
H A Dphp_schema.c322 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
353 newType->kind = XSD_TYPEKIND_SIMPLE; in schema_simpleType()
383 cur_type->kind = XSD_TYPEKIND_LIST; in schema_simpleType()
1021 newModel->kind = XSD_CONTENT_ALL; in schema_all()
1170 newModel->kind = XSD_CONTENT_ALL; in schema_group()
1299 newModel->kind = XSD_CONTENT_ANY; in schema_any()
2186 switch (model->kind) { in schema_content_model_fixup()
2209 model->kind = XSD_CONTENT_ALL; in schema_content_model_fixup()
2237 type->kind = tmp->kind; in schema_type_fixup()
2325 switch (tmp->kind) { in delete_model()
[all …]
H A Dphp_encoding.c1310 switch (model->kind) { in model_to_zval_object()
1387 if (tmp->kind == XSD_CONTENT_ANY) { in model_to_zval_object()
1429 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex()
1436 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex()
1460 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex()
1618 switch (model->kind) { in model_to_xml_object()
1776 switch (model->kind) { in model_array_element()
1828 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object()
1854 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object()
3199 switch (type->kind) { in sdl_guess_convert_zval()
[all …]
/PHP-7.2/win32/
H A Dcodepage.c562 char *kind; in PHP_FUNCTION() local
565 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &kind, &kind_len) == FAILURE) { in PHP_FUNCTION()
569 if (kind_len == sizeof("ansi")-1 && !strncasecmp(kind, "ansi", kind_len)) { in PHP_FUNCTION()
571 } else if (kind_len == sizeof("oem")-1 && !strncasecmp(kind, "oem", kind_len)) { in PHP_FUNCTION()
/PHP-7.2/ext/com_dotnet/
H A Dcom_handlers.c296 DESCKIND kind; in com_method_get() local
306 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get()
307 switch (kind) { in com_method_get()

Completed in 105 milliseconds

123