Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c201 case BP_VAR_IS: in _get_zval_cv_lookup()
1029 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1061 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1278 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1285 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1305 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
H A Dzend_vm_def.h1075 case BP_VAR_IS:
1118 case BP_VAR_IS:
1170 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_IS);
1255 container = GET_OP1_ZVAL_PTR(BP_VAR_IS);
1256 …d(&EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_IS TSRMLS_CC);
1470 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
1486 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST…
4394 zval tmp, *varname = GET_OP1_ZVAL_PTR(BP_VAR_IS);
4466 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
H A Dzend_vm_execute.h3435 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
5308 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
6053 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
8798 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
10538 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
11285 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
14689 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
19308 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
21301 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
32223 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h759 #define BP_VAR_IS 3 macro
H A Dzend_object_handlers.c431 silent = (type == BP_VAR_IS); in zend_std_read_property()
H A Dzend_compile.c1340 if (type != BP_VAR_R && type != BP_VAR_IS) { in zend_do_end_variable_parse()
1366 case BP_VAR_IS: in zend_do_end_variable_parse()
6176 zend_do_end_variable_parse(variable, BP_VAR_IS, 0 TSRMLS_CC); in zend_do_isset_or_isempty()
H A Dzend_API.c3922 …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.5/ext/intl/transliterator/
H A Dtransliterator_class.c290 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-5.5/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.5/ext/xsl/
H A Dxsltprocessor.c448 cloneDocu = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in PHP_FUNCTION()
548 doXInclude = std_hnd->read_property(id, member, BP_VAR_IS, NULL TSRMLS_CC); in php_xsl_apply_stylesheet()
/PHP-5.5/ext/spl/
H A Dspl_array.c328 case BP_VAR_IS: in spl_array_get_dimension_ptr_ptr()
356 case BP_VAR_IS: in spl_array_get_dimension_ptr_ptr()
/PHP-5.5/ext/snmp/
H A Dsnmp.c2069 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property()
2079 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, key TSRMLS_CC); in php_snmp_has_property()
/PHP-5.5/ext/soap/
H A Dphp_encoding.c1254 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, 0 TSRMLS_CC); in get_zval_property()
/PHP-5.5/ext/date/
H A Dphp_date.c5006 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()

Completed in 188 milliseconds