Home
last modified time | relevance | path

Searched refs:BP_VAR_IS (Results 1 – 14 of 14) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_execute.c198 case BP_VAR_IS: in _get_zval_cv_lookup()
1061 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1093 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1310 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1317 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1337 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
H A Dzend_vm_def.h1086 case BP_VAR_IS:
1129 case BP_VAR_IS:
1181 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_IS);
1264 container = GET_OP1_ZVAL_PTR(BP_VAR_IS);
1265 …d(&EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_IS TSRMLS_CC);
1478 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
1494 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST…
4632 zval tmp, *varname = GET_OP1_ZVAL_PTR(BP_VAR_IS);
4704 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
H A Dzend_vm_execute.h3724 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5620 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6375 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
9157 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10919 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11676 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
15127 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19781 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21787 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32832 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h779 #define BP_VAR_IS 3 macro
H A Dzend_object_handlers.c463 silent = (type == BP_VAR_IS); in zend_std_read_property()
H A Dzend_compile.c1348 if (type != BP_VAR_R && type != BP_VAR_IS) { in zend_do_end_variable_parse()
1374 case BP_VAR_IS: in zend_do_end_variable_parse()
6301 zend_do_end_variable_parse(variable, BP_VAR_IS, 0 TSRMLS_CC); in zend_do_isset_or_isempty()
H A Dzend_API.c4001 …value = Z_OBJ_HT_P(object)->read_property(object, property, silent?BP_VAR_IS:BP_VAR_R, 0 TSRMLS_CC… in zend_read_property()
/PHP-5.6/ext/intl/transliterator/
H A Dtransliterator_class.c290 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-5.6/ext/mysqli/
H A Dmysqli.c425 zval *value = mysqli_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in mysqli_object_has_property()
436 zval *value = mysqli_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in mysqli_object_has_property()
473 value = mysqli_read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC); in mysqli_object_get_debug_info()
/PHP-5.6/ext/xsl/
H A Dxsltprocessor.c452 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in PHP_FUNCTION()
552 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in php_xsl_apply_stylesheet()
/PHP-5.6/ext/spl/
H A Dspl_array.c330 case BP_VAR_IS: in spl_array_get_dimension_ptr_ptr()
362 case BP_VAR_IS: in spl_array_get_dimension_ptr_ptr()
/PHP-5.6/ext/snmp/
H A Dsnmp.c2067 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property()
2077 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property()
/PHP-5.6/ext/soap/
H A Dphp_encoding.c1252 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC); in get_zval_property()
/PHP-5.6/ext/date/
H A Dphp_date.c5124 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()

Completed in 218 milliseconds