Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_execute.c199 case BP_VAR_IS: in _get_zval_cv_lookup()
1030 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1062 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1279 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1286 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1306 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
H A Dzend_vm_def.h1067 case BP_VAR_IS:
1110 case BP_VAR_IS:
1162 ZEND_VM_DISPATCH_TO_HELPER_EX(zend_fetch_var_address_helper, type, BP_VAR_IS);
1247 container = GET_OP1_ZVAL_PTR(BP_VAR_IS);
1248 …d(&EX_T(opline->result.var), container, GET_OP2_ZVAL_PTR(BP_VAR_R), OP2_TYPE, BP_VAR_IS TSRMLS_CC);
1466 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
1482 …retval = Z_OBJ_HT_P(container)->read_property(container, offset, BP_VAR_IS, ((OP2_TYPE == IS_CONST…
4386 zval tmp, *varname = GET_OP1_ZVAL_PTR(BP_VAR_IS);
4458 container = GET_OP1_OBJ_ZVAL_PTR_PTR(BP_VAR_IS);
H A Dzend_vm_execute.h3340 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_CONST()
4848 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_VAR()
5411 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CONST_UNUSED()
7822 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_CONST()
9192 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_VAR()
9753 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_TMP_UNUSED()
12826 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_CONST()
17088 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_VAR()
18909 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_VAR_UNUSED()
28656 case BP_VAR_IS: in zend_fetch_var_address_helper_SPEC_CV_CONST()
[all …]
H A Dzend_compile.h729 #define BP_VAR_IS 3 macro
H A Dzend_object_handlers.c430 silent = (type == BP_VAR_IS); in zend_std_read_property()
H A Dzend_compile.c1337 if (type != BP_VAR_R && type != BP_VAR_IS) { in zend_do_end_variable_parse()
1363 case BP_VAR_IS: in zend_do_end_variable_parse()
5944 zend_do_end_variable_parse(variable, BP_VAR_IS, 0 TSRMLS_CC); in zend_do_isset_or_isempty()
H A Dzend_API.c3859 …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.4/ext/intl/transliterator/
H A Dtransliterator_class.c290 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-5.4/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.4/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.4/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.4/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.4/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.4/ext/date/
H A Dphp_date.c4511 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()

Completed in 169 milliseconds