Home
last modified time | relevance | path

Searched refs:EA (Results 1 – 15 of 15) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_language_parser.y402 T_CLASS { $$.u.op.opline_num = CG(zend_lineno); $$.EA = 0; }
713 chaining_method_or_property variable_property { $$.EA = $2.EA; }
714 | variable_property { $$.EA = $1.EA; }
895 { zend_do_pop_object(&$$ TSRMLS_CC); $$.EA = ZEND_PARSED_MEMBER; }
1023 { zend_do_pop_object(&$$ TSRMLS_CC); $$.EA = $1.EA | ($7.EA ? $7.EA : $6.EA); }
1028 variable_properties variable_property { $$.EA = $2.EA; }
1029 | /* empty */ { $$.EA = 0; }
1034 …T_OPERATOR object_property { zend_do_push_object(&$2 TSRMLS_CC); } method_or_not { $$.EA = $4.EA; }
1050 | /* empty */ { $$.EA = ZEND_PARSED_MEMBER; }
1082 reference_variable { $$ = $1; $$.EA = ZEND_PARSED_VARIABLE; }
[all …]
H A Dzend_compile.c54 (target)->EA = 0; \
570 zend_uint type = variable->EA; in zend_is_function_or_method_call()
675 result->EA = 0; in fetch_simple_variable_ex()
1048 } else if (rvar->EA & ZEND_PARSED_NEW) { in zend_do_assign_ref()
1278 zend_uint type = variable->EA; in zend_check_writable_variable()
1858 var.EA = 0; in zend_do_receive_arg()
2303 result->EA = opline->extended_value; in zend_do_fetch_class()
2473 opline->extended_value = class_node.EA ; in zend_do_begin_class_member_function_call()
5043 switch (parent_class_name->EA) { in zend_do_begin_class_declaration()
6333 if (key->EA & ZEND_PARSED_LIST_EXPR) { in zend_do_foreach_cont()
[all …]
H A Dzend_compile.h96 zend_uint EA; /* extended attributes */ member
/PHP-5.5/ext/opcache/Optimizer/
H A Dzend_optimizer_internal.h50 # define RESULT_USED(op) ((op->result.op_type == IS_VAR && (op->result.u.EA.type & EXT_TYPE_UNUSED)…
51 # define RESULT_UNUSED(op) ((op->result.op_type == IS_VAR) && (op->result.u.EA.type == EXT_TYPE_UNU…
H A Dpass3.c430 ZEND_RESULT(opline).EA.type = 0;
431 ZEND_RESULT(opline).EA.type |= EXT_TYPE_UNUSED;
H A Dblock_pass.c1958 ZEND_RESULT(opline).EA.type |= EXT_TYPE_UNUSED; in zend_t_usage()
2011 (ZEND_RESULT(opline).EA.type & EXT_TYPE_UNUSED) != 0) { in zend_t_usage()
2012 ZEND_RESULT(opline).EA.type &= ~EXT_TYPE_UNUSED; in zend_t_usage()
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt15 'subjectKeyIdentifier' => '88:5A:55:C0:52:FF:61:CD:52:A3:35:0F:EA:5A:9C:24:38:22:F7:5C',
/PHP-5.5/ext/mbstring/tests/
H A Dmb_decode_mimeheader_variation2.phpt23 "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
H A Dmb_encode_mimeheader_basic3.phpt51 string(124) "=?Shift_JIS?Q?=93=FA=96=7B=8C=EA=83e=83L=83X=83g=82=C5=82=B7=81B=30=31=32?=
/PHP-5.5/ext/standard/html_tables/
H A Dents_html401.txt76 ecirc 00EA
H A Dents_xhtml.txt75 ecirc 00EA
H A Dents_html5.txt230 Lang 027EA
327 NotLeftTriangle 022EA
938 ecirc 000EA
1450 nltri 022EA
1512 ntriangleleft 022EA
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt43 0x10: EA==
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities_html4.phpt140 ê U+000EA
H A Dhtmlentities_html5.phpt220 ê U+000EA
919 ⋪ U+022EA
1076 ⟪ U+027EA

Completed in 72 milliseconds