Home
last modified time | relevance | path

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

123

/PHP-7.3/Zend/
H A Dzend_ast.h166 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 Dzend_ast.c112 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 Dzend_vm_gen.php884 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 Dzend_compile.c2388 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 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.c288 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 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.3/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.3/ext/gd/tests/
H A Dimagegammacorrect_variation2.phpt34 $kind = $constructor === 'imagecreate' ? 'palette' : 'truecolor';
35 echo "$kind gamma ($in, $out): ";
/PHP-7.3/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.
/PHP-7.3/ext/pdo/
H A Dphp_pdo_int.h61 int pdo_hash_methods(pdo_dbh_object_t *dbh, int kind);
/PHP-7.3/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()
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 Dphp_encoding.c1308 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 Djson_exceptions_error_clearing.phpt10 // here we cause a different kind of error to the following errors, so that
/PHP-7.3/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.3/ext/com_dotnet/
H A Dcom_handlers.c292 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 Dzend_persist_calc.c94 if (ast->kind == ZEND_AST_ZVAL || ast->kind == ZEND_AST_CONSTANT) { in zend_persist_ast_calc()
/PHP-7.3/ext/opcache/Optimizer/
H A Dcompact_literals.c54 #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()

Completed in 85 milliseconds

123