/PHP-7.3/Zend/ |
H A D | zend_ast.h | 166 zend_ast_kind kind; member 175 zend_ast_kind kind; member 182 zend_ast_kind kind; member 221 zend_ast *ast = zend_ast_create_0(kind); in zend_ast_create_ex_0() 226 zend_ast *ast = zend_ast_create_1(kind, child); in zend_ast_create_ex_1() 231 zend_ast *ast = zend_ast_create_2(kind, child1, child2); in zend_ast_create_ex_2() 281 return (ast->kind >> ZEND_AST_IS_LIST_SHIFT) & 1; in zend_ast_is_list() 289 ZEND_ASSERT(ast->kind == ZEND_AST_ZVAL); in zend_ast_get_zval() 299 ZEND_ASSERT(ast->kind == ZEND_AST_CONSTANT); in zend_ast_get_constant_name() 306 return ast->kind >> ZEND_AST_NUM_CHILDREN_SHIFT; in zend_ast_get_num_children() [all …]
|
H A D | zend_ast.c | 112 ast->kind = kind; in zend_ast_create_decl() 134 ast->kind = kind; in zend_ast_create_0() 147 ast->kind = kind; in zend_ast_create_1() 167 ast->kind = kind; in zend_ast_create_2() 189 ast->kind = kind; in zend_ast_create_3() 214 ast->kind = kind; in zend_ast_create_4() 242 list->kind = kind; in zend_ast_create_list_0() 257 list->kind = kind; in zend_ast_create_list_1() 281 list->kind = kind; in zend_ast_create_list_2() 310 ast->kind = kind; in zend_ast_create_from_va_list() [all …]
|
H A D | zend_vm_gen.php | 884 switch($kind) { 1115 switch($kind) { 1191 switch($kind) { 1229 switch ($kind) { 1447 switch ($kind) { 1468 switch ($kind) { 1481 switch ($kind) { 1498 switch ($kind) { 1755 switch ($kind) { 2037 if ($kind != ZEND_VM_KIND_CALL && $kind != ZEND_VM_KIND_HYBRID) { [all …]
|
H A D | zend_compile.c | 2388 return ast->kind == ZEND_AST_VAR || ast->kind == ZEND_AST_DIM in zend_is_variable() 2389 || ast->kind == ZEND_AST_PROP || ast->kind == ZEND_AST_STATIC_PROP in zend_is_variable() 2413 while (ast->kind == ZEND_AST_DIM || ast->kind == ZEND_AST_PROP) { in zend_can_write_to_variable() 8046 return kind == ZEND_AST_ZVAL || kind == ZEND_AST_BINARY_OP in zend_is_allowed_in_const_expr() 8047 || kind == ZEND_AST_GREATER || kind == ZEND_AST_GREATER_EQUAL in zend_is_allowed_in_const_expr() 8048 || kind == ZEND_AST_AND || kind == ZEND_AST_OR in zend_is_allowed_in_const_expr() 8050 || kind == ZEND_AST_UNARY_PLUS || kind == ZEND_AST_UNARY_MINUS in zend_is_allowed_in_const_expr() 8051 || kind == ZEND_AST_CONDITIONAL || kind == ZEND_AST_DIM in zend_is_allowed_in_const_expr() 8052 || kind == ZEND_AST_ARRAY || kind == ZEND_AST_ARRAY_ELEM in zend_is_allowed_in_const_expr() 8053 || 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.3/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.3/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.3/ext/gd/tests/ |
H A D | imagegammacorrect_variation2.phpt | 34 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor'; 35 echo "$kind gamma ($in, $out): ";
|
/PHP-7.3/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.
|
/PHP-7.3/ext/pdo/ |
H A D | php_pdo_int.h | 61 int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind);
|
/PHP-7.3/ext/soap/ |
H A D | php_sdl.h | 165 sdlContentKind kind; member 199 sdlTypeKind kind; member
|
H A D | php_schema.c | 321 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() 2183 switch (model->kind) { in schema_content_model_fixup() 2206 model->kind = XSD_CONTENT_ALL; in schema_content_model_fixup() 2234 type->kind = tmp->kind; in schema_type_fixup() 2322 switch (tmp->kind) { in delete_model() [all …]
|
H A D | php_encoding.c | 1308 switch (model->kind) { in model_to_zval_object() 1385 if (tmp->kind == XSD_CONTENT_ANY) { in model_to_zval_object() 1427 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex() 1434 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex() 1458 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex() 1616 switch (model->kind) { in model_to_xml_object() 1774 switch (model->kind) { in model_array_element() 1826 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object() 1852 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object() 3199 switch (type->kind) { in sdl_guess_convert_zval() [all …]
|
/PHP-7.3/ext/json/tests/ |
H A D | json_exceptions_error_clearing.phpt | 10 // here we cause a different kind of error to the following errors, so that
|
/PHP-7.3/win32/ |
H A D | codepage.c | 598 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.3/ext/com_dotnet/ |
H A D | com_handlers.c | 292 DESCKIND kind; in com_method_get() local 302 if (SUCCEEDED(ITypeComp_Bind(comp, olename, lhash, INVOKE_FUNC, &TI, &kind, &bindptr))) { in com_method_get() 303 switch (kind) { in com_method_get()
|
/PHP-7.3/ext/opcache/ |
H A D | zend_persist_calc.c | 94 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast_calc()
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 54 #define LITERAL_INFO(n, kind, related) do { \ argument 55 info[n].flags = ((kind) | (related)); \ 84 uint32_t kind, in add_static_slot() argument 103 ZSTR_H(key) += kind; in add_static_slot()
|