Lines Matching refs:ZVAL_STRINGL

999 		ZVAL_STRINGL(member, hash_key->arKey, hash_key->nKeyLength-1, 1);  in zend_merge_property()
1267 ZVAL_STRINGL(tmp, str, length, duplicate); in add_assoc_stringl_ex()
1350 ZVAL_STRINGL(tmp, str, length, duplicate); in add_index_stringl()
1433 ZVAL_STRINGL(tmp, str, length, duplicate); in add_next_index_stringl()
1461 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_assoc_stringl_ex()
1505 ZVAL_STRINGL(tmp, str, length, duplicate); in add_get_index_stringl()
1520 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_long_ex()
1538 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_bool_ex()
1556 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_null_ex()
1574 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_resource_ex()
1592 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_double_ex()
1610 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_string_ex()
1625 ZVAL_STRINGL(tmp, str, length, duplicate); in add_property_stringl_ex()
1628 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_stringl_ex()
1642 ZVAL_STRINGL(z_key, key, key_len-1, 1); in add_property_zval_ex()
3523 ZVAL_STRINGL(property, zend_strndup(value, len), len, 0); in zend_declare_property_string()
3526 ZVAL_STRINGL(property, value, len, 1); in zend_declare_property_string()
3539 ZVAL_STRINGL(property, zend_strndup(value, value_len), value_len, 0); in zend_declare_property_stringl()
3542 ZVAL_STRINGL(property, value, value_len, 1); in zend_declare_property_stringl()
3621 ZVAL_STRINGL(constant, zend_strndup(value, value_length), value_length, 0); in zend_declare_class_constant_stringl()
3624 ZVAL_STRINGL(constant, value, value_length, 1); in zend_declare_class_constant_stringl()
3653 ZVAL_STRINGL(property, name, name_length, 1); in zend_update_property()
3728 ZVAL_STRINGL(tmp, value, value_len, 1); in zend_update_property_stringl()
3837 ZVAL_STRINGL(tmp, value, value_len, 1); in zend_update_static_property_stringl()
3858 ZVAL_STRINGL(property, name, name_length, 1); in zend_read_property()