/PHP-7.1/Zend/ |
H A D | zend_ast.h | 154 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 D | zend_vm_gen.php | 822 switch($kind) { 976 switch($kind) { 1013 switch($kind) { 1044 switch ($kind) { 1209 switch ($kind) { 1257 switch ($kind) { 1278 switch ($kind) { 1290 switch ($kind) { 1306 switch ($kind) { 1508 switch ($kind) { [all …]
|
H A D | zend_ast.c | 82 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() 472 new->kind = list->kind; in zend_ast_copy() 482 new->kind = ast->kind; in zend_ast_copy() 496 switch (ast->kind) { in zend_ast_destroy_ex() 850 switch (ast->kind) { in zend_ast_export_stmt() [all …]
|
H A D | zend_compile.c | 2420 return ast->kind == ZEND_AST_VAR || ast->kind == ZEND_AST_DIM in zend_is_variable() 2421 || ast->kind == ZEND_AST_PROP || ast->kind == ZEND_AST_STATIC_PROP in zend_is_variable() 2445 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable() 7599 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr() 7600 || kind == ZEND_AST_GREATER || kind == ZEND_AST_GREATER_EQUAL in zend_is_allowed_in_const_expr() 7601 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr() 7603 || kind == ZEND_AST_UNARY_PLUS || kind == ZEND_AST_UNARY_MINUS in zend_is_allowed_in_const_expr() 7604 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr() 7605 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr() 7606 || kind == ZEND_AST_CONST || kind == ZEND_AST_CLASS_CONST in zend_is_allowed_in_const_expr() [all …]
|
H A D | README.ZEND_VM | 94 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 D | zend_generators.c | 288 uint32_t kind = range->var & ZEND_LIVE_MASK; in calc_gc_buffer_size() local 289 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in calc_gc_buffer_size() 369 uint32_t kind = range->var & ZEND_LIVE_MASK; in zend_generator_get_gc() local 372 if (kind == ZEND_LIVE_TMPVAR || kind == ZEND_LIVE_LOOP) { in zend_generator_get_gc()
|
/PHP-7.1/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 63 #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.1/ext/pdo_dblib/tests/ |
H A D | timeout.phpt | 28 // 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.1/ext/standard/tests/file/windows_mb_path/ |
H A D | util.inc | 3 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.1/ext/date/tests/ |
H A D | DateTime_data-absolute.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-massive.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-dates.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-february.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type2-type3.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type3-type2.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type3-type3.inc | 5 * in a userland package. Please be so kind as to leave them.
|
H A D | DateTime_data-spring-type2-type2.inc | 5 * in a userland package. Please be so kind as to leave them.
|
/PHP-7.1/ext/pdo/ |
H A D | php_pdo_int.h | 63 int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind);
|
H A D | pdo_dbh.c | 1274 int pdo_hash_methods(pdo_dbh_object_t *dbh_obj, int kind) in pdo_hash_methods() argument 1285 funcs = dbh->methods->get_driver_methods(dbh, kind); in pdo_hash_methods() 1290 if (!(dbh->cls_methods[kind] = pemalloc(sizeof(HashTable), dbh->is_persistent))) { in pdo_hash_methods() 1293 zend_hash_init_ex(dbh->cls_methods[kind], 8, NULL, in pdo_hash_methods() 1336 zend_hash_str_add_mem(dbh->cls_methods[kind], lc_name, namelen, &func, sizeof(func)); in pdo_hash_methods()
|
/PHP-7.1/ext/soap/ |
H A D | php_sdl.h | 166 sdlContentKind kind; member 200 sdlTypeKind kind; member
|
H A D | php_schema.c | 322 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 D | php_encoding.c | 1322 switch (model->kind) { in model_to_zval_object() 1399 if (tmp->kind == XSD_CONTENT_ANY) { in model_to_zval_object() 1441 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex() 1448 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex() 1472 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex() 1630 switch (model->kind) { in model_to_xml_object() 1788 switch (model->kind) { in model_array_element() 1840 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object() 1866 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object() 3211 switch (type->kind) { in sdl_guess_convert_zval() [all …]
|
/PHP-7.1/win32/ |
H A D | codepage.c | 559 char *kind; in PHP_FUNCTION() local 562 if (zend_parse_parameters(ZEND_NUM_ARGS(), "|s", &kind, &kind_len) == FAILURE) { in PHP_FUNCTION() 566 if (kind_len == sizeof("ansi")-1 && !strncasecmp(kind, "ansi", kind_len)) { in PHP_FUNCTION() 568 } else if (kind_len == sizeof("oem")-1 && !strncasecmp(kind, "oem", kind_len)) { in PHP_FUNCTION()
|
/PHP-7.1/ext/com_dotnet/ |
H A D | com_handlers.c | 289 DESCKIND kind; in com_method_get() local 299 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get() 300 switch (kind) { in com_method_get()
|
/PHP-7.1/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 696 static const zend_function_entry *get_driver_methods(pdo_dbh_t *dbh, int kind) in get_driver_methods() argument 698 switch (kind) { in get_driver_methods()
|