property_len 1183 Zend/zend_builtin_functions.c int property_len; property_len 1189 Zend/zend_builtin_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &object, &property, &property_len) == FAILURE) { property_len 1193 Zend/zend_builtin_functions.c if (property_len == 0) { property_len 1209 Zend/zend_builtin_functions.c h = zend_get_hash_value(property, property_len+1); property_len 1210 Zend/zend_builtin_functions.c if (zend_hash_quick_find(&ce->properties_info, property, property_len+1, h, (void **) &property_info) == SUCCESS property_len 1215 Zend/zend_builtin_functions.c ZVAL_STRINGL(&property_z, property, property_len, 0);