Home
last modified time | relevance | path

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

/PHP-7.0/Zend/tests/
H A Dbug75420.phpt2 Bug #75420 (Crash when modifing property name in __isset for BP_VAR_IS)
/PHP-7.0/ext/intl/transliterator/
H A Dtransliterator_class.c249 if( ( type != BP_VAR_R && type != BP_VAR_IS ) && in Transliterator_read_property()
/PHP-7.0/Zend/
H A Dzend_execute.c242 case BP_VAR_IS: in _get_zval_cv_lookup()
1564 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1595 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1613 case BP_VAR_IS: in zend_fetch_dimension_address_inner()
1840 if (type == BP_VAR_IS) { in zend_fetch_dimension_address_read()
1850 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1868 if (type != BP_VAR_IS) { in zend_fetch_dimension_address_read()
1911 zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_IS); in zend_fetch_dimension_address_read_IS()
1921 zend_fetch_dimension_address_read(result, container, dim, dim_type, BP_VAR_IS); in zend_fetch_dimension_by_zval_is()
H A Dzend_object_handlers.c529 …property_offset = zend_get_property_offset(zobj->ce, Z_STR_P(member), (type == BP_VAR_IS) || (zobj… in zend_std_read_property()
549 if ((type == BP_VAR_IS) && zobj->ce->__isset) { in zend_std_read_property()
622 if ((type != BP_VAR_IS)) { in zend_std_read_property()
749 if (type == BP_VAR_IS) { in zend_std_read_dimension()
H A Dzend_vm_def.h1518 if (type == BP_VAR_IS) {
1546 if (type == BP_VAR_IS) {
1584 case BP_VAR_IS:
1605 case BP_VAR_IS:
1636 if (type == BP_VAR_R || type == BP_VAR_IS) {
1748 container = GET_OP1_ZVAL_PTR(BP_VAR_IS);
1963 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
6459 varname = GET_OP1_ZVAL_PTR(BP_VAR_IS);
6539 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
6675 container = GET_OP1_OBJ_ZVAL_PTR(BP_VAR_IS);
[all …]
H A Dzend_vm_execute.h5075 case BP_VAR_IS:
5096 case BP_VAR_IS:
7043 case BP_VAR_IS:
7064 case BP_VAR_IS:
7561 case BP_VAR_IS:
7582 case BP_VAR_IS:
31493 case BP_VAR_IS:
33733 case BP_VAR_IS:
34693 case BP_VAR_IS:
41967 case BP_VAR_IS:
[all …]
H A Dzend_compile.h830 #define BP_VAR_IS 3 macro
H A Dzend_compile.c1834 case BP_VAR_IS: in zend_adjust_for_fetch_type()
2281 if (type != BP_VAR_R && type != BP_VAR_IS && zend_is_call(ast)) { in zend_separate_if_call_and_write()
2322 if (type == BP_VAR_R || type == BP_VAR_IS) { in zend_delayed_compile_dim()
6289 zend_compile_var(&expr_node, expr_ast, BP_VAR_IS); in zend_compile_coalesce()
6466 opline = zend_compile_simple_var_no_cv(result, var_ast, BP_VAR_IS, 0); in zend_compile_isset_or_empty()
6471 opline = zend_compile_dim_common(result, var_ast, BP_VAR_IS); in zend_compile_isset_or_empty()
6475 opline = zend_compile_prop_common(result, var_ast, BP_VAR_IS); in zend_compile_isset_or_empty()
6479 opline = zend_compile_static_prop_common(result, var_ast, BP_VAR_IS, 0); in zend_compile_isset_or_empty()
H A Dzend_API.c4036 value = Z_OBJ_HT_P(object)->read_property(object, &property, silent?BP_VAR_IS:BP_VAR_R, NULL, rv); in zend_read_property()
/PHP-7.0/ext/spl/
H A Dspl_array.c324 case BP_VAR_IS: in spl_array_get_dimension_ptr()
340 case BP_VAR_IS: in spl_array_get_dimension_ptr()
374 case BP_VAR_IS: in spl_array_get_dimension_ptr()
405 (intern->fptr_offset_get || (type == BP_VAR_IS && intern->fptr_offset_has))) { in spl_array_read_dimension_ex()
406 if (type == BP_VAR_IS) { in spl_array_read_dimension_ex()
H A Dspl_fixedarray.c361 if (type == BP_VAR_IS && intern->fptr_offset_has) { in spl_fixedarray_object_read_dimension()
/PHP-7.0/ext/xsl/
H A Dxsltprocessor.c442 cloneDocu = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in PHP_FUNCTION()
541 doXInclude = std_hnd->read_property(id, &member, BP_VAR_IS, NULL, &rv); in php_xsl_apply_stylesheet()
/PHP-7.0/ext/mysqli/
H A Dmysqli.c393 zval *value = mysqli_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in mysqli_object_has_property()
402 zval *value = mysqli_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in mysqli_object_has_property()
433 value = mysqli_read_property(object, &member, BP_VAR_IS, 0, &rv); in mysqli_object_get_debug_info()
/PHP-7.0/ext/snmp/
H A Dsnmp.c2044 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
2052 zval *value = php_snmp_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in php_snmp_has_property()
/PHP-7.0/ext/date/
H A Dphp_date.c2012 prop = date_interval_read_property(object, member, BP_VAR_IS, cache_slot, &rv); in date_interval_has_property()
5133 if (type != BP_VAR_IS && type != BP_VAR_R) { in date_period_read_property()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c360 if (type != BP_VAR_IS || sxe_find_element_by_name(sxe, node->children, (xmlChar *) name)) { in sxe_prop_dim_read()
/PHP-7.0/ext/soap/
H A Dphp_encoding.c1201 data = Z_OBJ_HT_P(object)->read_property(object, &member, BP_VAR_IS, NULL, rv); in get_zval_property()
/PHP-7.0/
H A DNEWS104 BP_VAR_IS). (Laruence)

Completed in 270 milliseconds